- Provide a clean way to quit (maybe by pressing q, like in
less(1)
). Using Ctrl-C breaks the summary when using a redirection likemuccadoro | tee -a ~/pomodoros.txt
. - There's an extra newline when I Ctrl-C (but not otherwise)
compared to
watch(1)
. - Maybe log the date, at least when redirected to a file (can we find out?).
- Redraw when the terminal size changes?
- Bundle slightly modified cowfiles to make the cow move around a little (for example its legs or tail).
- Support specifying how many pomodoros one set should comprise.
- Support writing summaries as Markdown or HTML?
- Consider if the amount of processes that are constantly started can be reduced. See https://unix.stackexchange.com/q/169716.
- Add a desktop entry file that starts a terminal running
muccadoro
? - Add instructions for creating an i3 keybinding that starts a floating terminal running muccadoro (like the one I use)?