Skip to main content

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)

Uploaded Source

Built Distribution

task_planner-1.2.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page