Neuer Rechtsklick Content für Dolphin
This commit is contained in:
parent
35465ca78c
commit
3afa794a4e
2 changed files with 0 additions and 19 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
SERVER="ws://192.168.155.110:8000/"
|
||||
|
||||
for FILE in "$@"; do
|
||||
JSON=$(printf '{"data_path": "%s"}' "$FILE")
|
||||
echo "$JSON" | websocat "$SERVER"
|
||||
|
||||
done
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Service
|
||||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=video/*
|
||||
Actions=sendToWebSocket
|
||||
|
||||
[Desktop Action sendToWebSocket]
|
||||
Name=Video to New Server
|
||||
Exec=/home/data/.local/share/kio/servicemenus/send.path.sh %F
|
||||
Icon=video-x-generic
|
||||
Loading…
Reference in a new issue