commit d6a35fb41ffb7c646254b97e4608f4086e11ba88 from: Marcel Rodrigues date: Wed Feb 15 23:43:20 2017 UTC Add documentation for 'y' & 'p'. commit - 9b8338b9daa5cf185e83eeaacad66763f283738b commit + d6a35fb41ffb7c646254b97e4608f4086e11ba88 blob - 6cb7e1f835183e87afc182c2ed4b2070bdbc7631 blob + 0d11eba2cda059fd285590ec977a1fab6fb08254 --- rover.1 +++ 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