Last active
December 16, 2015 01:39
Revisions
-
svanzoest revised this gist
Apr 20, 2013 . 1 changed file with 11 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,15 @@ # https://github.com/ConradIrwin/jist # gem install jist alias gist=jist # http://defunkt.io/hub/ # curl http://defunkt.io/hub/standalone -sLo ~/bin/hub # chmod +x ~/bin/hub alias git=hub # OS X pbcopy(1) equiv on X11 alias pbcopy='xsel --clipboard --input' # OS X pbpaste(1) equiv on X11 alias pbpaste='xsel --clipboard --output' # Virtual Box VM List # http://www.virtualbox.org/manual/ch08.html alias vbavail="VBoxManage list vms | sed -e 's/\"\(.*\)\".*/\1/'" alias vblist="VBoxManage list runningvms | sed -e 's/\"\(.*\)\".*/\1/'" -
svanzoest revised this gist
Apr 10, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ alias pbcopy='xsel --clipboard --input' alias pbpaste='xsel --clipboard --output' alias vbavail="VBoxManage list vms | sed -e 's/\"\(.*\)\".*/\1/'" alias vblist="VBoxManage list runningvms | sed -e 's/\"\(.*\)\".*/\1/'" -
svanzoest revised this gist
Apr 10, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ alias pbcopy='xsel --clipboard --input' alias pbpaste='xsel --clipboard --output' alias vblist="VBoxManage list runningvms | sed -e 's/\"\(.*\)\".*/\1/'" -
svanzoest revised this gist
Apr 10, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ alias pbcopy='xsel --clipboard --input' alias pbpaste='xsel --clipboard --output' alias vblist="VBoxManage list runningvms | cut -d ' ' -f1" -
svanzoest created this gist
Apr 10, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ alias pbcopy='xsel --clipboard --input' alias pbpaste='xsel --clipboard --output' alias vlist="VBoxManage list runningvms | cut -d ' ' -f1"