A file-based task manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update to v1.0.1

+2 -2
+1 -1
Cargo.lock
··· 803 803 804 804 [[package]] 805 805 name = "tsk-cli" 806 - version = "1.0.0" 806 + version = "1.0.1" 807 807 dependencies = [ 808 808 "clap", 809 809 "clap_complete",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "tsk-cli" 3 - version = "1.0.0" 3 + version = "1.0.1" 4 4 edition = "2024" 5 5 publish = true 6 6 license-file = "LICENSE"