A terminal to-do app that helps you focus on one task at a time.
Project description
TaskNow
A terminal to-do app that helps you focus on one task at a time.
Why use TaskNow?
- Stay focused by seeing just your current task
- Add, complete, and manage tasks easily from the terminal
- No accounts, no clutter — just your tasks
Requirements
- Python 3.10 or higher
- Compatible with Ubuntu/Linux systems
Installation
Install TaskNow directly from PyPI:
pip install tasknow
Commands
Add a task:
tasknow add "Write report"
See your current task:
tasknow
Mark it done:
tasknow done
List all tasks:
tasknow list # Also shows each task id
Remove a task:
tasknow remove 2 # Remove task with id: 2
Show completed tasks:
tasknow completed
Un-complete a task:
tasknow undone 3 # Un-complete task with id: 3
Edit a task:
tasknow edit 4 "New description" # Edit task with id: 4
Show help:
tasknow help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tasknow-1.0.7.tar.gz
(4.1 kB
view details)
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 tasknow-1.0.7.tar.gz.
File metadata
- Download URL: tasknow-1.0.7.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59db595e758f247a28d194498d84b6a098c00cb439c50fb1cd30e7f82392ad93
|
|
| MD5 |
5e9b34ae74f13f2e3352fc7a0276e9b7
|
|
| BLAKE2b-256 |
88aaa6a6df45e1a0f6a2fa2327101d4bf35b6ab2f984625d2d59091d22e89925
|
File details
Details for the file tasknow-1.0.7-py3-none-any.whl.
File metadata
- Download URL: tasknow-1.0.7-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccf7bfbdc538436708f8364a50faed0d174fcb15f73ab70c56e902515165f4ac
|
|
| MD5 |
45ec0ed057151d0f1babade5403a742f
|
|
| BLAKE2b-256 |
5831f07dc2c769fc23aea5f895988ed78f2183a4cc8b7827228255aed3cfa3bf
|