Commits


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.


Add file operations to README.


More conventional Makefile.


Fix directions in move docs.


Minor change.