mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Usage (markdown)
parent
ec5f0229b7
commit
7f7c738d16
7
Usage.md
7
Usage.md
|
@ -192,7 +192,12 @@ optional args:
|
|||
-h show help
|
||||
```
|
||||
|
||||
Note: The keys for option `-T` are **a**pparent disk usage / **d**isk usage / **e**xtension / **r**evision / **s**ize / **t**ime / **v**ersion. Capitalize to reverse (except **r**).
|
||||
Notes:
|
||||
|
||||
1. `nnn` opens the current working directory if `PATH` is not specified.
|
||||
2. If `PATH` is specified and it exists, `nnn` will open it.
|
||||
3. If the `PATH` doesn't exist and ends with a **/**, `nnn` will attempt to create the directory tree and open it. Otherwise, `PATH` is considered a path to a regular file and `nnn` attempts to create the complete directory tree to the file, open the parent directory and prompt to create the new file in it with the base filename.
|
||||
4. The keys for option `-T` are **a**pparent disk usage / **d**isk usage / **e**xtension / **r**evision / **s**ize / **t**ime / **v**ersion. Capitalize to reverse (except **r**).
|
||||
|
||||
## Keyboard, mouse
|
||||
|
||||
|
|
Loading…
Reference in a new issue