add a confirmation dialog for delete operation
improve rename/delete error handling
mkfile: change BIN to install system wide
listen on 'vdir' plumber port (thanks sigrid)
loaddir upon middle click of pathr to refresh
rename,delete: quote paths
fix floating point exception (thanks igor)
fix crash caused by dirreadall() failing (thanks igor)
rename: default to current file name
add -r flag to enable recursive delete / change menu order
implement delete/rename operations
ensure path parameter is a valid directory on startup
fix plumbing of files with spaces in their path (thanks igor)
ensure file exist before sending to plumber
display ellipsis at the beginning of text (thanks igor)
fix crash caused by call to log(0) (thanks igor)
document path plumbing in README.md
add ellipsis to long text (thanks igor)
only flash for plumbed files (thanks sigrid)
add line flashing upon right click
plumb current directory path (thanks unobe)
fix click and scrollbar behaviour (thanks $REDACTED)
reuse plumber send descriptor / fix memory leak (thanks kvik)
Handle relative paths properly
Fix cd() not setting 0 at end of buffer!
Add mode line to icons.h
Report errors through alert popups
Implementation of alert popups to display error messages.
Cleanup, icons and new actions