Spent a weekend building a small tool ( sAIdecar ) for my own personal workflow and decided to share it. It's a lightweight nodeJS cli that sits in a couple of Zellij panes
It's just a quick scratchpad for the small questions that constantly pop up during the day and don't belong in the main coding agent or a big LLM session
It logs everything locally, have a index feature for full-text search and a little TUI for browsing past answers by keyword, tag or date
There's also a digest command that builds a markdown review of your day or week from your own questions
Nothing fancy but I've thought to made it public in case it's useful to anyone else is interested...and wants to help me report the ubiquitous bugs :)
Decag•1h ago
It logs everything locally, have a index feature for full-text search and a little TUI for browsing past answers by keyword, tag or date There's also a digest command that builds a markdown review of your day or week from your own questions
Nothing fancy but I've thought to made it public in case it's useful to anyone else is interested...and wants to help me report the ubiquitous bugs :)
https://github.com/Deca/saidecar