Commits


Make README shorter.


Make rover.sh more portable.


Add --save-cwd documentation to manual.


Use more conventional syntax for usage help.


Reformat help message and mention --save-cwd.


Add -s alias to --save-cwd and check its argument.


Make --save-cwd work with relative path as argument.


Use const when possible.


Use shorter prompt string to save space.


Make prompt strings configurable.


Fix failed try_to_sel() after creating directory.


Fix behavior for empty inputs.


Let scroll correction to update_view() when possible.


Remove wrap-around behavior from 'j' & 'k'. That behavior provided a way to easily move between the top and bottom of listing. However, this is no longer needed due to the recent addition of 'g' & 'G'. The new behavior is also more similar to what we are used to in other programs.


Only change scroll if necessary.