Task Tracker CLI
Project description
Task Tracker CLI
A command-line interface (CLI) application to keep track of your tasks, their starting time, finishing time and their durations. Tasks could be grouped in projects.
Installation
You can install the package using either pipx or pip.
Note: It is highly recommended to install this package using pipx. It provides an isolated environment for installing and managing command-line tools. It also simplifies running CLIs without activating a virtual environment.
Check out this page to compare pip and pipx.
Using pipx
pipx install simple-task-tracker
Using pip
pip install simple-task-tracker
Usage
After the installation, you can run the CLI application with the following command:
tracker help
This will display the list of available commands and their descriptions.
Commands
tracker active: List all active taskstracker delete: Delete a tasktracker help: Show help messagetracker logs: Log all tasks of the daytracker pause: Pause the active tasktracker resume: Resume last stopped tasktracker save: Save a new task as ended. The ended time is the time right now, and the starting time is calculated using (now - duration_in_minutes)tracker start: Start a tasktracker stop: Mark a task as done. It can be restarted again using 'start' command. If no task is specified, stop the only active task.
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License.
Contact
If you have any questions or suggestions, feel free to contact me at ismailben44@gmail.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_task_tracker-0.0.3.tar.gz.
File metadata
- Download URL: simple_task_tracker-0.0.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93148edd408745af87f0a98e75ec4485c38a33a1ceb0350c801f411dab9ce7e6
|
|
| MD5 |
ca85306bcc86824a8789b8270a822fc5
|
|
| BLAKE2b-256 |
e1d1da4426daff761902773cb4cec519b9a4b81628e144f60cb8323016df768c
|
File details
Details for the file simple_task_tracker-0.0.3-py3-none-any.whl.
File metadata
- Download URL: simple_task_tracker-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d55fec900b8aec23c2d74b1b7c388cce40f04d7c990a45205e17654cb31117d1
|
|
| MD5 |
3a261ae865a7125ffc4228bd63a5601d
|
|
| BLAKE2b-256 |
c2ff3c1c68c1c7319d55f8c793a87182585cb2e1bc6a4e41d09972919c1bd604
|