From d15b47ab86f46bffb73df2363354e2e0c5fc4789 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 11 Oct 2020 14:05:50 +0530 Subject: [PATCH] Update docs --- README.md | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 029373af..d58e3741 100644 --- a/README.md +++ b/README.md @@ -34,39 +34,39 @@ There are 2 independent (neo)vim plugins - [nnn.vim](https://github.com/mcchrish It runs smoothly on the Pi, [Termux](https://www.youtube.com/embed/AbaauM7gUJw) (Android), Linux, macOS, BSD, Haiku, Cygwin, WSL, across DEs and GUI utilities or a strictly CLI environment. +
Expand for some nnn magic! :dark_sunglasses:
+

Donate via PayPal!

-## Black magic! :dark_sunglasses: - -- Instantly load, sort, filter thousands of files -- Type to navigate with automatic dir selection -- find/fd/grep/ripgrep/fzf from `nnn` and list in `nnn` -- Never lose context - start where you quit -- Mount any cloud storage service in a few keypresses -- Select files from anywhere (not just a single dir) -- Unlimited bookmarks, plugins, cmds with custom hotkeys -- Write a plugin in any language you know -- Edit and preview markdown, man page, html -- Open a file and auto-advance to the next -- Filter filtered entries, export list of visible files -- Configure the middle mouse click to do anything -- Fuzzy search subtree and open a file (or its parent dir) -- Load four dirs with custom settings at once -- Notifications on cp, mv, rm completion -- Auto-sync selection to system clipboard -- Access selection from another instance of `nnn` -- Open text files detached in another pane/tab/window -- Mount and modify archives -- Create files/dirs/duplicates with parents (like `mkdir -p`) -- Toggle hidden with ., visit HOME with ~, last dir with - -- Mark a frequently visited dir at runtime -- Sort by modification, access and inode change time -- Compile out/in features with make variables -- Watch matrix text fly or read fortune messages -- Configure in 5 minutes! - ## Features - Frugal @@ -140,7 +140,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/embed/AbaauM7gUJw) ## Quickstart -1. [Install](https://github.com/jarun/nnn/wiki/Usage#installation) `nnn` and deps (if you need any). All files are opened with the desktop opener by default. +1. [Install](https://github.com/jarun/nnn/wiki/Usage) `nnn` and any dependecies you need. All files are opened with the desktop opener by default. 2. Add option `-e` to your alias to open text files in `$VISUAL`/`$EDITOR`/ vi. [Open detached](https://github.com/jarun/nnn/wiki/Basic-use-cases#detached-text) if you wish. 3. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit). 4. [Install plugins](https://github.com/jarun/nnn/tree/master/plugins#installation). @@ -150,7 +150,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/embed/AbaauM7gUJw) Don't memorize! Arrows (or h j k l), /, q suffice. Tab creates, cycles contexts. ? lists shortcuts. -[![Wiki](https://img.shields.io/badge/RTFM-nnn%20Wiki-important?maxAge=2592000)](https://github.com/jarun/nnn/wiki) +[![Wiki](https://img.shields.io/badge/documentation-nnn%20Wiki-important?maxAge=2592000)](https://github.com/jarun/nnn/wiki) ## Developers