BachoSeven / mimi

a better xdg-open - an active fork
MIT License
32 stars 2 forks source link

mimi won't open xml, pdf files or some plain text files #8

Open charbelnicolas opened 1 month ago

charbelnicolas commented 1 month ago

This is my mimi.conf:

application/json: $TERMINAL -e $EDITOR
application/xml: $TERMINAL -e $EDITOR
application/octet-stream: $TERMINAL -e $EDITOR
application/pdf: zathura
application/x-blender: blender

audio/: mpv
image/: feh
video/: mpv
text/: $TERMINAL -e $EDITOR

x-scheme-handler/http: chromium
x-scheme-handler/https: chromium
x-scheme-handler/ftp: chromium

I can't open pdf or xml files, chromium is hijacking them and the bash_history file can't be opened either... Is there something I'm doing wrong?

BachoSeven commented 3 weeks ago

can you share more info, like trying to do xdg-open FILE from terminal and posting the output?