mimi
mimi copied to clipboard
a better xdg-open - an active fork
Results
2
mimi issues
Sort by
recently updated
recently updated
newest added
I have `nushell` as my user shell, thus the following doesn't work: ``` run() { $SHELL -c "'$1' $(printf "%q " "${@:2}")" } ``` I suggest to change `$SHELL` to...
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...