aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-16 20:41:43 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-17 02:06:18 +0530
commited934c0e97428c3dcc7fe5068cf686269533f3fc (patch)
tree4b0a53332c57713ebf0e36903b59634766bdfee4
parent5f519841e7b4fa1a752e444a19722f0fe516b026 (diff)
downloadnnn-ed934c0e97428c3dcc7fe5068cf686269533f3fc.tar.gz
Update README
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 738b875..15faa47 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Noice is Not Noice, a noicer fork...
<p align="center"><i>nnn in action! (Thanks Luke Smith for the video!)</i></a></p>
-`nnn` is probably the [fastest and most resource-sensitive](#comparison) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
+`nnn` is probably the [fastest and most lightweight](#comparison) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
[Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, transfer selected files using lftp or use it as a [(neo)vim plugin](https://github.com/jarun/nnn#neovim-plugin); `nnn` supports as many scripts as you need!
@@ -52,7 +52,7 @@ We need contributors. Please visit the [ToDo list](https://github.com/jarun/nnn/
- [Keyboard shortcuts](#keyboard-shortcuts)
- [Leader key](#leader-key)
- [Contexts](#contexts)
- - [Directory color](#directory-color)
+ - [Context-specific color](#context-specific-color)
- [Selection](#selection)
- [Filters](#filters)
- [Navigate-as-you-type mode](#navigate-as-you-type-mode)
@@ -116,6 +116,7 @@ We need contributors. Please visit the [ToDo list](https://github.com/jarun/nnn/
- Transfer files using lftp
- Batch rename/move/delete (needs vidir)
- Show directories in custom color (default: blue)
+ - Per-context directory color
- Spawn a subshell in the current directory
- Run a command, launch applications
- Run custom scripts in the current directory
@@ -289,7 +290,7 @@ The first time a context is entered, it copies the state of the last visited con
When a context is quit, the next active context is selected. If the last active context is quit, the program quits.
-#### Directory color
+##### Context-specific color
Each context can have its own color for directories specified:
@@ -485,7 +486,7 @@ Notes:
#### run custom scripts
-`nnn` can invoke custom scripts with the currently selected file name as argument 1.
+`nnn` can invoke custom scripts in the current directory with the currently selected file name as argument 1.
Export the absolute path to the directory with your scripts or a single script:
@@ -493,7 +494,7 @@ Export the absolute path to the directory with your scripts or a single script:
OR
export NNN_SCRIPT=/usr/local/bin/nscript.sh
-Press <kbd>R</kbd> to run the script in the current directory. You can also use this key to cancel choosing a script from the script directory.
+Press <kbd>R</kbd> to run the script in the current directory. You can also use this key to cancel choosing a script from the script directory and get back to the original directory.
##### sample scripts