Skip to content

pcrespan/todoTUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todoTUI

About

todoTUI is a minimalistic to-do list app written in Python and relies on curses. The movement is based on keyboard, where the user can add, finish and remove tasks. The user can also scroll through different pages of tasks (in case there are more tasks that the terminal can display).

Pre-usage

Specify todoTasks.csv file path inside helpers.py

E.g:

/home/(user)/(script-directory)/todoTUI/todo/todoTasks.csv

Create alias to run program (inside of ~/.bashrc):

alias todo='python3 /home/(user)/scripts/todoTUI/todo/main.py'

Update ~/.bashrc

source ~/.bashrc

Usage

Flags

  • h (--help) Help menu
  • a Add tasks
  • l List tasks

Opening app

todo

Using flags

Add tasks
todo -a "Your task goes here"
Open help menu
todo --help
List tasks
todo -l

Movement and task management

  • Arrow Up: Scroll up
  • Arrow Down: Scroll down
  • f: Finish task
  • r: Remove task

About

To-do list based on terminals for Unix systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages