Git Product home page Git Product logo

scazan / task-cli Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 212 KB

My own task management system as I couldn't find one that fits my needs. Uses a simple json file so it can be consumed via a number of other interfaces (command line, phone, web, etc) . Supports subtasks, deadlines, single subtasks assigned to multiple tasks, and all the normal things a task manager does.

License: GNU General Public License v2.0

Shell 1.00% JavaScript 99.00%

task-cli's Introduction

task

My own task management system as I couldn't find one that fits my needs. Uses my taskengine library which is found here: https://github.com/scazan/taskengine

Uses a simple json file so it can be consumed via a number of other interfaces (command line, phone, web, etc) . Supports subtasks, deadlines, single subtasks assigned to multiple tasks, and all the normal things a task manager does.

To install, download this repository (or git clone it) into ~/dev/task-cli (if you want to change that directory, just put it anywhere and edit the "task" file which is simply a bash script pointing to the executable):

touch ~/tasks.json
npm install

To use globally, add the directory to your path:

export PATH=/dev/task-cli:$PATH

Use

I've added in a shortcut for task that uses the letter t in place of any reference to task in the following (ie. 't ls' or 't add "name:blah" ')

Listing:

task 
task ls
task ls a
task ls all

Adding:

task add name: some name description:some descriptive text here url: www.duckduckgo.com

// Task properties can also be surrounded with quotes and separated by commas if that is more comfortable (like the following)
task add "name: some name, description: some descriptive text here, url: www.duckduckgo.com"

Sub tasks (for example on task id 8):

task add 8 name: some name description:some descriptive text here url: www.duckduckgo.com
task ls 8

Removing:

task rm 12

Marking complete:

task x 8
task close 8

Editing:

task edit 8 "url: www.duckduckgo.com"

task-cli's People

Contributors

scazan avatar

Watchers

James Cloos avatar  avatar  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.