Thanks, man. Yes, I realized the other day that the breadcrumbs issue persists. It will be fixed by the next release.
I haven’t yet added the ability to exclude folders. That’s on the list.
I haven’t uploaded it yet because I’m still working on it, but the current build allows you to enable “manager” mode, which adds a column where you can rename files and delete them. If custom data columns are included in the table, the rename feature adds fields in each of those columns, and automatically constructs the filename properly for File Away custom column display.
I am currently working on a Bulk Action mode, where you can click on the table rows to select them, then choose from a dropdown to Copy, Move, or Delete. If copy or move is chosen, you would then get another (dynamic) dropdown, that allows you to navigate to the desired Copy/Move location. Then all the files that have been selected by clicking on the table row will be copied or moved or deleted.
Currently the rename and delete functionality is individual files only, but it’s all ajax, so no page refreshing needed.
I have a little ways to go yet, but it’s getting there. Patience, Luke.