From bbdab3ca2721a3d999c4c70e1352b7e1f3738495 Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sun, 24 Feb 2019 17:17:34 +0200 Subject: [PATCH] Minor README tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 426e016..f320fb1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ image_file=$(zenity --file-selection --filename="$(pwd)/" --title="Select Cover id3-image-embed "$music_file" "$image_file" ``` -This particular popup doesn't filter by images-only, because I couldn't figure out how to make a generic "image" filter with zenity. You can append a `--file-filter='*.jpg'` flag to show only JPEGs. +This particular popup doesn't filter by images-only, because I couldn't figure out how to make a generic "image" filter with zenity. You can append `--file-filter='*.jpg'` to zenity to show only JPEGs. These scripts can be particularly convenient when attached to a GUI file manager. My preferred one, [Thunar](https://docs.xfce.org/xfce/thunar/start), allows "Custom actions" that these two can be plugged in.