https://github.com/fission-codes/fission-drop
Applescript "droplet" wrapper for Fission CLI.
https://github.com/fission-codes/fission-drop
Last synced: 5 months ago
JSON representation
Applescript "droplet" wrapper for Fission CLI.
- Host: GitHub
- URL: https://github.com/fission-codes/fission-drop
- Owner: fission-codes
- Created: 2020-11-11T20:01:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T20:01:26.000Z (over 5 years ago)
- Last Synced: 2026-01-24T07:57:27.579Z (5 months ago)
- Language: AppleScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fission Drop
This is a simple, proof-of-concept AppleScript "droplet" app that uses Fission to publicly share files.
## Pre-requisite:
Make sure you have [Fission CLI installed](https://guide.fission.codes/developers/installation) and [Setup](https://guide.fission.codes/developers/getting-started).
## Usage
To create the app:
1. Download FissionDrop.applescript and open it in Script Editor (on macOS).
1. Select File > Export ... and select "Application" as the "File format". This will create FissionDrop.app.
1. Simply drop an image on the app icon and when the upload is complete, the full url will be on your clipboard.
_Note_: The first time you run the application, it will prompt for Finder permissions (if you're on Catalina or newer) and then prompt you to select a folder (or create). Images will be moved to this folder and published online.
## Make changes!
With a few tweaks, this script can be used as an Automator folder action (i.e. publish the contents of a folder)