Project

hiptask

0.0
No commit activity in last 3 years
No release in over 3 years
A simple command line tool for tracking your task list
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.18.1
 Project Readme

Hiptask

A hipster command line task applicaiton for me to put my newly learn ruby skills to practical use.

Build Status

Build Status

Install (via rubygems.org)

gem install hiptask

Install (via git)

git clone git@github.com:marcqualie/hiptask.git
cd hiptask
rake build
rake install

Usage

hiptask # displays your task list
hiptask help # full list of commands
hiptask list # displays your task list
hiptask add CONTENT # adds a new task
hiptask do ID # marks a task as complete
hiptask undo ID # reverts task to normal
hiptask update ID CONTENT # update task content
hiptask config [ACTION] [KEY] [VALUE] # manipulate config variables
hiptask delete ID # deletes a task forever
hiptask version # displays current version

Tips & Tricks

If you want to store you Hiptasks online, Dropbox is the easiest way

hiptask config set tasks_file /path/to/Dropbox/hiptask.txt

Roadmap

  • Multiple Lists
  • List sorting
  • Meta Data
  • Task Export/Import
  • Database Storage (Obviously, Redis)
  • Web UI

Contributing

Patches and feature requests are more than welcome on Github so feel free to fill up the issue board.