Minor README tweak

This commit is contained in:
Andrew Radev 2019-02-24 17:17:34 +02:00
parent 6e6e3befeb
commit bbdab3ca27

View File

@ -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.