8000 GitHub - tagirov/rusk: Easy to use TODO-manager for CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tagirov/rusk

Repository files navigation

rusk

TODO manager for CLI

install

Clone the repo

git clone https://github.com/tagirov/rusk && cd rusk

Build binary

cargo +nightly build --release

Install compiled file system-wide

sudo install ./target/release/rusk /usr/bin/    

usage

If the database file is missing, Rusk creates $HOME/.rusk/db.json when you exec either rusk or rusk a or rusk l

Add task

rusk a task_name

Add task with the concrete date

rusk a 2020/02/08 task_name

Task list

rusk l

in the list above we can see identifiers of all tasks that we have

Remove the task from the list

rusk d task_id

About

Easy to use TODO-manager for CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0