Go to file
Kasper Juul Hermansen d3695eba50
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update all dependencies
2024-09-05 00:32:33 +00:00
crates fix(deps): update rust crate prost to 0.13.0 2024-08-21 23:30:14 +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: make into service instead 2024-05-29 19:43:12 +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-09-05 00:32:33 +00:00
Cargo.toml chore(deps): update tonic monorepo to 0.12.0 2024-08-21 22:31:50 +00:00
CHANGELOG.md chore(release): 0.3.0 2024-06-30 15:34:55 +00:00
cuddle.yaml feat: add grpc as well 2024-05-29 21:37:43 +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