mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Update plugins/gsconnect
Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
This commit is contained in:
parent
d1de515532
commit
633a9ca8e1
|
@ -11,7 +11,7 @@ gsconnect=$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.
|
|||
id=$($gsconnect -l)
|
||||
|
||||
if [ -s "$selection" ]; then
|
||||
xargs -0 -a $selection -i $gsconnect -d "$id" --share-file="{}"
|
||||
xargs -0 < "$selection" -I{} "$gsconnect" -d "$id" --share-file="{}"
|
||||
# Clear selection
|
||||
printf "-" > "$NNN_PIPE"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue