This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
gisty /
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Tue Dec 08 02:49:04 -0800 2009 | |
| |
Rakefile | Thu Sep 10 00:42:37 -0700 2009 | |
| |
_gisty | Sun Dec 07 04:19:51 -0800 2008 | |
| |
bin/ | Fri Jan 16 01:38:56 -0800 2009 | |
| |
gisty.gemspec | Tue Dec 08 02:36:50 -0800 2009 | |
| |
lib/ | Tue Dec 08 02:36:50 -0800 2009 | |
| |
test/ | Fri May 08 02:40:15 -0700 2009 | |
| |
tmp/ | Fri Dec 05 13:24:56 -0800 2008 |
README.rdoc
gisty
Description
yet another command line client for gist
Installation
Gem Installation
gem sources -a http://gemcutter.org (you only have to do this once)
sudo gem install 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 |







