feat: include demo
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-04 22:46:06 +02:00
parent 10f832c1d1
commit 47b06a02d0
5 changed files with 7 additions and 5 deletions

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

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: