6 Commits

Author SHA1 Message Date
f9e2b792d2 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-12-01 04:30:33 +00:00
bdfdac16f1 chore(deps): update tokio-tracing monorepo
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-11-29 01:36:23 +00:00
26f44ffde9 chore(deps): update rust crate axum to v0.8.7
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-11-15 01:32:40 +00:00
407c77028a chore(deps): update rust crate tracing-subscriber to v0.3.20
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-13 03:03:38 +01:00
fbdeb0f51a chore(deps): update rust crate axum to v0.8.6
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-11-13 02:03:33 +00:00
47b06a02d0 feat: include demo
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-08-04 22:46:13 +02:00
7 changed files with 437 additions and 156 deletions

577
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ tonic = { version = "0.12.0", features = ["tls", "tls-roots"] }
futures = { version = "0.3.30" }
sha2 = { version = "0.10.8" }
hex = { version = "0.4.3" }
toml = { version = "0.8.14" }
toml = { version = "0.9.0" }
[workspace.package]
version = "0.5.0"

View File

@@ -1,5 +1,7 @@
# hyperlog
![demo](./assets/demo.gif)
- [x] Display todos as todos
- [x] Create sections
- [x] Edit todos

BIN
assets/demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

View File

@@ -2,7 +2,7 @@
name = "hyperlog-tui"
version = "0.1.0"
edition = "2021"
repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
repository = "https://git.kjuulh.io/kjuulh/hyperlog"
[dependencies]
hyperlog-core.workspace = true
@@ -23,7 +23,7 @@ hex.workspace = true
toml.workspace = true
ratatui = "0.29.0"
crossterm = { version = "0.28.0", features = ["event-stream"] }
crossterm = { version = "0.29.0", features = ["event-stream"] }
directories = "6.0.0"
human-panic = "2.0.0"
ropey = "1.6.1"

View File

@@ -2,7 +2,7 @@
name = "hyperlog"
version = "0.1.0"
edition = "2021"
repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
repository = "https://git.kjuulh.io/kjuulh/hyperlog"
[dependencies]
hyperlog-core.workspace = true

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
base: "git@git.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
vars:
service: "hyperlog"
@@ -35,7 +35,7 @@ please:
repository: hyperlog
branch: main
settings:
api_url: https://git.front.kjuulh.io
api_url: https://git.kjuulh.io
actions:
rust: