Initial release
w3m local CGI of APT. Package names are hyperlinked, so you can navigate freely.
apt-sary makes it much faster.
w3m apt:grep # apt-cache search grep w3m apt-show:grep # apt-cache show grep w3m apt-file:grep # apt-file search grep
Apt is installed. I tested only on Debian GNU/Linux.
Please execute the following commands.
ruby -ropen-uri -e 'URI("http://www.rubyist.net/~rubikitch/archive/apt-cgi-1.0.tar.gz").read.display' > apt-cgi-1.0.tar.gz
tar xzvf apt-cgi-1.0.tar.gz
When you failed, please download it from the next link.
sudo ruby setup.rb
Add following lines to ~/.w3m/urimethodmap.
apt: file:/cgi-bin/apt.cgi?cmd=search&arg=%s apt-search: file:/cgi-bin/apt.cgi?cmd=search&arg=%s apt-show: file:/cgi-bin/apt.cgi?cmd=show&arg=%s apt-file: file:/cgi-bin/apt.cgi?cmd=file_search&arg=%s
GPL