Filter photos the grep way with the photogrep GUI tool

Programming Snapshot – photogrep

© Lead Image © Venkova, 123RF.com

© Lead Image © Venkova, 123RF.com

Article from Issue 292/2025
Author(s):

The photogrep GUI tool, built using Go and Fyne, is designed to filter photos just like the grep tool filters file names from a pipe.

The idea of pipes is one of the most powerful and versatile functions of the Unix command line. A pipe delivers the output from one tool into the input of the next, which, in turn, extracts interesting parts and passes those on to the next section of the pipeline to a further processing step. The fact that this invention never won a Nobel Prize is quite simply scandalous.

The grep command-line tool often plays a key role in such pipe processing, because it filters out unwanted entries between two connected pipe ends, keeping the good bits and dumping the bad ones into a black hole. When it comes to filtering strings, text replacement or regular expressions are massively useful, but what criteria can you use to sort photos? Which ones are beautiful and which ones are blurred, have a color cast, or simply have bad composition?

This kind of decision is (still) best made by a human being. The photogrep tool I will be discussing in this month's column fetches the photos from the stdin pipe and displays them on screen where you can select one or more of them with a mouse click. As soon as you press the Submit button, photogrep writes the names of the selected images to the standard output – hey presto, grep with photos.

[...]

Use Express-Checkout link below to read the full article (PDF).

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Straight to the Point

    With the Fyne framework, Go offers an easy-to-use graphical interface for all popular platforms. As a sample application, Mike uses an algorithm to draw arrows onto images.

  • Wheat and Chaff

    If you want to keep only the good photos from your digital collection, you have to find and delete the fails. Mike Schilli writes a graphical application with Go and the Fyne framework to help you cull your photo library.

  • Treasure Hunt

    A geolocation guessing game based on the popular Wordle evaluates a player's guesses based on the distance from and direction to the target location. Mike Schilli turns this concept into a desktop game in Go using the photos from his private collection.

  • Chip Shot

    We all know that the Fyne framework for Go can be used to create GUIs for the desktop, but you can also write games with it. Mike Schilli takes on a classic from the soccer field.

  • GUI Apps with Fyne

    The Fyne toolkit offers a simple way to build native apps that work across multiple platforms. We show you how to build a to-do list app to demonstrate Fyne's power.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News