Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rcmdnk/gtask

List up google tasks
https://github.com/rcmdnk/gtask

Last synced: about 1 month ago
JSON representation

List up google tasks

Awesome Lists containing this project

README

        

gtask
=====

List up google tasks from a command line.

## Installation

On Mac, you can install scripts by [Homebrew](https://github.com/mxcl/homebrew):

$ brew tap rcmdnk/rcmdnkpac
$ brew install gtask

If you have [brew-file](https://github.com/rcmdnk/homebrew-file), add following lines to Brewfile:

tap 'rcmdnk/rcmdnkpac'
brew 'gtask'

then, do:

$ brew file install

Or if you write like:

tapall 'rcmdnk/rcmdnkpac'

and do `brew file install`, you will have all useful scripts in
[rcmdnkpac](https://github.com/rcmdnk/homebrew-rcmdnkpac).

You can also use an install script on the web like:

$ curl -fsSL https://raw.github.com/rcmdnk/gtask/install/install.sh| sh

This will install scripts to `/usr/bin`
and you may be asked root password.

If you want to install other directory, do like:

$ curl -fsSL https://raw.github.com/rcmdnk/gtask/install/install.sh| prefix=~/usr/local/ sh

Or, simply download scripts and set where you like.