Webtap 1.1 (Default branch) |
|
|
Webtap is a small command line tool inspired by
Mozilla Firefox's "Keyword Shortcuts" feature. Its
purpose is to facilitate similar keyword based Web
browsing from the command line, as a CLI driven
front end to your Web browser. The distribution
includes a Bash programmable completion file with
all of the program's common options as well as the
ability to tab through the available keywords.
License: GNU General Public License v2
Changes:
Several instances of external calls to sed were
replaced with bash's built-in and more efficient
parameter expansion. A ChangeLog is also included.
|