mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Concepts (markdown)
parent
95642c9e53
commit
d6c520998c
@ -243,6 +243,8 @@ The following special variables can be accessed from the command prompt or a spa
|
|||||||
| `$dn` | Path open in context n [n=1/2/3/4] |
|
| `$dn` | Path open in context n [n=1/2/3/4] |
|
||||||
| `$fn` | File path hovered in context n [n=1/2/3/4] |
|
| `$fn` | File path hovered in context n [n=1/2/3/4] |
|
||||||
|
|
||||||
|
E.g. to copy the hovered file in context 1 to the directory open in context 3, run `cp "$f1" "$d3"`.
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
`nnn` (the core C utility) is, generally speaking, _feature-restricted_. It includes features which you _really_ need so it can remain light enough to finish your workflow accurately before your train of thought is lost.
|
`nnn` (the core C utility) is, generally speaking, _feature-restricted_. It includes features which you _really_ need so it can remain light enough to finish your workflow accurately before your train of thought is lost.
|
||||||
|
Loading…
Reference in New Issue
Block a user