No description
Find a file
2026-06-13 19:38:04 -05:00
src Add more precise CPU, Disk, and RAM usage stats 2026-06-13 19:38:04 -05:00
.gitignore Init commit 2026-06-03 18:18:53 -05:00
Cargo.lock Add more precise CPU, Disk, and RAM usage stats 2026-06-13 19:38:04 -05:00
Cargo.toml Add more precise CPU, Disk, and RAM usage stats 2026-06-13 19:38:04 -05:00
README.md Init commit 2026-06-03 18:18:53 -05:00

Daily

Get your day together.

Ideas

  • Terminal greeter <-
  • Notes to self
  • What's next
    • Configurable (GH issues, PRs, etc.)
  • Optional device sync
  • Task selector
  • GUI?
    • Goes through process, e.g. for a Github issue:
      graph TD;
      Select[Select a Task] --> Editor[Open Code Editor]
      --> AskFinished{Ask if task is finished}
      
      AskFinished
      -- Yes --> Issue[Open issue comment editor]
      --> Close[Close issue]
      --> RmTodo[Remove from Todos]
      
      AskFinished
      -- No --> Current[Add to currently in-progress tasks]
      --> Issue2[Open issue comment editor]