aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-07 01:14:43 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-07 09:28:02 +0530
commit050fb8492198df92fed323c7df68d5f6e0ca6a27 (patch)
tree1685cfb23a694d5ab1a88d79063d37725e49c0b8
parent2d8afc8de7920489df1f231d787f985bf4ed13ab (diff)
downloadnnn-050fb8492198df92fed323c7df68d5f6e0ca6a27.tar.gz
Document lftp integration
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0644c1..d30ed3b 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Noice is Not Noice, a noicer fork...
`nnn` is probably the [fastest and most resource-sensitive](#comparison) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
-[Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, or use it as a [(neo)vim plugin](https://github.com/jarun/nnn#neovim-plugin); `nnn` supports as many scripts as you need!
+[Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, transfer selected files using lftp or use it as a [(neo)vim plugin](https://github.com/jarun/nnn#neovim-plugin); `nnn` supports as many scripts as you need!
It runs on Linux, macOS, Raspberry Pi, Cygwin, Linux subsystem for Windows and Termux.
@@ -73,6 +73,7 @@ We need contributors. Please visit the ToDo list.
- [sample scripts](#sample-scripts)
- [change dir color](#change-dir-color)
- [integrate patool](#integrate-patool)
+ - [lftp transfers](#lftp-transfers)
- [work faster at rename prompt](#work-faster-at-rename-prompt)
- [set idle timeout](#set-idle-timeout)
- [show hot plugged drives](#show-hot-plugged-drives)
@@ -111,6 +112,7 @@ We need contributors. Please visit the ToDo list.
- Create, rename files and directories
- Select files across directories
- Copy, move, delete selection
+ - Transfer files using lftp
- Batch rename/move/delete (needs vidir)
- Show directories in custom color (default: blue)
- Spawn a subshell in the current directory
@@ -508,6 +510,10 @@ Any other value disables colored directories.
On systems where `atool` is not available but `patool` is, drop two copies of the Python3 script [natool](https://github.com/jarun/nnn/tree/master/scripts/natool) as `atool` and `apack` somewhere in `$PATH`.
+#### lftp transfers
+
+lftp can be used from `nnn` for automated remote transfers or copying a selection to a server. Visit the [wiki page](github.com/jarun/nnn/wiki/simplify-remote-transfers-with-lftp) for more details on the integration.
+
#### work faster at rename prompt
The rename prompt supports some bash-like command-line shortcuts - <kbd>^A</kbd>, <kbd>^E</kbd>, <kbd>^U</kbd>. <kbd>^L</kbd> clears the name.