aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-10 19:43:37 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-10 19:43:37 +0530
commitf04769f5a5bfcecdbe4716413156a614728a8d2b (patch)
tree7ef634b492dc5145dad92999322cf6c6ea622690
parentd463c4f0dfa550a0fa7d08f7deb0a87c47d44af7 (diff)
downloadnnn-f04769f5a5bfcecdbe4716413156a614728a8d2b.tar.gz
Update docs
-rw-r--r--README.md16
-rw-r--r--src/nnn.c2
2 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index d549564..2ca59b9 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,16 @@ Visit the [Wiki](https://github.com/jarun/nnn/wiki) for concepts, program usage,
- Typically needs < 3.5MB resident memory
- Works with 8-bit colors
- Disk-IO sensitive (few disk reads and writes)
- - No config file to read on each start
- No FPU usage (all integer calculations, even for file size)
+- Portable
+ - Minimal library deps, easily compilable, tiny binary
+ - No config file, minimal config with sensible defaults
+ - Widely available on many packagers
+ - Unicode support
+- Quality
+ - Privacy-aware (no unconfirmed user data collection)
+ - POSIX-compliant, follows Linux kernel coding style
+ - Highly optimized, static analysis integrated code
- Modes
- Light (default), detail
- Disk usage analyzer (block/apparent)
@@ -70,12 +78,6 @@ Visit the [Wiki](https://github.com/jarun/nnn/wiki) for concepts, program usage,
- Launch GUI apps, run commands, spawn a shell, toggle executable
- Hovered file set as `$nnn` at prompt and spawned shell
- Lock terminal (needs a locker)
-- Privacy-aware (no unconfirmed user data collection)
-- Minimal deps, minimal config (with sensible defaults)
-- Widely available
-- Unicode support
-- Follows Linux kernel coding style
-- Highly optimized, static analysis integrated code
## Quickstart
diff --git a/src/nnn.c b/src/nnn.c
index 89ad544..b0dd95f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3516,7 +3516,7 @@ static void show_help(const char *path)
"cS Disk usage%-14cA Apparent du\n"
"cz Size%-20ct Time\n"
"cv Version%-17cE Extension\n"
- "9R ^T Reverse%-0c\n"
+ "9R ^T Reverse (tac)%-0c\n"
"1MISC\n"
"9! ^] Shell%-17c; x Execute plugin\n"
"c] Cmd prompt%-13c^P Pick plugin\n"