Go to file
Kasper Juul Hermansen 44d9ed2790
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update rust crate itertools to 0.13.0
2024-05-16 16:29:20 +00:00
crates fix(deps): update rust crate prost to 0.12.5 2024-05-16 14:31:21 +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 rust crate itertools to 0.13.0 2024-05-16 16:29:20 +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
demo.cast feat: with backend 2024-05-14 23:30: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