Skip to content

Latest commit

History

History
24 lines (22 loc) 路 1.38 KB

TODO.md

File metadata and controls

24 lines (22 loc) 路 1.38 KB
  • Provide a clean way to quit (maybe by pressing q, like in less(1)). Using Ctrl-C breaks the summary when using a redirection like muccadoro | 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)?