Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.