Search Results

Found 1 results for "cd2e1c16073e4bb41fbd0ce63ae75662" across all boards searching md5.

Anonymous /g/105775807#105776902
7/2/2025, 4:00:15 PM
Does anyone know of any program that can take a list of files as command line arguments, display them as a grid of thumbnails, allow you to filter the results using a search bar, and let you bind keyboard input to custom commands/programs? For example, taking a bunch of PNG files, displaying them all in a grid, and letting you bind "enter" to "xdg-open {selected_file}" or binding ctrl+c to "echo {selected_file} | xclip", etc?

Basically, I need everything fzf does but as a GUI grid of thumbnails instead of a CLI list of text.