(no, I couldn't think of a more original name.)
https://github.com/dgelessus/filenav
What is there to say? It's a file navigator with UI and a few neat features:
- Quick access to a customizable list of favorite folders, including normally inaccessible ones
- Automatic file icons based on extension
- Thumbnails for most image files
- Display of basic file attributes, such as size, creation/open/modification dates, owner/group
- Analysis of file flags in a very derpy way
- Easy opening of any file in Quick Look, the Pythonista editor, or any compatible app
- Optional copying of files to a temporary folder before editing to avoid "accidents"
- Optional renaming of files after copying to allow editing of unknown text files
Contributions are, of course, always welcome.
(Old link: http://github.com/dgelessus/pythonista-scripts/blob/master/filenav.py )