Update features

This commit is contained in:
Arun Prakash Jana 2017-05-15 22:29:40 +05:30
parent 71bc3c7432
commit 02ddcb36bd
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -57,22 +57,30 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
### Features ### Features
- Super-easy navigation with roll-over at edges - Navigation
- Jump HOME or back to the last visited directory (as usual!) - Familiar shortcuts
- Jump HOME or to the last visited directory (as usual!)
- Jump to initial dir, chdir prompt, cd ..... (with . as PWD) - Jump to initial dir, chdir prompt, cd ..... (with . as PWD)
- Filter directory contents with search-as-you-type - Roll-over at edges, page through entries
- Desktop opener integration to handle mime types
- Customizable bash script nlay to handle known file types
- Disk usage analyzer mode - Disk usage analyzer mode
- Basic and detail view (with stat and file information) - Search
- Show media information (needs mediainfo) - 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 - Sort by modification time, size
- Sort numeric names in numeric order (1, 2, ... 10, 11, ...) - Convenience
- Spawn a shell in the current directory - Spawn a shell in the current directory
- Invoke file path copier (*easy* shell integration) - Invoke file path copier (*easy* shell integration)
- Quit and change directory (*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)
- VIM-ish keybinds
- Unicode support - Unicode support
### Performance ### Performance