adding a ranger desktop file
This commit is contained in:
7
shared/.local/share/applications/ranger.desktop
Normal file
7
shared/.local/share/applications/ranger.desktop
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=ranger
|
||||||
|
Exec=sh -c 'ghostty -e ranger "$(printf "%s" "%U" | sed "s|file://||g" | python3 -c "import sys, urllib.parse; print(urllib.parse.unquote(sys.stdin.read().strip()))")"'
|
||||||
|
Terminal=false
|
||||||
|
Categories=System;FileTools;FileManager;
|
||||||
|
MimeType=inode/directory;
|
||||||
Reference in New Issue
Block a user