ShareFile is plug-in for fman which allows you to share files with a URL. It uploads the file to transfer.sh and returns a sharable URL.
On your OS from a terminal window, go to fman's plug-in folder:
Windows:
$ cd %APPDATA%\fman\Plugins
Mac:
$ cd ~/Library/Application Support/fman/Plugins
Linux:
$ cd ~/.config/fman/Plugins
Clone the repo:
$ git clone https://github.com/umahmood/ShareFile.git
- Place the cursor over the file you want to share.
- Press Shift + s.
- Confirm that you want to share the file.
You will get back a URL.
See the LICENSE file for license rights and limitations (MIT).