Simple Task Tracker CLI
Reason this release was yanked:
wrong resource folder
Project description
Simple Task Tracker CLI
A command-line interface (CLI) application to keep track of your tasks, their starting time, finishing time and their durations. The CLI uses a SQLite DB to store data.
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:
tt help
This will display the list of available commands and their descriptions.
Commands
tt active: (or "a") List all active tasks.tt create: (or "c") 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).tt delete: (or "d") Delete a task.tt finish: (or "f") Mark a task as done. It can be restarted again using 'start' command. If no task is specified, stop the only active task.tt grep: (or "g") Search for tasks containing the given pattern (case insensitive). Optionally limit to a specific date.tt help: (or "h") Show help message.tt log: (or "l") Log all tasks of the day (DD-MM). If--dateis not provided, today's date will be used.tt pause: (or "p") Pause the active task.tt resume: (or "r") Resume last stopped task.tt start: (or "s") Start a task.tt stats: Show statistics about your work patterns.tt week: (or "w") List all tasks for the current week along with their durations.
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-2.3.1.tar.gz.
File metadata
- Download URL: simple_task_tracker-2.3.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4eb73d77c32cd808e7b970c72d83e879a901abfae3e6eca29be0d2d03d4eb99f
|
|
| MD5 |
7c9f4c77defaeb326b593b275676ad68
|
|
| BLAKE2b-256 |
eb441fdae29ec900e9d77bbedf978e9d8d641ae70c5540c134548ee8ddcb9903
|
File details
Details for the file simple_task_tracker-2.3.1-py3-none-any.whl.
File metadata
- Download URL: simple_task_tracker-2.3.1-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c69425e4ab0a7bebbd65968f21b66a25e7446416ceda470f809b9f1f9708d4d
|
|
| MD5 |
49a60f632f07d465a59fbc098f78f165
|
|
| BLAKE2b-256 |
1c5e0c50971fc8d6801609ed6399656f744bf0247f741bb795006dc526a5e3c7
|