aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-05-15 22:29:40 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-05-15 22:29:40 +0530
commit02ddcb36bdd2589ebac8c44b3eaa09af50941615 (patch)
tree681f0424e83908e6d73e8a16c8b2440dcf465644
parent71bc3c743247b891943af1f69da0e9e375b7746f (diff)
downloadnnn-02ddcb36bdd2589ebac8c44b3eaa09af50941615.tar.gz
Update features
-rw-r--r--README.md38
1 files changed, 23 insertions, 15 deletions
diff --git a/README.md b/README.md
index c8661c8..1a93a25 100644
--- a/README.md
+++ b/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