A personal developer logging CLI built for tracking your daily work.
Instead of trying to remember what you did last Tuesday, you log it.
Tag entries by category, list your history, and clear when needed.
Think of it as git log for your brain.
git clone https://github.com/simonkimeu/chronolog.git cd chronolog npm install npm link
chronolog add "Built the auth module" --tag dev
chronolog add "Read about WebSockets"
chronolog list
chronolog list --tag dev
chronolog clear
[2026-05-08T14:23:23.761Z] [dev] Built the auth module [2026-05-08T14:25:01.000Z] [general] Read about WebSockets
- Node.js
- JSON file storage
- Native fs module
- Installed globally via npm link
Simon Kimeu — github.com/simonkimeu