Adds gvfs support to yazi
This commit is contained in:
parent
709041d5e7
commit
d4ad0cedc2
6 changed files with 82 additions and 16 deletions
|
|
@ -1,5 +1,9 @@
|
|||
[opener]
|
||||
extract = []
|
||||
play = [
|
||||
{ run = 'mpv "$@"', orphan = true, for = "unix", desc = "Open with MPV" },
|
||||
{ run = 'vlc "file://$0"', orphan = true, for = "unix", desc = "Open with VLC" }
|
||||
]
|
||||
|
||||
[plugin]
|
||||
prepend_fetchers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue