Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fractaledmind/alfred_send
Send documents to the cloud
https://github.com/fractaledmind/alfred_send
Last synced: 18 days ago
JSON representation
Send documents to the cloud
- Host: GitHub
- URL: https://github.com/fractaledmind/alfred_send
- Owner: fractaledmind
- Created: 2014-03-17T20:51:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T16:58:49.000Z (over 10 years ago)
- Last Synced: 2024-10-23T08:18:44.857Z (2 months ago)
- Language: Python
- Size: 1.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#SEND
To download, visit the [Packal page](http://www.packal.org/workflow/send)
###Version: 1.1
This workflow allows users to quickly and easily send documents to the cloud service of their choice. Once configured (`send:config`), users can make use of either:* hotkey
* file action
* keywordto either send a duplicate of the file to the cloud service (leaving the original where it is), or move the original itself to the cloud service.
##Configuration
When you run `send:config`, 3 options appear:![options](screenshots/send_config_options.png)
This will determine which cloud service you send your data to using the workflow. At any point, you can change your settings, but once set the workflow will *always* send the chosen file to this folder. Anyways, if you choose the `Other` option, you will need to name the service used:
![config](screenshots/send_config_other.png)
After this (or if you choose iCloud or Dropbox), you will need to choose the folder you will be sending to. The workflow will begin by telling you what you need to do:
![config2](screenshots/send_config_2.png)
After this reminder, you will choose the folder:
![folder](screenshots/send_config_folder.png)
This is an example of having chosen `iCloud`, and the workflow will automatically take you to the `Mobile Documents` folder in your Library, where you will see all of your iCloud enabled apps have their own personal folders. Choose the one you'd like to send your stuff to. For example, if you use [Readdle's Documents app](http://readdle.com/) on your iPad or iPhone, find that folder within the Mobile Documents folder and select it.
Once configured, you can send documents in a few different ways. First, you can use Alfred's `File Browser` to either send a duplicate or send the original to the cloud service you chose above:
![action](screenshots/send_file-action.png)
Or you could use the keywords. `send:d` sends a duplicate of the frontmost document (if possible):
![dup](screenshots/send_d.png)
`send:o` sends the original of the frontmost file to the cloud folder (if possible):
![orig](screenshots/send_o.png)
Of course, you can also set up Hotkeys for both of these actions as well.
The workflow is 90% Applescript, so it should work on all machines out-of-the-box. There is a little bit of Python, which uses [deanishe](http://www.alfredforum.com/user/5235-deanishe/)'s [Alfred-Workflow](https://github.com/deanishe/alfred-workflow) library as its backbone.
Hope this is helpful,
stephen