mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Update features
This commit is contained in:
parent
4f4b19cbcc
commit
63512152df
10
README.md
10
README.md
|
@ -91,7 +91,7 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
|
||||||
- Jump to initial dir, chdir prompt, cd ..... (with . as PWD)
|
- Jump to initial dir, chdir prompt, cd ..... (with . as PWD)
|
||||||
- Roll-over at edges, page through entries
|
- Roll-over at edges, page through entries
|
||||||
- Show directories in custom color (default: enabled in blue)
|
- Show directories in custom color (default: enabled in blue)
|
||||||
- Disk usage analyzer mode
|
- Disk usage analyzer (du) mode
|
||||||
- Search
|
- Search
|
||||||
- Filter directory contents with *search-as-you-type*
|
- Filter directory contents with *search-as-you-type*
|
||||||
- Desktop search (default gnome-search-tool, customizable) integration
|
- Desktop search (default gnome-search-tool, customizable) integration
|
||||||
|
@ -102,7 +102,7 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
|
||||||
- Customizable bash script [nlay](https://github.com/jarun/nnn/wiki/all-about-nlay) to handle actions
|
- Customizable bash script [nlay](https://github.com/jarun/nnn/wiki/all-about-nlay) to handle actions
|
||||||
- Information
|
- Information
|
||||||
- Basic and detail view
|
- Basic and detail view
|
||||||
- Detailed file information
|
- Detailed stat-like file information
|
||||||
- Media information (needs mediainfo or exiftool, if specified)
|
- Media information (needs mediainfo or exiftool, if specified)
|
||||||
- Ordering
|
- Ordering
|
||||||
- Numeric order (1, 2, ... 10, 11, ...) for numeric names
|
- Numeric order (1, 2, ... 10, 11, ...) for numeric names
|
||||||
|
@ -110,15 +110,15 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
|
||||||
- Convenience
|
- Convenience
|
||||||
- Create, rename files and directories
|
- Create, rename files and directories
|
||||||
- Spawn SHELL (fallback sh) in the current directory
|
- Spawn SHELL (fallback sh) in the current directory
|
||||||
- Invoke file path copier (*easy* shell integration)
|
- Copy absolute file paths with/without X (*easy* shell integration)
|
||||||
- Change directory at exit (*easy* shell integration)
|
- Change directory at exit (*easy* shell integration)
|
||||||
- Open any file in EDITOR (fallback vi) or PAGER (fallback less)
|
- Open any file in EDITOR (fallback vi) or PAGER (fallback less)
|
||||||
- List and extract archives (needs atool)
|
- List and extract archives (needs atool)
|
||||||
- Open current directory in a custom GUI file browser
|
- Open current directory in a custom GUI file browser
|
||||||
- Monitor directory changes
|
|
||||||
- Terminal screensaver (default vlock, customizable) integration
|
- Terminal screensaver (default vlock, customizable) integration
|
||||||
- Unicode support
|
- Unicode support
|
||||||
- Highly optimized code, minimal resource usage
|
- Highly optimized code, minimal resource usage
|
||||||
|
- Minimal dependencies
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
|
|
||||||
|
@ -423,7 +423,7 @@ Any other value disables colored directories.
|
||||||
|
|
||||||
#### boost chdir prompt
|
#### boost chdir prompt
|
||||||
|
|
||||||
`nnn` uses libreadline for the chdir prompt input. So all the fantastic features of readline (e.g. case insensitive tab completion, history, reverse-i-search) is available to you based on your readline [configuration](https://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC9).
|
`nnn` uses libreadline for the chdir prompt input. So all the fantastic features of readline (e.g. case insensitive tab completion, history, reverse-i-search) are available to you based on your readline [configuration](https://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC9).
|
||||||
|
|
||||||
#### set idle timeout
|
#### set idle timeout
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue