Git Product home page Git Product logo

task-tracker's Introduction

tasks

Project task tracking CLI application

Usage

Here's how it works

$ task add Shopping --owner Mark
$ task add Read a book --owner John
$ task list
$ ID   state   owner   summary      
  ────────────────────────────────── 
   1    Todo    Mark    Shopping     
   2    Todo    John    Read a book  

$ task update --id 1 --owner Jim
$ task list
$ ID   state   owner   summary      
  ────────────────────────────────── 
   1    Todo    Jim    Shopping     
   2    Todo    John    Read a book

$ task --help
$ task --help

Usage: task [OPTIONS] COMMAND [ARGS]...

Task is a small command line task tracking application.

╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --version             -v        Retrieves version of the app                                                                 │
│ --install-completion            Install completion for the current shell.                                                    │
│ --show-completion               Show completion for the current shell, to copy it or customize the installation.             │
│ --help                          Show this message and exit.                                                                  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ add      Adds a task to the task board                                                                                       │
│ clear    Delete off all tasks                                                                                                │
│ delete   Delete a task with given id.                                                                                        │
│ finish   Finish a task with given id.                                                                                        │
│ list     Gets a list of tasks, filtering by owner or state if provided.                                                      │
│ start    Starts a task with given id.                                                                                        │
│ update   Updates a task with given id. 

task-tracker's People

Contributors

alzahedi avatar

Watchers

 avatar

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.