|
2 | 2 |
|
3 | 3 | A super simple terminal to-do app that helps you focus on one task at a time.
|
4 | 4 |
|
| 5 | +[](https://pypi.org/project/tasknow/) |
| 6 | +[](https://opensource.org/licenses/MIT) |
| 7 | + |
| 8 | +--- |
| 9 | + |
5 | 10 | ## Why use TaskNow?
|
6 | 11 |
|
7 |
| -- Stay focused by seeing just your current task |
8 |
| -- Add, complete, and manage tasks easily from the terminal |
9 |
| -- No accounts, no clutter — just your tasks |
| 12 | +- **Stay focused:** See just your current task by default |
| 13 | +- **Minimalist & distraction-free:** No accounts, no clutter — just your tasks |
| 14 | +- **Full control:** Add, complete, edit, and manage tasks easily from the terminal |
| 15 | +- **Simple commands:** Intuitive CLI interface |
| 16 | +- **Lightweight:** Python-based with JSON storage, works seamlessly on Linux |
| 17 | + |
| 18 | +--- |
| 19 | + |
| 20 | +## Requirements |
| 21 | + |
| 22 | +- **Python 3.10 or higher** |
| 23 | +- Compatible with Ubuntu/Linux systems |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +## Installation |
| 28 | + |
| 29 | +Install TaskNow directly from PyPI: |
| 30 | + |
| 31 | +```bash |
| 32 | +pip install tasknow |
| 33 | +``` |
| 34 | + |
| 35 | +--- |
10 | 36 |
|
11 |
| -## Quick start |
| 37 | +## Quick Start |
12 | 38 |
|
13 | 39 | Add a task:
|
14 | 40 |
|
@@ -68,4 +94,18 @@ tasknow --help
|
68 | 94 |
|
69 | 95 | ---
|
70 | 96 |
|
| 97 | +## Links |
| 98 | + |
| 99 | +- **PyPI:** [https://pypi.org/project/tasknow/](https://pypi.org/project/tasknow/) |
| 100 | +- **Source Code:** [https://github.com/decodingchris/tasknow](https://github.com/decodingchris/tasknow) |
| 101 | +- **Issue Tracker:** [https://github.com/decodingchris/tasknow/issues](https://github.com/decodingchris/tasknow/issues) |
| 102 | + |
| 103 | +--- |
| 104 | + |
| 105 | +## License |
| 106 | + |
| 107 | +This project is licensed under the **MIT License**. See the [LICENSE](https://opensource.org/licenses/MIT) file for details. |
| 108 | + |
| 109 | +--- |
| 110 | + |
71 | 111 | MIT License © Decoding Chris
|
0 commit comments