Commits


Fix memory errors when browsing empty directories.


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.


Forbid copy/move to the same path.


Merge pull request #27 from orbea/rm Use 'rm -f' in Makefile


Use 'rm -f' in Makefile


Version 1.0.0.


Ensure CWD ends with slash.


Don't assume CWD is a valid path.


Fix bugs in paste location.


README: quick start means quick start.


Add documentation for 'y' & 'p'.


Use $CLIP file as clipboard, when defined.


Add 'y' & 'p' to copy & paste location.