forked from Lainports/freebsd-ports
Bash Commander is a fork of GNU Bourne Again Shell. It's main feature is a visual two-panel mode, much like Midnight Commander and other text-mode visual shells. WWW: https://github.com/sergev/bash-commander Also add bashc to the CONFLICTS section of shells/bash. PR: 253783, 253784 Submitted by: Igor Pokrovsky <ip AT unixway DOT org>
15 lines
422 B
Text
15 lines
422 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
By default, Bash Commander behaves exactly like traditional bash, so it's safe
|
|
to install it as a system-wide /bin/sh. File panels are enabled only in
|
|
interactive mode, when an environment variable COMMANDER is set.
|
|
It is recommended to add the following lines to your ~/.bashrc script:
|
|
|
|
declare -x EDITOR="le"
|
|
declare -x VIEWER="le --read-only"
|
|
. /usr/local/etc/bash_commander
|
|
|
|
EOM
|
|
}
|
|
]
|