Compare commits
1 Commits
main
...
d1bf54f31d
Author | SHA1 | Date | |
---|---|---|---|
d1bf54f31d |
@@ -1,7 +1,5 @@
|
||||
# hyperlog
|
||||
|
||||

|
||||
|
||||
- [x] Display todos as todos
|
||||
- [x] Create sections
|
||||
- [x] Edit todos
|
||||
|
BIN
assets/demo.gif
BIN
assets/demo.gif
Binary file not shown.
Before Width: | Height: | Size: 472 KiB |
@@ -2,7 +2,7 @@
|
||||
name = "hyperlog-tui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://git.kjuulh.io/kjuulh/hyperlog"
|
||||
repository = "https://git.front.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"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
name = "hyperlog"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://git.kjuulh.io/kjuulh/hyperlog"
|
||||
repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
|
||||
|
||||
[dependencies]
|
||||
hyperlog-core.workspace = true
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
||||
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
||||
|
||||
base: "git@git.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
|
||||
base: "git@git.front.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.kjuulh.io
|
||||
api_url: https://git.front.kjuulh.io
|
||||
actions:
|
||||
rust:
|
||||
|
||||
|
Reference in New Issue
Block a user