Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zadr/sharer

Small Mac app to upload files to a server over SFTP after dragging them to the status bar or the dock. Have a prebuilt app:
https://github.com/zadr/sharer

Last synced: 3 months ago
JSON representation

Small Mac app to upload files to a server over SFTP after dragging them to the status bar or the dock. Have a prebuilt app:

Awesome Lists containing this project

README

        

Small Mac app to upload files to a server over SFTP after dragging them to the status bar or the dock.

Simplified BSD license.

To do:
- Make a .zip if multiple files are dragged into the app
- Option to select pubkey instead of defaulting to it being in ~/.ssh

Notes:
- This project uses git submodules, not cocoapods. Try `git clone [email protected]:zadr/Sharer.git --recursive`, or if you've already cloned the repo, run `git submodule update --init --recursive` from it's root.