mattak / bist

control gist files to install.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bist

Control gist files to install.

install

curl -L https://raw.github.com/mattak/bist/master/install.sh >& /dev/null | sh

commands

list

$ bist list
5333258 ljust

$ bist list 5333258
ljust

show

display repository content.

$ bist show ljust
$ bist show 5333258
#!/bin/sh ...

install

install gist content.

$ bist install 5333258

update

update gist contents.

$ bist update

rehash

installed gist to link bin.

$ bist rehash

rm

remove repository.

$ bist rm 5333258

directory

structure of directory.

$HOME/.bist/
  |
  |- bin/
      |
      |- apkdump
      |- bist
  |
  |- repos/
      |
      |- 5333258/
          |
          |- ljust

setup dotfile

write your .bistrc .

$ cat ~/.bistrc

# ljust
bist install 5333258

# ashot
bist install 5099636

...

install to execute followings.

$ sh ~/.bistrc

special thanks

Some command bugs was fixed by umi-uyura.

About

control gist files to install.


Languages

Language:Shell 100.0%