Commits


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.


Clarity.


Minor change.


Add information on help command.


Confirm deletion and give more feedback.


Add important note.