2017-02-15 21:43:20 (UTC-02:00)
Marcel Rodrigues <marcelgmr@gmail.com>
Add documentation for 'y' & 'p'.
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