diff options
author | 2019-01-07 18:40:30 +0530 | |
---|---|---|
committer | 2019-01-07 18:40:30 +0530 | |
commit | b40662635d251af3d5fc839c7baf50f5cb83860b (patch) | |
tree | d5233b5b612a502cfa28eed1b699372d6a5d233f | |
parent | 51acd70ba0971e47ced724c41b0075ddeea3eadd (diff) | |
download | nnn-b40662635d251af3d5fc839c7baf50f5cb83860b.tar.gz |
Update docs
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -73,7 +73,7 @@ We need contributors. Please visit the [ToDo list](https://github.com/jarun/nnn/ - [launch applications](#launch-applications) - [change dir color](#change-dir-color) - [integrate patool](#integrate-patool) - - [lftp transfers](#lftp-transfers) + - [remote transfers](#remote-transfers) - [prompt shortcuts](#prompt-shortcuts) - [set idle timeout](#set-idle-timeout) - [hot-plugged drives](#hot-plugged-drives) @@ -503,9 +503,9 @@ 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 +#### remote transfers -lftp can be used from `nnn` for automated remote transfers or copying a selection to a server. Visit the [wiki page](https://github.com/jarun/nnn/wiki/simplify-remote-transfers-with-lftp) for more details on the integration. +lftp can be used with `nnn` for automated remote transfers or copying a selection to a server. Visit the [wiki page](https://github.com/jarun/nnn/wiki/simplify-remote-transfers-with-lftp) for more details on the integration. #### prompt shortcuts |