plumber

Send text to the Plan 9 plumber from within Atom

xHN35RQ

230

1

0.24.0

MIT

GitHub

atom plumber package

Send text to the Plan 9 plumber from within Atom. Sends the currently selected text, hyperlink or word under the cursor to the plumber. Web, file and custom linking protocols are supported.

atom-plumber

Requires plumber to be installed and available on your path. Also requires a valid plumbing file so plumber can interpret the messages you're sending to it from Atom.

Usage

Running plumber:plumb will send the current selection to plumber. If nothing is selected, the current word under the cursor will be sent.

Commands

You can activate the command in several ways:

You can make your own keymap in your keymap.cson. Change alt-enter to something else:

'atom-workspace atom-text-editor:not([mini])':
  'alt-enter': 'plumber:plumb'

Contribution

Open an issue if you have any problems, find any bugs or have any suggestions for improvement in the code or plugin architecture. Thanks.