0.0.3 • Published 6 years ago

taskhero v0.0.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
6 years ago

task, a task management cli

It's like taskwarrior but flexible in different ways.

Installation

Install from Release

  1. Navigate to the Releases Page
  2. Find the tar ball for your platform / architecture. For example, on 64 bit Mac OSX, the archive is named taskhero_{version}_darwin_amd64.tar.gz
  3. Extract the tar ball
  4. Put the taskhero binary in your $PATH

Install from npm

npm install -g taskhero

Install from Source

Git clone the repo:

git clone https://github.com/chasinglogic/taskhero

Then cd into the repo and run the following npm commands:

npm install
npm install .

Usage

  Usage: task [options] [command]

  Options:

    -V, --version          output the version number
    -h, --help             output usage information

  Commands:

    new|create [title...]  create a new task
    complete|d [taskID]    Complete tasks by ID
    edit|e [taskID]        Edit a task as YAML
    next|current           Show the current task
    query|q [query...]     Search and list tasks
    help [cmd]             display help for [cmd]

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. :fire: Submit a pull request :D :fire:

All pull requests should go to the develop branch not master. Thanks!

See the DESIGN.md for more info. Not everything laid out there is implemented yet.

License

This code is distributed under the GNU General Public License

    Copyright (C) 2018 Mathew Robinson

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago