Commits


Version 1.0.1.


Merge pull request #31 from orbea/man Fix the date in rover.1


Fix the date in rover.1 Silences the following warning from mandoc(1) man -Tlint rover cannot parse date, using it verbatim (mdoc, man) The date given in a Dd or TH macro does not follow the conventional format. man: rover.1.gz:1:13: WARNING: cannot parse date, using it verbatim: rover\-1.0.0 https://man.openbsd.org/mandoc.1


Prefer VISUAL to EDITOR VISUAL is useed on many systems these days without EDITOR being set, see the manual pages for various shells or other documentation. This patch makes rover respect VISUAL being set in the environment and prefer it to EDITOR.


Version 1.0.0.


Add documentation for 'y' & 'p'.


Add 'E' command to toggle execute permission of file.


Allow user to set Rover-specific programs, e.g. ROVER_SHELL.


Minor changes in documentation.


Version 0.4.2.


Add documentation for 't'.


Add 'o' to open file with $ROVER_OPEN.


Version 0.4.1.


Review manual.


Fix manual to reflect new options.