Dropifier is a tiny macOS app for teams: it opens your Dropbox links directly in Finder.
-
Drop
Simply drag and drop any file or folder from your Dropbox directory to the Dropifier icon in the top right corner. -
Share
Dropfier will create the link, and copy it to your clipboard automatically. Simply paste (⌘+V) the link to your co-worker. -
Enjoy
Clicking on a Dropifier link will now open the given file or folder directly in Finder!
- Autoupdates
- Animated menubar icon
- History
- Autodetect Dropbox location
- Locate file in Dropbox share URL
- MacOS
- NodeJS
- Electron
- Clone repo to your local machine
$ git clone https://github.com/kemuri/Dropifier.git
- Install dependencies
$ npm install
- Setup your Apple Developer Keys for codesign
https://www.electron.build/code-signing - Setup a .env file for your Developer credentials
[email protected]
APPL_PASS=app-specific-dev-pass
- Setup your GitHub access token as an ENV variable
$ export GH_TOKEN=mygithub token
- Run
$ npm dist
to sign and notarize the app
Now you can a drop a Dropbox url, and the app will try to find the given file in your Dropbox folder. Currently only works for files, not for folders.
Working application with the barebones functionality.