Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo CLI

A simple, dependency-free command-line todo list written in Python.

Usage

python todo.py add "learn Flask"
python todo.py list
python todo.py done 1
python todo.py remove 1

Tasks are stored in todos.json next to the script, so nothing else is required.

Tests

pip install pytest
pytest

License

MIT

About

A simple, dependency-free command-line todo list written in Python

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages