Skip to content
/ tasks Public

Small and powerful CLI tool that allows you to make recursive todo lists and enables time cost estimation.

License

Notifications You must be signed in to change notification settings

jegor377/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tasks

Little script that can be used to create recursive todo list.

preview

How to install

Install ncurses

sudo apt-get install libncurses-dev

Install requirements

pip install -r requirements.txt

Add to .bashrc

You can install this app by adding it as alias to .bashrc:

echo -e alias tasks=\"python3 $(pwd)/tasks.py\" >> ~/.bashrc
source ~/.bashrc

About

Small and powerful CLI tool that allows you to make recursive todo lists and enables time cost estimation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages