Go to file
kjuulh 98feed2d71
Some checks failed
continuous-integration/drone/push Build is failing
feat: remove demo cast
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-29 19:37:44 +02:00
crates fix(deps): update rust crate prost to 0.12.6 2024-05-17 16:23:23 +00:00
scripts feat: server can actually create root and sections 2024-05-13 22:57:20 +02:00
templates feat: move core to tui and begin grpc work 2024-05-11 23:23:00 +02:00
.drone.yml feat: use cli plan 2024-05-10 12:23:31 +02:00
.env feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00
.gitignore feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00
Cargo.lock chore(deps): update all dependencies 2024-05-25 19:15:42 +00:00
Cargo.toml chore(deps): update rust crate itertools to 0.13.0 2024-05-16 16:29:20 +00:00
CHANGELOG.md chore(release): 0.1.0 2024-05-11 12:55:29 +00:00
cuddle.yaml feat: server can actually create root and sections 2024-05-13 22:57:20 +02:00
README.md docs: add some more notes 2024-05-11 14:54:03 +02:00
renovate.json feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00

hyperlog

  • Display todos as todos

  • Create sections

  • Edit todos

  • Move items

  • Display summaries and limit todos

    • [-] Implement scroll

      Maybe not required anyways

  • Create onboarding experience

  • [-] Let users choose a root

    Skipped for now

  • Remove footguns (session with @edb)

    • Should not be able to create todos on todos (don't even enter the dialog, print a message instead)
    • Highlight bold so that non-true-color terms still function
    • Create a help menu
    • At some point create a small demo
  • Add create item command