From d6a35fb41ffb7c646254b97e4608f4086e11ba88 Mon Sep 17 00:00:00 2001 From: Marcel Rodrigues Date: Wed, 15 Feb 2017 21:43:20 -0200 Subject: [PATCH] Add documentation for 'y' & 'p'. --- rover.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rover.1 b/rover.1 index 6cb7e1f..0d11eba 100644 --- a/rover.1 +++ b/rover.1 @@ -99,6 +99,12 @@ Go to \fB$HOME\fR directory. .B t Go to the target of the selected link. .TP +.B y +Copy location to clipboard. +.TP +.B p +Go to location in clipboard. +.TP .B r Refresh directory listing. .TP @@ -191,6 +197,11 @@ Name of pager program (e.g. \fIless\fP). .B EDITOR Name of editor program (e.g. \fIvim\fP or \fIemacs\fP). .TP +.B CLIP +Path of clipboard file (e.g. \fI/tmp/clipboard\fP). +The user must have read and write permissions on this path. +If this variable is not defined, Rover will use an internal, in-memory, clipboard. +.TP .B RVSEL Rover writes the name of the selected entry to this variable before running a subprocess. This allows one to use the selection as part of an arbitrary command -- 2.11.4.GIT