aboutsummaryrefslogtreecommitdiff
path: root/desktop/bashrun/README
diff options
context:
space:
mode:
authorMikko Varri <vmj@linuxbox.fi>2010-03-03 14:14:38 -0600
committerErik Hanson <erik@slackbuilds.org>2010-05-13 13:22:57 +0200
commit370cc0ba10fd2b686fa123a621ef076d120b8ebb (patch)
tree660edbf6d43decf832d4e94ff9f7616e3557f888 /desktop/bashrun/README
parentd8d9ab59b74014bddcb0ca1738cfa1cf401484ac (diff)
downloadslackbuilds-370cc0ba10fd2b686fa123a621ef076d120b8ebb.tar.xz
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/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/bashrun/README b/desktop/bashrun/README
new file mode 100644
index 000000000000..cf9eeeac509d
--- /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).