mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Updated Basic use cases (markdown)
parent
91b6d0ed3e
commit
e83023e282
|
@ -1,3 +1,35 @@
|
||||||
|
## The`nnn` magic! :dark_sunglasses:
|
||||||
|
|
||||||
|
`nnn` unfolds on use. Some exquisite things you can do with it.
|
||||||
|
|
||||||
|
- Instantly load, sort, filter thousands of files
|
||||||
|
- Type to navigate with automatic dir selection
|
||||||
|
- List input stream and pick entries to stdout or file
|
||||||
|
- `find`/`fd`/`grep`/`ripgrep`/`fzf` from `nnn` and list in `nnn`
|
||||||
|
- Never lose context - start where you quit
|
||||||
|
- Mount any cloud storage service in a few keypresses
|
||||||
|
- Select files from anywhere (not just a single dir)
|
||||||
|
- Unlimited bookmarks, plugins, cmds with custom hotkeys
|
||||||
|
- Write a plugin in any language you know
|
||||||
|
- Edit and preview markdown, man page, HTML
|
||||||
|
- Open a file and auto-advance to the next
|
||||||
|
- Filter filtered entries, export list of visible files
|
||||||
|
- Configure the middle mouse click to do anything
|
||||||
|
- Fuzzy search subtree and open a file (or its parent dir)
|
||||||
|
- Load four dirs with custom settings at once
|
||||||
|
- Notifications on `cp`, `mv`, `rm` completion
|
||||||
|
- Auto-sync selection to system clipboard
|
||||||
|
- Access selection from another instance of `nnn`
|
||||||
|
- Open text files detached in another pane/tab/window
|
||||||
|
- Mount and modify archives
|
||||||
|
- Create files/dirs/duplicates with parents (like `mkdir -p`)
|
||||||
|
- Toggle hidden with <kbd>.</kbd>, visit `$HOME` with <kbd>~</kbd>, last dir with <kbd>-</kbd>
|
||||||
|
- Mark a frequently visited dir at runtime
|
||||||
|
- Sort by modification, access and inode change time
|
||||||
|
- Compile out/in features with make variables
|
||||||
|
- Watch matrix text fly or read fortune messages
|
||||||
|
- Configure in 5 minutes!
|
||||||
|
|
||||||
## Add bookmarks
|
## Add bookmarks
|
||||||
|
|
||||||
Set environment variable `NNN_BMS` as a string of `key_char:location` pairs separated by semicolons (`;`):
|
Set environment variable `NNN_BMS` as a string of `key_char:location` pairs separated by semicolons (`;`):
|
||||||
|
|
Loading…
Reference in a new issue