https://github.com/jordan-sussman/mental-load
A zero-dependency CLI for tracking cognitive load
https://github.com/jordan-sussman/mental-load
cli cli-tool data-visualization list mental-wellbeing python python3 tracker zero-dependency
Last synced: 22 days ago
JSON representation
A zero-dependency CLI for tracking cognitive load
- Host: GitHub
- URL: https://github.com/jordan-sussman/mental-load
- Owner: jordan-sussman
- License: mit
- Created: 2026-05-09T03:05:57.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-09T03:23:38.000Z (about 1 month ago)
- Last Synced: 2026-05-09T05:23:31.865Z (about 1 month ago)
- Topics: cli, cli-tool, data-visualization, list, mental-wellbeing, python, python3, tracker, zero-dependency
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mental Load
A zero-dependency CLI for tracking cognitive load.
### Details
- **Zero Friction:** No questions asked. Just dump and move on.
- **Auto-Detect:** Fuzziness is detected from your language. Weight defaults to 5.
- **Visibility:** Larger blocks = heavier mental drain. `[?]` = fuzzy/unclear thoughts.
### Examples
```bash
./main.py add "maybe I should fix the sink" -w 3
./main.py map # Visual dashboard of entries
./main.py summary # Theme & fragmentation analysis of entries
./main.py list # List of entries with IDs
```
### Commands
- `add [-w 1-10]`
- `map` | `summary` | `list`
- `ignore ` | `clear ` | `reset`
### Storage
Data is saved locally in `load.json` which is created automatically after your first entry.