Commit Briefs


Omar Polo

set version to 1.0


Marcel Rodrigues

Version 1.0.1.


Marcel Rodrigues

Version 1.0.0.


Marcel Rodrigues

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




Marcel Rodrigues

Version 0.4.2.


Marcel Rodrigues

Add 't' to navigate to link target.


Marcel Rodrigues

Add 'o' to open file with $ROVER_OPEN.


Marcel Rodrigues

Version 0.4.1.


Marcel Rodrigues

Make use of shell optional.


Marcel Rodrigues

Launch external programs through shell.

Passing $PAGER directly as argv[0] of a subprocess only works when $PAGER is simply the name of a binary file, such as "less". Users may want to hardcode command-line options, e.g. PAGER="less -N", so we need to do something like argv = {"sh", "-c", $PAGER}. The same applies to $SHELL and $EDITOR.


Marcel Rodrigues

Version 0.4.0.


Marcel Rodrigues

Add executable file color customization.