A minimalistic and user-friendly task management application built with Python
Project description
TaskMan CLI
📝 Description
TaskMan CLI is a powerful and user-friendly task management application built with Python. It offers a seamless command-line interface for efficiently managing your daily tasks, helping you boost productivity and stay organized.
Important Note: This project is for learning purposes and is based on the original script by me. The original repository can be found at TaskMan CLI repo.
✨ Features
- 📌 Add Tasks: Easily add new tasks 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 | Finish report
TaskMan > list-todo
TaskMan > mark-as-done Buy groceries
TaskMan > list-both
📚 Available Commands
add [task1] | [task2] | ...
: Add one or more tasksremove [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)save
: Save current state to filehelp
: Show the help messageclear / Ctrl+l
: Clear the screenexit
: Exit the program
💡 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.
- 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
Please make sure to update tests as appropriate.
📄 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:
- Your Name - tahacodes.101@gmail.com
- Project Link: TaskMan-CLI-PyPi
Made with ❤️ by Taha Yasser Adnan
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
File details
Details for the file taskman_cli-0.3.1.tar.gz
.
File metadata
- Download URL: taskman_cli-0.3.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | baacbc6e22f81a17c48992e9bc9ed675d5c1e673cb230d1df5026adcdac28154 |
|
MD5 | fcb016aac2fbb1b7fc942eabcbf8e16d |
|
BLAKE2b-256 | 45a56242c1768c0b083f0f46d2a002d5bc4fbbcba1528e829012a53f0afabf30 |
File details
Details for the file taskman_cli-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: taskman_cli-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc1ba926320e587928b7c198461c9dae3f6f5dfe4ee7364880b70dac48bcacd5 |
|
MD5 | 0f5884a11316cafa21d867e529f7f6d9 |
|
BLAKE2b-256 | 86eef04a3aad2253d5a05c045eef1e266d8055246452920527de6bed52a94032 |