Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superzekes/todosh
A Todo list program for Bash
https://github.com/superzekes/todosh
bash fun shell-script todolist
Last synced: 23 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T20:45:48.000Z (4 months ago)
- Last Synced: 2024-12-19T01:08:16.115Z (23 days ago)
- Topics: bash, fun, shell-script, todolist
- Language: Shell
- Homepage:
- Size: 10.7 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
```