diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-12-19 14:40:15 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-12-22 18:01:04 -0800 |
commit | fd5a6f32e4e1bbda2530f2624b85e2701ff8d227 (patch) | |
tree | beec651826a2b16bb33d83ee63ebc2197b2de7be /source | |
parent | 6d53a59327c7cdf295640be7033af6dc044699ea (diff) | |
download | my_new_personal_website-fd5a6f32e4e1bbda2530f2624b85e2701ff8d227.tar.xz my_new_personal_website-fd5a6f32e4e1bbda2530f2624b85e2701ff8d227.zip |
20141219 App suggestion: Dropzone 3
Diffstat (limited to 'source')
-rw-r--r-- | source/_posts/2014-12-19-app-suggestion-dropzone-3.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/_posts/2014-12-19-app-suggestion-dropzone-3.md b/source/_posts/2014-12-19-app-suggestion-dropzone-3.md new file mode 100644 index 00000000..340828a5 --- /dev/null +++ b/source/_posts/2014-12-19-app-suggestion-dropzone-3.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "App suggestion: Dropzone 3" +date: 2014-12-19 14:08:57 -0800 +comments: true +categories: +--- +I recently tried and purchased [Dropzone 3](https://aptonic.com/dropzone3/). See a list of features on the linked official website. In short, Dropzone 3 provides an intermediate zone for drag-n-drop. You can use it as a stash (called "Drop Bar" — stacking is available), use it as a shortcut by putting frequently used folders and applications there, or trigger actions by dropping. There are a dozen builtin actions and [an additional list of readily available actions](https://aptonic.com/dropzone3/actions/), covering common web drives, SNS and file sharing sites. **Better yet, you can develop your custom actions with the easy-to-use [Ruby API](https://github.com/aptonic/dropzone3-actions/blob/master/README.md#dzalerttitle-message).** For instance, I wrote a simple Google Translate action, `Google Translate.dzbundle` ([link](https://gist.github.com/zmwangx/b27f106a8ba47468a43d)), based on [translate-shell](https://github.com/soimort/translate-shell). (You know, it's Ruby, so calling external commands and concatenating strings feel at home, as if you are coding in Perl or directly in shell; unlike Python, where you at least need to `import subprocess` then `subprocess.check_output` to get the output of an external command, and have to use a bunch of stupid `+`'s to get your goddamn message to print.) + +Although I use the terminal for most tasks, drag-n-drop is still useful and convenient at times, not to mention the custom actions. (And the stock drag-n-drop is kinda hit-and-miss, especially for people like me who are mostly working with windows maximized — except terminal windows.) After using Dropzone 3 for a while, I found it well worth $4.99. + +Wait, I didn't mention the pricing? Dropzone 3 is only [$4.99 on MAS](https://itunes.apple.com/us/app/dropzone-3/id695406827?ls=1&mt=12), so get it while supplies last. (Somehow the license is $10 on the developer's online store, so definitely buy from MAS and change to the [unsandboxed version](https://aptonic.com/dropzone3/sandboxing.php) later — de-sandboxing is free.) There's also a 15-day free trial. |