Skip to content
/ rusk Public

Simple to use TODO-manager for CLI

License

Notifications You must be signed in to change notification settings

tagirov/rusk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08ff6be · Nov 9, 2021

History

7 Commits
Nov 9, 2021
Nov 7, 2021
Nov 9, 2021
Nov 8, 2021
Feb 8, 2020
Nov 9, 2021

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

Releases

No releases published

Packages

No packages published

Languages