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 task description" # Edit task with id: 4
Show help:
tasknow help
License
This project is licensed under the MIT License. See the LICENSE file for details.
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
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.8.tar.gz.
File metadata
- Download URL: tasknow-1.0.8.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2cf4ada533ad55d9d352641409f1b5ec18a1412b8a170e9d88c5c16fd58c59f
|
|
| MD5 |
a986ec568855690718b02c9e309ec7cd
|
|
| BLAKE2b-256 |
b8cd4b10eb0a37e926448789df0401e138bbe13940b1c105d2e8ab02829d0c58
|
File details
Details for the file tasknow-1.0.8-py3-none-any.whl.
File metadata
- Download URL: tasknow-1.0.8-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
79b7ddd779d366dd4e9b0bb4da7fa74f86b1edf9a863a066f74b88c885c549a5
|
|
| MD5 |
0dbd3120dc4f91ee5b80aa4e8e66fc1e
|
|
| BLAKE2b-256 |
164178fc6cbb6d82ba4d6b5f987b6bc357c7aa03f8146f14482e972e1024a901
|