]> Sergey Matveev's repositories - nnn.git/commitdiff
Update features
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 15 May 2017 16:59:40 +0000 (22:29 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 15 May 2017 16:59:40 +0000 (22:29 +0530)
README.md

index c8661c816c66bece1897f8a759b4d825d834b5cb..1a93a25d20a567b52704fe6d1f0f5e1b51281520 100644 (file)
--- 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