0.2.0 • Published 4 years ago

taskforge v0.2.0

Weekly downloads
1
License
AGPL-3.0-or-later
Repository
github
Last release
4 years ago

taskforge

Task management tool that integrates well with other services.

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 taskforge_{version}_darwin_amd64.tar.gz
  3. Extract the tar ball
  4. Put the taskforge binary in your $PATH

Install from npm

npm install -g taskforge

Install from Source

Git clone the repo:

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

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.2.0

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.3

4 years ago

0.0.3

6 years ago