summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Jarosch <thomas.jarosch@intra2net.com>2014-12-14 00:24:35 +0100
committerYorhel <git@yorhel.nl>2014-12-14 09:16:27 +0100
commita25e5f80a53d2d08c1bcc72033e0931a65737715 (patch)
tree3d9f61fdbd63d5b7bd9de124381cf1f486273299 /doc
parentce18bc392eafab86fbea72e27d7834b415ecd6e4 (diff)
Add ability to spawn shell
Key 'b' in the browse window spawns a shell in the current directoy. We first check the $SHELL environment variable of the user for the preferred shell interpreter. If it's not set, we fall back to the compile time configured default shell (usually /bin/bash). Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/ncdu.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ncdu.pod b/doc/ncdu.pod
index d4b5bd8..e0ba511 100644
--- a/doc/ncdu.pod
+++ b/doc/ncdu.pod
@@ -210,6 +210,14 @@ Show information about the current selected item.
Refresh/recalculate the current directory.
+=item b
+
+Spawn shell in current directory.
+
+We first check the $SHELL environment variable of the user for the preferred
+shell interpreter. If it's not set, we fall back to the compile time
+configured default shell (usually /bin/bash).
+
=item q
Quit