Home

Awesome

pipe transformation workflow for Alfred

An Alfred workflow enabling easy transformation of the current contents of the clipboard by piping through arbitrary shell one-liners.

Requirements

Usage

Trigger the workflow by hotkey or keyword (default=|, override with the keyword variable) followed by an arbitrarily simple or complex shell one-liner to transform the contents of the clipboard in-place; optionally use the Cmd-modifier to immediately paste the results into the foreground app, or the Alt-modifier to show the results in large type.

Two hotkeys are configurable:

When triggered via hotkey, the leading keyword (e.g. |) is not required.

Examples

Built-ins

A number of example pipelines (including those above) are built-in.

Built-ins can be disabled en-mass by setting the load_builtins variable to any value other than yes.

Aliases

To save repetitive typing, custom aliases can be defined with the following syntax:

| alias NAME=PIPE | LINE @@@

The trailing @@@ (override with the alias_terminator variable) terminates the alias definition and causes it to be saved.

Examples

Alias removal

Any custom alias can be removed with:

| alias NAME=@@@

Contributions & Thanks