An open API service indexing awesome lists of open source software.

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

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.