diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-11 22:38:46 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-11 22:38:46 +0000 |
commit | 88863d272aad40c5e1cd8db2b414e1f48d067517 (patch) | |
tree | 6c9115b0fdf0688a89197b1f4b79ed2895f493f0 /shells/Makefile | |
parent | 69d8b1d8dc9b2815a1b9fb930acd1a80a81e529e (diff) | |
download | ports-88863d272aad40c5e1cd8db2b414e1f48d067517.tar.gz ports-88863d272aad40c5e1cd8db2b414e1f48d067517.zip |
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: http://groups.google.com/group/bashc/web/overview
Notes
Notes:
svn path=/head/; revision=208845
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 6aefe0045a14..bd3a27f544b4 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -6,6 +6,7 @@ SUBDIR += 44bsd-csh SUBDIR += bash SUBDIR += bash-completion + SUBDIR += bashc SUBDIR += bush SUBDIR += ch SUBDIR += es |