Related to (#456), this PR adds the ability to exclude entries by their filename, so for example:
In fuzzel.ini:
match-exclude=wine, waydroid, calf
match-exclude=thunar
match-exclude=krita.desktop
Or as argument:
fuzzel --match-exclude=gimp
fuzzel --match-exclude="gimp, inkscape"
Related to (#456), this PR adds the ability to exclude entries by their filename, so for example:
In fuzzel.ini:
```
match-exclude=wine, waydroid, calf
```
```
match-exclude=thunar
```
```
match-exclude=krita.desktop
```
Or as argument:
```
fuzzel --match-exclude=gimp
```
```
fuzzel --match-exclude="gimp, inkscape"
```