GithubHelp home page GithubHelp logo

task's Introduction

Task

A simple cli to-do list. Created using python and click library.

How to

Create a task belonging to a group:

~ task add Movies John Wick 2

Edit a task (partial match available):

~ task edit Movies John
Enter the new name for John Wick 2 [John Wick 2]: John Wick: Chapter 2

Finish a task (partial match available):

~ task finish Movies John

List tasks:

~ task list Movies
    Movies
================================
[ ] The Irishman
[x] John Wick 2
[x] Toy Story 4
[ ] One Upon a Time in Hollywood
[x] Avengers: End Game
================================

Export the tasks to .txt file:

~ task export Movies path/to/save

or to .pdf:

~ task export Movies path/to/save --pdf

Installation

Install using python 3.8 and pip3:

pip3 install cli-task

Versions

0.2.0

  • Added remove functionality:

    ~ task remove Movies John

Future

I try to add sorting feature for list and exports, also I might try to add attributes to each task (due date, urgency, ...).

The big next feature would be syncing the tasks in the cloud so you could access your tasks anywhere.

Author

Amin Fadaee

task's People

Contributors

aminfadaee avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

task's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.