https://github.com/unpwnabl/todo.sh
A simple TODO list viewer in Bash
https://github.com/unpwnabl/todo.sh
bash todo todolist
Last synced: about 2 months ago
JSON representation
A simple TODO list viewer in Bash
- Host: GitHub
- URL: https://github.com/unpwnabl/todo.sh
- Owner: unpwnabl
- License: gpl-3.0
- Created: 2025-09-27T19:49:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T20:04:31.000Z (9 months ago)
- Last Synced: 2025-09-27T21:22:22.416Z (9 months ago)
- Topics: bash, todo, todolist
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO.sh
[](https://www.gnu.org/software/bash/)
[](./LICENSE)
A simple TODO list viewer written in Bash.
## Features
- Lightweight and portable
- Reads from a plain text `TODO.txt` file
- Command-line interface for quick usage
- Easy to customize and extend
## Installation
Download the `TODO.sh` file into the desired directory:
```bash
git clone https://github.com/unpwnabl/TODO.sh
cd TODO.sh && mv TODO.sh path/to/directory
```
And make the script executable
```bash
chmod +x TODO.sh
```
## Usage
Prepare a TODO.txt file that is readable in the directory and run:
```bash
./TODO.sh
```
### Code
- ```[]``` Empty check box
- ```[X]``` Filled check box
- ```[!]``` Important check box
## License
This project is licensed under the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.html)