mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +00:00
Update docs
This commit is contained in:
parent
d7a53fd518
commit
cb202e128b
56
README.md
56
README.md
|
@ -1,4 +1,4 @@
|
||||||
<h1 align="center">n³ - <i>supercharge your productivity!</i></h1>
|
<h1 align="center">nnn - <i>supercharge your productivity!</i></h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600" alt="Latest release" /></a>
|
<a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600" alt="Latest release" /></a>
|
||||||
|
@ -25,32 +25,32 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
|
||||||
|
|
||||||
## Black magic! :dark_sunglasses:
|
## Black magic! :dark_sunglasses:
|
||||||
|
|
||||||
1. Load, sort, filter thousands of files instantly
|
- Load, sort, filter thousands of files instantly
|
||||||
2. Type to navigate with automatic dir selection
|
- Type to navigate with automatic dir selection
|
||||||
3. Select files from anywhere (not just a single dir)
|
- Select files from anywhere (not just a single dir)
|
||||||
4. Edit and preview markdown, man page, html
|
- Edit and preview markdown, man page, html
|
||||||
5. Open a file and auto-advance to the next
|
- Open a file and auto-advance to the next
|
||||||
6. Export (filtered) list of visible files
|
- Export (filtered) list of visible files
|
||||||
7. Find files by mime-type and list in `nnn`
|
- Find files by mime-type and list in `nnn`
|
||||||
8. Unlimited bookmarks, plugins, commands with custom hotkeys
|
- Unlimited bookmarks, plugins, commands with custom hotkeys
|
||||||
9. Write a plugin in any language you know
|
- Write a plugin in any language you know
|
||||||
10. Configure the middle mouse click to do anything
|
- Configure the middle mouse click to do anything
|
||||||
11. Fuzzy search subtree and open the dir of a file
|
- Fuzzy search subtree and open the dir of a file
|
||||||
12. Load four dirs with custom settings at once
|
- Load four dirs with custom settings at once
|
||||||
13. Notifications on cp, mv, rm completion
|
- Notifications on cp, mv, rm completion
|
||||||
14. Auto-sync selection to system clipboard
|
- Auto-sync selection to system clipboard
|
||||||
15. Open text files detached in another pane/tab/window
|
- Open text files detached in another pane/tab/window
|
||||||
16. Create files/dirs/duplicates with parents (like `mkdir -p`)
|
- Create files/dirs/duplicates with parents (like `mkdir -p`)
|
||||||
17. Toggle hidden with <kbd>.</kbd>, visit HOME with <kbd>~</kbd>, last dir with <kbd>-</kbd>
|
- Toggle hidden with <kbd>.</kbd>, visit HOME with <kbd>~</kbd>, last dir with <kbd>-</kbd>
|
||||||
18. Pin a frequently visited dir at runtime
|
- Pin a frequently visited dir at runtime
|
||||||
19. Mount any cloud storage service in a few keypresses
|
- Mount any cloud storage service in a few keypresses
|
||||||
20. Mount and modify archives
|
- Mount and modify archives
|
||||||
21. Filter filtered entries
|
- Filter filtered entries
|
||||||
22. Sort files by access time and inode change time
|
- Sort files by access time and inode change time
|
||||||
23. Access selection from another instance of `nnn`
|
- Access selection from another instance of `nnn`
|
||||||
24. Compile out features you don't need
|
- Compile out features you don't need
|
||||||
25. Watch matrix text fly or read fortune messages
|
- Watch matrix text fly or read fortune messages
|
||||||
26. Configure in 5 minutes!
|
- Configure in 5 minutes!
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
1. [Install](https://github.com/jarun/nnn/wiki/Usage#installation) `nnn`.
|
1. [Install](https://github.com/jarun/nnn/wiki/Usage#installation) `nnn` and deps (if you need any).
|
||||||
2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit).
|
2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit).
|
||||||
3. Use option `-e` in your alias to open text files in `$VISUAL`/`$EDITOR`/ vi. [Open detached](https://github.com/jarun/nnn/wiki/Basic-use-cases#detached-text) if you wish.
|
3. Use option `-e` in your alias to open text files in `$VISUAL`/`$EDITOR`/ vi. [Open detached](https://github.com/jarun/nnn/wiki/Basic-use-cases#detached-text) if you wish.
|
||||||
4. [Install plugins](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins).
|
4. [Install plugins](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins).
|
||||||
|
|
Loading…
Reference in a new issue