diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-24 21:22:44 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-24 21:24:32 +0530 |
commit | e6f9d6d2d0a6213ef90759ce46375ff6436c0f21 (patch) | |
tree | 43c8de66706890348eef9447383034921f0118a0 /nnn.1 | |
parent | c4483a89563b718c339bb36610f1247ada7602d6 (diff) | |
download | nnn-e6f9d6d2d0a6213ef90759ce46375ff6436c0f21.tar.gz |
Add rclone support for remote access
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -223,6 +223,13 @@ when dealing with the !, e and p commands respectively. A single combination to NOTE: The options must be preceded by `sshfs` and comma-separated without any space between them. .Ed .Pp +\fBNNN_RCLONE_OPTS:\fR pass additional options to rclone command: +.Bd -literal + export NNN_RCLONE_OPTS='rclone mount --read-only --no-checksum' + + NOTE: The options must be preceded by `rclone` and max 5 flags are supported. +.Ed +.Pp \fBNNN_OPENER:\fR specify a custom file opener. .Bd -literal export NNN_OPENER=mimeopen |