Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rcmdnk/gtask
- Owner: rcmdnk
- Created: 2013-11-05T11:21:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:33:54.000Z (12 months ago)
- Last Synced: 2024-05-01T12:24:41.513Z (7 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 gtaskIf 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.