Tascli is an open-source task-manager like monday.com, but for command line nerds.
- Easy syntax
- Beautiful list and many more
You have installed nodejs to run tascli
npm install -g tascli
or yarn global add tascli
tascli
- list all tasks
tascli create <name>
- create a task
tascli create <name> -q/--quick
- create a task only with his name
tascli info <name>
- get more info about a task
tascli remove <name>
- delete a task
tascli set <name>
- set the status of a task
tascli init
- create an empty json-file to store your tasks
On Windows:
- open
C:\users\[USER]\tascli.json
- You can write them in the bracket behind users
On Linux:
- open
/home/[USER]/tascli.json
- You can write them in the bracket behind users