release dependencies maintainance faq manpage tips
no cookies, no javascript! source code
v0.9.3 (Feb, 2026) Anouncement: maintainance section is now added to the project and website. Primary website is now phibrajry.grebedoc.dev Mastodon newsletter is now available: phibrajry@techtoots.com v0.9.2 (Feb, 2026) Added file import history. Added extended symlinks information: number of images, long names, etc. Images otherwise not represented as links can be shown in home/.unlinked with symlinks.py -a v0.9.1 (Jan, 2026) Remove the process parallelism used to process next image before the previous is fully writen. I think it confused too much both garbage collector and code maintanance. Add --blind option to ignore direct file deduplication, most files will still be deduplicated due date based organization. Refine documentation to remove irrelevant suggestions. v0.9 (Oct, 2025) The keywords are now relevant only to symlinks, which form a separated organized directory. Files on other side go to another location, which is organized by date and is suggested to be append-only. Directories have been renamed. Piexif is included in required dependencies. healthcare.py script is replaced with simple shell commands. Noted a way to "export" tar archives. Adding images directly to directory is temporary broken. It is expected to be back later; Please convert older format by performing installation steps, therefore creating new storage directory. Then import the old collection automatically. This will not copy the unsupported formats in case you have added it to the collection. ``` git clone https://gitea.com/vsnits/phibrajry cd phibrajry/home && python3 upload.py -r /old/colletion/ . ```