Very nice tool indeed, funny how the world works. I'm writing an Electron/React/PouchDB application that works kinda like this called "Filebase", you create a library and name it like "pictures", you pick a directory / or single file on your PC and it scans/indexes it, this allows you to tag individual files and folders so you remember what's in it (you can search these tags). you can search and filter by type. The last feature will be archiving but keeping the directory info handy so you can search for items that are archived. I came up with this idea after watching my partner try and organize Cricket art and PDF's. I realized that Windows Explorer kinda sucked for organizing. I wanted to build something that did not modify or touch files itself. It's been a great way to learn Electron. I have to say Electron makes building UI's easy for applications.
Files – Single-file photo gallery and file manager
11–20 of 189 posts
Re: Files – Single-file photo gallery and file manager
#12Why does the demo have a folder of just girls?
It drives curosity for sure.
Re: Files – Single-file photo gallery and file manager
#13Why does the demo have a folder of just girls?
This is an MVP. The guys folder will be added later.
Re: Files – Single-file photo gallery and file manager
#14My first thought when seeing this was whether I could run it as a docker image… I don’t know what’s wrong with me :P
Re: Files – Single-file photo gallery and file manager
#15Why does the demo have a folder of just girls?
No post body was provided.
Re: Files – Single-file photo gallery and file manager
#16Great idea. I wish someone creates this in Go that way we don't even need to install php. Just run binary in directory and start browsing.
Re: Files – Single-file photo gallery and file manager
#17single .php file…
I’m not sure if you’re implying it isn’t, that’s bad, or something else. The download link does take you to a single php file. It’s a mess, but it’s also kinda interesting. I’ve been doing PHP dev professionally for more than 20 years and I don’t think I’ve ever seen some of the conventions used. Even the PHP close tag inside a function like this.
function login_page($is_login_attempt, $sidx, $is_logout, $client_hash){ ?> … <?php exit; // end form and exit }
Re: Files – Single-file photo gallery and file manager
#18single .php file…
Some people make a million dollar a year with a single php file
Re: Files – Single-file photo gallery and file manager
#19I am still looking for a simple tool to deduplicate, organize, and tag all the photos I have accumulated over the years. Old laptop hard drives, old cell phones, iPhoto libraries, aperture libraries, etc. I want to dump them into a staging area, remove all dupes, and start organizing and tagging them into a folder structure.
Re: Files – Single-file photo gallery and file manager
#20Is there an equivalent in Python (Albeit not single-file)?