A task planner for the terminal.
Project description
Task
Overview
Task is a task planning tool for the command line.
Installation
python -m pip install task-planner
Command reference
usage: python -m task [] [order] [add] [priority] [do] [done]
View all tasks:
python -m task
python -m task order <task|priority|status>
Add a task:
python -m task add "<name>"
python -m task add "<name>" priority <priority>
Set the priority of an existing task:
python -m task priority <priority> for <task id>
Set a task to doing:
python -m task do <task id>
Delete a task:
python -m task done <task id>
License
Copyright (c) 2019, Yannick Kirschen, All rights reserved. Licensed under the MIT License. Happy forking :fork_and_knife:
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
task-planner-1.2.0.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for task_planner-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43d05c5f269bee6fbae9e0804306bca923feabbe8a28907c91229e599537054d |
|
MD5 | 18fdd04b9b072fbebbcdd2a98a30e3c7 |
|
BLAKE2-256 | 185326f8699128c9b9ee1fe2debf7855ea0327a2cfa0e77999244a0f11437470 |