A minimalistic and user-friendly task management application built with Python
Project description
📝 Description
TaskMan CLI is a powerful and user-friendly task management application built with Python using the ttask-manager package. It offers a seamless command-line interface for efficiently managing your daily tasks, helping you boost productivity and stay organized.
Important Note: As of 01/19/2025, TaskMan CLI repo was archived and now this is the main TaskMan CLI repo, the '-PyPi' will remain due to the existence of TaskMan CLI.
✨ Features
- 📌 Add Tasks and Specify their Priorities: Easily add new tasks with priorities to your to-do list
- 🗑️ Remove Tasks: Remove tasks from your to-do list
- ✅ Mark Tasks as Completed: Move tasks to a "done" list when completed
- 👀 View Current State: See all your tasks, both pending and completed
- 🧹 Clear Lists: Clean up your to-do and done lists with a single command
- 💾 Data Persistence: Your tasks are saved automatically, so you never lose your progress
- 📊 Generate Reports: Create daily task reports to track your productivity
🚀 Installation
You can install TaskMan CLI using pip:
pip install taskman-cli
🛠️ Usage
After installation, you can start TaskMan CLI by running:
taskman
Once launched, you'll see the TaskMan welcome screen. Type help to see available commands:
TaskMan > help
Use the various commands to manage your tasks. Here are some examples:
TaskMan > add Buy groceries | Call mom:high | Finish report
TaskMan > list-todo
TaskMan > mark-as-done Buy groceries
TaskMan > list-both
📚 Available Commands
add [task1:priority] | [task2] | ...: Add one or more tasks with their prioritiesremove [task1] | [task2] | ...: Remove one or more tasksmark-as-done / mad [task1]...: Mark one or more tasks as completedlist-both / lb: Show all tasks (to-do and done)list-todo / ltd: Show pending taskslist-done / ld: Show completed tasksclear-todo / cltd: Clear all pending tasksclear-done / cld: Clear all completed tasksreset: Clear all tasks (both to-do and done)report [name]: Generate a report (optional custom name, defaults tocurrent_date.txt)save: Save current state to filehelp: Show the help messageclear / Ctrl+l: Clear the screenexit: Exit the program
📶 Available Priorities
The available task priorities are:
- high
- medium (default one)
- low
💡 Tips
- Use the up and down arrow keys to navigate through your command history.
- TaskMan supports auto-completion. Start typing a command and press Tab to complete it.
- If a task is passed without specifying the priority (e.g:
add code) the priority will default to medium - Your tasks can be saved, so you can safely exit with saving the current state and resume your work later.
🤝 Contributing
Contributions are welcome! Here's how you can contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Inspired by the ZTM Python course by Andrei Neagoie
- Built with love using Python and prompt_toolkit
📞 Contact
If you have any questions, feel free to reach out:
- Gmail - taha.y.adnan@gmail.com
- Project Link: TaskMan-CLI-PyPi
Made with ❤️ by Taha Yasser Adnan
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 taskman_cli-0.4.3.tar.gz.
File metadata
- Download URL: taskman_cli-0.4.3.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e22d047d6d98f6b0876d69e093bbc288a25a660ee0acec5720a7ceebac8e4859
|
|
| MD5 |
81cd56580842d193a913979a2430d461
|
|
| BLAKE2b-256 |
1e8b5f617aa9f1f9d6986bb48ec04b768647e4ea2cfe86805f3670aad8f38910
|
File details
Details for the file taskman_cli-0.4.3-py3-none-any.whl.
File metadata
- Download URL: taskman_cli-0.4.3-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fe400b9b96ae2cd464769eda6a8fde246a232cb5918e75eac8b29fe65708693
|
|
| MD5 |
3bf99492da0fdbba1d6b00e23b0b8336
|
|
| BLAKE2b-256 |
465baec0a60730c1697fc244e26322be58437af87f6fd09eb63d01e41e1ab196
|