Commits


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


Minor changes in documentation.


Add documentation for 't'.


Add 'o' to open file with $ROVER_OPEN.


Swap default keybindings for refresh and rename. This is more consistent to the general idea of making file operations harder to do accidentally.


Update documentation to reflect x->D change.


Make README shorter.


Add dollar prompt to example command for consistency.


Merge pull request #8 from joshaw/add-jmp-top-bot Add keybinding to jump to top/bottom of listing.


Add keybinging to jump to top/bottom of listing. Uses single g for top (as in less) and G for bottom.


Minor improvements to README.


Add 'x' to delete selected entry.


Add 'R' to refresh listing.


Minor documentation changes.


Use snprintf(). This breaks C89 compatibility, but is necessary in order to avoid buffer overflows.