https://github.com/imnotndesh/terminaltasks
Simple tasks manager in python
https://github.com/imnotndesh/terminaltasks
python script terminal
Last synced: 6 months ago
JSON representation
Simple tasks manager in python
- Host: GitHub
- URL: https://github.com/imnotndesh/terminaltasks
- Owner: Imnotndesh
- Created: 2024-02-02T20:46:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T21:23:46.000Z (about 2 years ago)
- Last Synced: 2025-01-19T07:13:24.009Z (about 1 year ago)
- Topics: python, script, terminal
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal tasks

- A simple .py script for creation and management of tasks right from the terminal
- Has basic features to manage tasks and might be expanded to add even more features
- Mainly made this for a backend to my notes GTK app.....COMING SOON
# How to use
- Just download a copy of our latest release [Here](https://github.com/Imnotndesh/terminalTasks/releases)
- On windows : run the `main.exe` executable and a terminal window will open with the program
- On linux: run the `./main.sh` after granting execution permissions by running:
```
chmod u+x ./main.sh
```