MindMap
SKILL.md
MindMap
Multi-purpose utility tool for managing structured data entries. Add, list, search, remove, and export data items — all stored locally in a simple log-based format with full history tracking.
Commands
All commands are invoked via mindmap <command> [args].
| Command | Description |
|---|---|
run <args> |
Execute the main function — logs and confirms execution |
config |
Show the configuration file path ($DATA_DIR/config.json) |
status |
Show current status (reports "ready") |
init |
Initialize the data directory (creates $DATA_DIR if needed) |
list |
List all data entries from the data log |
add <text> |
Add a new dated entry to the data log |
remove <item> |
Remove an entry (logs the removal) |
search <term> |
Search the data log for a keyword (case-insensitive via grep -i) |
export |
Export all data from the data log to stdout |