Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amitgajare2/todocli
- Owner: Amitgajare2
- License: gpl-3.0
- Created: 2022-01-06T12:37:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T12:42:43.000Z (about 3 years ago)
- Last Synced: 2024-10-23T16:08:22.572Z (3 months ago)
- Topics: python, terminal, termux, termux-tools, todo-app, todo-list, todolist-application
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Todos Python App
### Preview of after setup completed..
### 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/) }