kopepasah / alfred-bacon-ipsum

A Bacon Ipsum workflow for Alfred.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Alfred's Bacon Ipsum

This workflow will get some juicy ipsum from Bacon Ipsum. It requires Alfred version 2 or above.

Workflows class is written by David Ferguson (many thanks).

###Installation Download the latest release and install the workflow via Alfred.

###Usage Type bacon to initilze the cooking.

Add up to three ingredients, separated by spaces.

  • Number of sentences/paragraphs/list items/words (e.g 6) (optional)
  • Sentence declaration or an HTML tag - none (default), s (sentences), ul, ol, p, or any header element (h1, h2, h3, h4, h5, h6). (optional)
  • content type - all-meat (default) or meat-and-filler. (optional)

Press Enter to copy the contents to the clipboard.

NOTE: If no options are supplied, 5 paragraphs will be copied without any HTML tags.

Examples:

  • bacon 2 - Generates 2 paragraphs (no HTML tags).
  • bacon 5 s - Generates 5 sentences (no HTML tags).
  • bacon 3 p - Generates 3 paragraphs wrapped with <p> tags.
  • bacon 10 ul - Generates 10 unordered list items.
  • bacon 5 h3 - Generates 5 words wrapped in <h3> tags.

About

A Bacon Ipsum workflow for Alfred.


Languages

Language:PHP 100.0%