mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Minor doc update
This commit is contained in:
parent
db3a46a197
commit
d71379e5b6
|
@ -28,11 +28,12 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
|
||||||
- Load, sort, filter thousands of files instantly
|
- Load, sort, filter thousands of files instantly
|
||||||
- Type to navigate with automatic dir selection
|
- Type to navigate with automatic dir selection
|
||||||
- Select files from anywhere (not just a single dir)
|
- Select files from anywhere (not just a single dir)
|
||||||
|
- Never lose context - start where you quit `nnn`
|
||||||
- Edit and preview markdown, man page, html
|
- Edit and preview markdown, man page, html
|
||||||
- Open a file and auto-advance to the next
|
- Open a file and auto-advance to the next
|
||||||
- Export (filtered) list of visible files
|
- Export (filtered) list of visible files
|
||||||
- find/fd/fzf/grep/ripgrep/fzf from `nnn` and list in `nnn`
|
- find/fd/grep/ripgrep/fzf from `nnn` and list in `nnn`
|
||||||
- Unlimited bookmarks, plugins, commands with custom hotkeys
|
- Unlimited bookmarks, plugins, cmds with custom hotkeys
|
||||||
- Write a plugin in any language you know
|
- Write a plugin in any language you know
|
||||||
- Configure the middle mouse click to do anything
|
- Configure the middle mouse click to do anything
|
||||||
- Fuzzy search subtree and open a file (or its parent dir)
|
- Fuzzy search subtree and open a file (or its parent dir)
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
# [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
|
# [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
|
||||||
#
|
#
|
||||||
# Shell: bash (job control is weakly specified in POSIX)
|
# Shell: bash (job control is weakly specified in POSIX)
|
||||||
# Author: leovilok
|
# Author: Léo Villeveygoux
|
||||||
|
|
||||||
|
|
||||||
XDOTOOL_TIMEOUT=2
|
XDOTOOL_TIMEOUT=2
|
||||||
|
|
Loading…
Reference in a new issue