
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Dear users and visitors, this project development is COMPLETED and no further development, from the creator's part, is expected in the foreseen future, but feel free to fork the project on Github and build upon it, or improve it in any way. The latest stable release by the creator is v1.0.0, thanks for your support, keep learning and contributing !
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: 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.
You can install TaskMan CLI using pip:
pip install taskman-cli
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
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 to current_date.txt
)save
: Save current state to filehelp
: Show the help messageclear / Ctrl+l
: Clear the screenexit
: Exit the programThe available task priorities are:
add code
) the priority will default to mediumContributions are welcome! Here's how you can contribute:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
A minimalistic and user-friendly task management application built with Python
We found that taskman-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.