public
Description: yet another command line client for gist
Homepage:
Clone URL: git://github.com/swdyh/gisty.git
gisty /
name age message
file README.rdoc Loading commit data...
file Rakefile Fri Jan 02 07:09:47 -0800 2009 * added gem's depedency * version 0.0.10 [swdyh]
file _gisty Sun Dec 07 04:19:51 -0800 2008 * fixed typo * added pull_all [swdyh]
directory bin/
file gisty.gemspec
directory lib/
directory test/
directory tmp/ Fri Dec 05 13:24:56 -0800 2008 first commit [swdyh]
README.rdoc

gisty

Description

yet another command line client for gist

Installation

Gem Installation

        gem sources -a http://gems.github.com (you only have to do this once)
        sudo gem install swdyh-gisty

set environment variable GISTY_DIR. example .zshrc

        export GISTY_DIR="$HOME/dev/gists"

set global git config. see "Global Git Config" at github.com/account

        git config --global github.user your_id
        git config --global github.token your_token

if you use zsh command completion, download this file to $fpath directory. github.com/swdyh/gisty/raw/master/_gisty

Features/Problems

use API token with HTTP. at your own risk.

Synopsis

        gisty list                          show local list.
        gisty post file1 file2 ...          post new gist.
        gisty private_post file1 file2 ...  post new private gist.
        gisty sync                          sync remote gist. (clone all remote gist)
        gisty sync_delete                   sync remote gist. delete local gist if remote gist was deleted.
        gisty pull_all                      pull all gist.
        gisty about                         show about gisty
        gisty help                          show help

Copyright

Author:swdyh <mailhide.recaptcha.net/d?k=01AhB7crgrlHptVaYRD0oPwA==&c=L_iqOZrGmo6hcGpPTFg1QYnjr-WpAStyQ4Y8ShfgOHs=>
Copyright:Copyright © 2008 swdyh
License:MIT