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
0b3bec329f
commit
6c0fe4058c
|
@ -82,7 +82,7 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
|
||||||
- Navigation
|
- Navigation
|
||||||
- Familiar shortcuts
|
- Familiar shortcuts
|
||||||
- *Navigate-as-you-type* mode
|
- *Navigate-as-you-type* mode
|
||||||
- Bookmarks
|
- Bookmarks support; mark and visit a directory
|
||||||
- Jump HOME or to the last visited directory (as usual!)
|
- 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)
|
||||||
- Roll-over at edges, page through entries
|
- Roll-over at edges, page through entries
|
||||||
|
@ -103,11 +103,13 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
|
||||||
- Numeric order (1, 2, ... 10, 11, ...) for numeric names
|
- Numeric order (1, 2, ... 10, 11, ...) for numeric names
|
||||||
- Sort by modification time, size
|
- Sort by modification time, size
|
||||||
- Convenience
|
- Convenience
|
||||||
|
- Rename files
|
||||||
- Spawn SHELL (fallback sh) in the current directory
|
- Spawn SHELL (fallback sh) in the current directory
|
||||||
- Invoke file path copier (*easy* shell integration)
|
- Invoke file path copier (*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)
|
||||||
- Open current directory in a custom GUI file browser
|
- Open current directory in a custom GUI file browser
|
||||||
|
- Real-time directory content modification updates
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue