diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-03-03 14:14:38 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:22:57 +0200 |
commit | 370cc0ba10fd2b686fa123a621ef076d120b8ebb (patch) | |
tree | 660edbf6d43decf832d4e94ff9f7616e3557f888 /desktop/bashrun/README | |
parent | d8d9ab59b74014bddcb0ca1738cfa1cf401484ac (diff) | |
download | slackbuilds-370cc0ba10fd2b686fa123a621ef076d120b8ebb.tar.gz |
desktop/bashrun: Added.
Bashrun provides a powerful application launcher by running a
specialized bash session in a small terminal window.
Thanks to Mikko Varri.
Diffstat (limited to 'desktop/bashrun/README')
-rw-r--r-- | desktop/bashrun/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/bashrun/README b/desktop/bashrun/README new file mode 100644 index 0000000000..cf9eeeac50 --- /dev/null +++ b/desktop/bashrun/README @@ -0,0 +1,12 @@ +bashrun (X11 application launcher based on bash) + +Bashrun provides a powerful application launcher by running a +specialized bash session in a small terminal window, conveniently +providing bash features like tab-completion and history. Additional +features include user configurable rules for automatically launching +certain commands in a new terminal window, looking up manual and +info pages, performing dict and google queries, defining bookmarks +for webpages or piping command output to the clipboard. + +NOTE: This uses xdotool if it is installed. Also, zenity or kdialog +is used if installed (will fall back to xmessage otherwise). |