|
|
Allruby
A collection of utilities implemented in ruby
UrlView
http://code.google.com/p/allruby/source/browse/trunk/urlview/urlview.rb
A tool for ruby+mutt lover.
usage:
./urlview.rb urlview.rb cat urlview.rb | urlview.rb
with mutt:
macro pager \cb <pipe-entry>'<PATH TO URLVIEW.RB>'<enter> 'Follow links with urlview'
QuickJump
First download the script from http://code.google.com/p/allruby/source/browse/trunk/quickjump/quickjump.rb, save it to somewhere on your local box.
add these lines to your .zshrc (or .bashrc etc.):
alias jump="$YOUR-QUICKJUMP-SCRIPT-PATH/quickjump.rb&& source /tmp/quickjump" alias add_quickjump_dir='echo $PWD >> ~/.quickjumprc' # note use single quote here
add this line to your .Xdefaults: (for urxvt user)
URxvt.keysym.M-j: jump \n URxvt.keysym.M-a: add_quickjump_dir \n
Then try to press alt and j in your urxvt :)
