[bin] Open unknown file types with a ranger terminal
This commit is contained in:
parent
4b41e78643
commit
c9e1d5139f
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ case "${lower%%:*}" in
|
|||
exec emacs -nw "$1"
|
||||
;;
|
||||
*)
|
||||
zenity --warning --text "Don't know how to open $@" >&2
|
||||
notify-send "${0}" "Don't know how to open ${@}" -t 500 >&2
|
||||
exec foot --app-id 'files' ranger $@
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue