phog

Crates.iophog
lib.rsphog
version0.1.0
created_at2025-04-14 16:02:03.459172+00
updated_at2025-04-14 16:02:03.459172+00
descriptionA minimal photo Gallery.
homepage
repositoryhttps://github.com/guimath/phog
max_upload_size
id1633029
size202,585
Guilhem Mathieux (guimath)

documentation

README

Phog - Photo gallery

Logo phog

Phog is an app built in Rust that allows for quick sorting of files for photographers shooting in JPEG+RAW.

It can also be used as simple photo gallery to browse through your photos with minimal loading time.

Install

  • Install Rust by following the Rust Getting Started Guide
  • Install the app from the rust crates library with cargo install phog or install it directly from this github by cloning and then using cargo install phog --path .

Using

In the terminal, navigate to the folder of photos you want to see, and launch the app with phog (some parameters are available from the command line, type phog -h for more). This will scan the current directory for photos, if any are found they will be loaded and you can look through them.

  • Navigate the images with the arrows

  • You can copy an image (and it's raw) to a separate "edit" folder by pressing e.

  • You can move an image (and it's raw) to a "bin" folder by pressing d

    (currently this is simply a subfolder of the current folder, if you wan't to fully delete it, delete the folder once you're done).

For more information, press h to display the help.

Commit count: 56

cargo fmt