diff --git a/shared/.local/share/applications/ranger.desktop b/shared/.local/share/applications/ranger.desktop new file mode 100644 index 0000000..6caa55b --- /dev/null +++ b/shared/.local/share/applications/ranger.desktop @@ -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; \ No newline at end of file