Awesome
gtask
List up google tasks from a command line.
Installation
On Mac, you can install scripts by Homebrew:
$ brew tap rcmdnk/rcmdnkpac
$ brew install gtask
If you have brew-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.
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.