Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amitgajare2/todocli

Todo CLI App
https://github.com/amitgajare2/todocli

python terminal termux termux-tools todo-app todo-list todolist-application

Last synced: 2 days ago
JSON representation

Todo CLI App

Awesome Lists containing this project

README

        

## Todos Python App

### Preview of after setup completed..
Screenshot-2022-01-06-171632-2

### Installing Commands

1. `apt update && apt install git -y`
2. `git clone https://github.com/Amitgajare2/todocli`
3. `cd todocli`
4. `ls`
5. `chmod +x *`
6. `./install`

### run commands
```sh
python todocli.py --help
python todocli.py add "Todo" category
python todocli.py delete 1
python todocli.py complete 1
```
Visit My Website{ [Click Here](https://amitgajare.blogspot.com/) }