Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahirsalahin/task-tracker
Task Tracker - Terminal app
https://github.com/mahirsalahin/task-tracker
Last synced: about 1 month ago
JSON representation
Task Tracker - Terminal app
- Host: GitHub
- URL: https://github.com/mahirsalahin/task-tracker
- Owner: MahirSalahin
- Created: 2023-11-13T17:22:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-13T20:05:32.000Z (about 1 year ago)
- Last Synced: 2023-11-14T18:38:36.142Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 75.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Version 1.0
*Zorlan* is a terminal app that can track your tasks i.e., for how long you were doing some certain tasks. Zorlan.exe file is located in dlist. After running the app, type --help to see the commands in the terminal.
## Commands:
- **init** *[taskname]* - Initialize the task *taskname*.(e.g. init solving problem)
- **pause** *[taskname]* - Pause the task *taskname*.
- **pauseall** - Pause all the tasks.
- **resume** *[taskname]* - Resume the task *taskname*
- **resumeall** - Resume all the paused tasks.
- **show** *[taskname]*- Show elapsed time of the task *taskname*
- **showall** - Show elapsed time of all current tasks.
- **end** *[taskname]* - Terminate the task *taskname* and show the elapsed time.
- **endall** - Terminate all the tasks and show their respective elapsed time.
- **exit** - Exit.
# Demo
![img1](image1.png)
![img2](image2.png)