https://github.com/miroslavvidovic/todo-app
Task management application built with Bash, Zenity and SQLite
https://github.com/miroslavvidovic/todo-app
bash sqlite3 todolist zenity
Last synced: about 2 months ago
JSON representation
Task management application built with Bash, Zenity and SQLite
- Host: GitHub
- URL: https://github.com/miroslavvidovic/todo-app
- Owner: miroslavvidovic
- License: mit
- Created: 2016-07-28T06:10:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T15:31:06.000Z (about 9 years ago)
- Last Synced: 2025-07-03T14:09:38.237Z (12 months ago)
- Topics: bash, sqlite3, todolist, zenity
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# todo-app
A simple task management application
## Installation
#### Dependencies
* zenity
* sqlite3
#### Run it
bash todo.sh
***
## Motivation
Creating a CRUD application with a GUI and a SQLite database in bash.
## License
MIT