blob: ed657517a366e2ab221679614c748c7a06670fbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Bash Commander is a traditional GNU bash shell extended with visual two-panel
file browser.
Features:
* Full bash compatibility.
* Embedded visual file browser.
* Two file panels, turned on and off by pressing ^O.
* Actions and colors configured via .bashrc script.
* Run current file on pressing Enter, configurable via commander_start_file()
shell function.
* Perform an action on pressing F1-F20 keys, configurable via commander_fN()
shell functions.
WWW: https://groups.google.com/forum/?fromgroups#!forum/bashc
|