Little script that can be used to create recursive todo list.
sudo apt-get install libncurses-dev
pip install -r requirements.txt
You can install this app by adding it as alias to .bashrc:
echo -e alias tasks=\"python3 $(pwd)/tasks.py\" >> ~/.bashrc
source ~/.bashrc