Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvandyke/alfred-hastebin
Alfred workflow to convert clipboard contents to a Hastebin URL.
https://github.com/jvandyke/alfred-hastebin
Last synced: about 2 months ago
JSON representation
Alfred workflow to convert clipboard contents to a Hastebin URL.
- Host: GitHub
- URL: https://github.com/jvandyke/alfred-hastebin
- Owner: jvandyke
- License: mit
- Created: 2014-08-25T14:21:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T15:37:46.000Z (about 8 years ago)
- Last Synced: 2024-08-03T16:09:57.049Z (5 months ago)
- Size: 12.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- alfred-workflows - Hastebin - Create [Hastebin](https://hastebin.com) snippet from selected text. (Productivity)
README
Alfred Workflow for Hastebin
===============Alfred workflow to convert clipboard contents to a [Hastebin](http://www.hastebin.com) URL.
## Installation
Download [hastebin.alfredworkflow](https://github.com/jvandyke/alfred-hastebin/raw/master/hastebin.alfredworkflow) and open the file. Alfred should handle installation from here.
#### Requirements
- [Alfred 2](http://www.alfredapp.com/)
- [Alfred Powerpack](https://buy.alfredapp.com/)## Usage
Keyword: `hastebin`
- `enter` (default) Replace clipboard contents with Hastebin URL.
- `enter + shift` Replace clipboard contents and paste to frontmost app.
- `enter + cmd` Open generate URL in browser. Does not copy to clipboard.## Credit
Original credit goes to [Brent Langston's workflow](https://github.com/brentley/alfred-workflows/tree/master/hastebin). I just modified it to work without
installing a ruby script and to have some extra options.