Enable sending multiple files via cli and add files to use this via the send-to menu on Windows and Ubuntu (using Nautilus)

This commit is contained in:
schlagmichdoch 2023-11-23 19:58:36 +01:00
parent 62e198b5d3
commit eeb7dca884
7 changed files with 271 additions and 84 deletions

6
pairdrop-cli/pairdrop.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
cd "$parent_path" || exit
./pairdrop "$@"