diff --git a/README.md b/README.md index 8f8b32c..b3f0056 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # hyperlog +![demo](./assets/demo.gif) + - [x] Display todos as todos - [x] Create sections - [x] Edit todos diff --git a/assets/demo.gif b/assets/demo.gif new file mode 100644 index 0000000..25f7a66 Binary files /dev/null and b/assets/demo.gif differ diff --git a/crates/hyperlog-tui/Cargo.toml b/crates/hyperlog-tui/Cargo.toml index 1376ebc..83c7699 100644 --- a/crates/hyperlog-tui/Cargo.toml +++ b/crates/hyperlog-tui/Cargo.toml @@ -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 diff --git a/crates/hyperlog/Cargo.toml b/crates/hyperlog/Cargo.toml index bddcebf..b3317bc 100644 --- a/crates/hyperlog/Cargo.toml +++ b/crates/hyperlog/Cargo.toml @@ -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 diff --git a/cuddle.yaml b/cuddle.yaml index 046a55a..020b958 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -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: