big-dumbie
v1.0.2
Published
Looks at your shell history from the past day and tells you two things you did wrong.
Downloads
474
Maintainers
Readme
big-dumbie
Looks at your shell history from roughly the past day, then gives you two suggestions about what you did wrong.
Usage
npx big-dumbieOr run it from this repo:
node bin/big-dumbie.js
# or
npx .What it reads
Your iTerm history function output (same thing you get typing history in the shell):
- zsh / Oh My Zsh:
history→fc -li(timestamped) - bash:
historywithHISTTIMEFORMAT
It keeps roughly the last 24 hours of that listing, then merges those entries into ~/.big-dumbie/history.json. Prior days are kept; new commands are appended with timestamps (timestamp, iso, recordedAt). Roasts use the accumulated file so feedback improves over time.
Override the path with BIG_DUMBIE_HISTORY=/path/to/history.json if needed.
Privacy
~/.big-dumbie/history.json stays on your machine. Raw shell history is not uploaded.
