From: daru <54768193+Darukutsu@users.noreply.github.com> Date: Tue, 22 Feb 2022 16:04:43 +0000 (+0100) Subject: Update plugins/gsconnect X-Git-Tag: v4.5~22^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=633a9ca8e1e1e7a445f6f1cd177bd3f0291f536e;p=nnn.git Update plugins/gsconnect Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com> --- diff --git a/plugins/gsconnect b/plugins/gsconnect index 1a481126..1b71aaf1 100755 --- a/plugins/gsconnect +++ b/plugins/gsconnect @@ -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