Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/zadr/sharer
- Owner: zadr
- Created: 2014-12-23T03:00:33.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2014-12-24T08:16:33.000Z (about 10 years ago)
- Last Synced: 2023-03-12T06:22:58.748Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://thisismyinter.net/stuff/Sharer-93bcf.zip
- Size: 358 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ~/.sshNotes:
- 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.