Commit Briefs

Marcel Rodrigues

Swap default keybindings for refresh and rename.

This is more consistent to the general idea of making file operations harder to do accidentally.



Marcel Rodrigues

Make README shorter.



Marcel Rodrigues

Merge pull request #8 from joshaw/add-jmp-top-bot

Add keybinding to jump to top/bottom of listing.


Josh Wainwright

Add keybinging to jump to top/bottom of listing.

Uses single g for top (as in less) and G for bottom.


Marcel Rodrigues

Minor improvements to README.


Marcel Rodrigues

Add 'x' to delete selected entry.


Marcel Rodrigues

Add 'R' to refresh listing.


Marcel Rodrigues

Minor documentation changes.


Marcel Rodrigues

Use snprintf().

This breaks C89 compatibility, but is necessary in order to avoid buffer overflows.


Marcel Rodrigues

Clarity.


Marcel Rodrigues

Minor change.


Marcel Rodrigues

Add information on help command.


Marcel Rodrigues

Confirm deletion and give more feedback.