https://github.com/superzekes/todosh
A Todo list program for Bash
https://github.com/superzekes/todosh
bash fun shell-script todolist
Last synced: 5 months ago
JSON representation
A Todo list program for Bash
- Host: GitHub
- URL: https://github.com/superzekes/todosh
- Owner: SuperZekes
- License: gpl-2.0
- Created: 2024-09-10T20:40:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:25:28.000Z (over 1 year ago)
- Last Synced: 2025-04-05T18:15:54.319Z (about 1 year ago)
- Topics: bash, fun, shell-script, todolist
- Language: Shell
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoSH

A Todo list program for Bash
## Installation and Usage
Run the following commands:
```
git clone https://github.com/SuperZekes/TodoSH
cd TodoSH
chmod +x todo.sh
./todo.sh
```