mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update features
This commit is contained in:
parent
71bc3c7432
commit
02ddcb36bd
38
README.md
38
README.md
|
@ -57,22 +57,30 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
|
|||
|
||||
### Features
|
||||
|
||||
- Super-easy navigation with roll-over at edges
|
||||
- Jump HOME or back to the last visited directory (as usual!)
|
||||
- Jump to initial dir, chdir prompt, cd ..... (with . as PWD)
|
||||
- Filter directory contents with search-as-you-type
|
||||
- Desktop opener integration to handle mime types
|
||||
- Customizable bash script nlay to handle known file types
|
||||
- Navigation
|
||||
- Familiar shortcuts
|
||||
- Jump HOME or to the last visited directory (as usual!)
|
||||
- Jump to initial dir, chdir prompt, cd ..... (with . as PWD)
|
||||
- Roll-over at edges, page through entries
|
||||
- Disk usage analyzer mode
|
||||
- Basic and detail view (with stat and file information)
|
||||
- Show media information (needs mediainfo)
|
||||
- Sort by modification time, size
|
||||
- Sort numeric names in numeric order (1, 2, ... 10, 11, ...)
|
||||
- Spawn a shell in the current directory
|
||||
- Invoke file path copier (*easy* shell integration)
|
||||
- Quit and change directory (*easy* shell integration)
|
||||
- Open any file in EDITOR (fallback vi) or PAGER (fallback less)
|
||||
- VIM-ish keybinds
|
||||
- Search
|
||||
- Filter directory contents with search-as-you-type
|
||||
- Desktop search (default catfish, customizable) integration
|
||||
- Mimes
|
||||
- Desktop opener integration
|
||||
- Customizable bash script [nlay](https://github.com/jarun/nnn/wiki/all-about-nlay) to handle media type or action
|
||||
- Information
|
||||
- Basic and detail view
|
||||
- Detailed file information
|
||||
- Media information (needs mediainfo)
|
||||
- Ordering
|
||||
- Numeric order (1, 2, ... 10, 11, ...) for numeric names
|
||||
- Sort by modification time, size
|
||||
- Convenience
|
||||
- Spawn a shell in the current directory
|
||||
- Invoke file path copier (*easy* shell integration)
|
||||
- Change directory at exit (*easy* shell integration)
|
||||
- Open any file in EDITOR (fallback vi) or PAGER (fallback less)
|
||||
- Unicode support
|
||||
|
||||
### Performance
|
||||
|
|
Loading…
Reference in a new issue