How-To
Send directly from share menu on iOS
I created a shortcut on iOS to send images, files, folders, URLs, or text directly from the share menu. To download, go to the link: https://routinehub.co/shortcut/24753/ or https://www.icloud.com/shortcuts/f81dbac00823445e8feefd0f834b40e7Send directly from share menu on Android
The Web Share Target API is implemented. When the PWA is installed, it will register itself to the share-menu of the device automatically.Send directly via command-line interface
Send files or text with ErikrafT Drop via command-line interface.This opens ErikrafT Drop in the default browser where you can choose the receiver.
Usage
Setup
Linux / Mac
-
Download the latest erikraftdrop-cli.zip from the releases page
or
-
Unzip the archive to a folder of your choice e.g.
/usr/share/erikraftdrop-cli/ -
Copy the file .erikraftdrop-cli-config.example to .erikraftdrop-cli-config
-
Make the bash file erikraftdrop executable
-
Add a symlink to /usr/local/bin/ to include erikraftdrop to PATH
Windows
- Download the latest erikraftdrop-cli.zip from the releases page
- Put file in a preferred folder e.g.
C:\Program Files\erikraftdrop-cli - Inside this folder, copy the file .erikraftdrop-cli-config.example to .erikraftdrop-cli-config
- Search for and open
Edit environment variables for your account - Click
Environment Variables… - Under System Variables select
Pathand click Edit… - Click New, insert the preferred folder (
C:\Program Files\erikraftdrop-cli), click OK until all windows are closed - Reopen Command prompt window
Send multiple files and directories directly from context menu on Windows
Registering to open files with ErikrafT Drop
It is possible to send multiple files with ErikrafT Drop via the context menu by adding erikraftdrop-cli to WindowsSend to menu:
- Download the latest erikraftdrop-cli.zip from the releases page
-
Unzip the archive to a folder of your choice e.g.
C:\Program Files\erikraftdrop-cli\ - Inside this folder, copy the file .erikraftdrop-cli-config.example to .erikraftdrop-cli-config
- Copy the shortcut send with ErikrafT Drop.lnk
-
Hit Windows Key+R, type:
shell:sendtoand hit Enter. - Paste the copied shortcut into the directory
-
Open the properties window of the shortcut and edit the link field to point to send-with-erikraftdrop.ps1 located in the folder you used in step 2:
"C:\Program Files\PowerShell\7\pwsh.exe" -File "C:\Program Files\erikraftdrop-cli\send-with-erikraftdrop.ps1" - You are done! You can now send multiple files and directories directly via ErikrafT Drop: context menu > Send to > ErikrafT Drop
Requirements
As Windows cannot execute bash scripts natively, you need to install Git Bash.Send multiple files and directories directly from context menu on Ubuntu using Nautilus
Registering to open files with ErikrafT Drop
It is possible to send multiple files with ErikrafT Drop via the context menu by adding erikraftdrop-cli to NautilusScripts menu:
- Register erikraftdrop as executable via guide above.
-
Copy the shell file send-with-erikraftdrop to
~/.local/share/nautilus/scripts/to include it in the context menu -
Make the shell file send-with-erikraftdrop executable
- You are done! You can now send multiple files and directories directly via ErikrafT Drop: context menu > Scripts > send-with-erikraftdrop

