Control gist files to install.
curl -L https://raw.github.com/mattak/bist/master/install.sh >& /dev/null | sh
$ bist list
5333258 ljust
$ bist list 5333258
ljust
display repository content.
$ bist show ljust
$ bist show 5333258
#!/bin/sh ...
install gist content.
$ bist install 5333258
update gist contents.
$ bist update
installed gist to link bin.
$ bist rehash
remove repository.
$ bist rm 5333258
structure of directory.
$HOME/.bist/
|
|- bin/
|
|- apkdump
|- bist
|
|- repos/
|
|- 5333258/
|
|- ljust
write your .bistrc .
$ cat ~/.bistrc
# ljust
bist install 5333258
# ashot
bist install 5099636
...
install to execute followings.
$ sh ~/.bistrc
Some command bugs was fixed by umi-uyura.