Jump to content

MGHollander

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by MGHollander

  1. Screenshot

     

    An Alfred 4 workflow for generating lorem ipsum dummy text using joshtronic/php-loremipsum.

    Installation

    Alfred Powerpack is required to use workflows.

     

    PHP is no longer supported out of the box since MacOS Monterey. Therefore you need to install PHP 7 or above, for example via [Homebrew](https://brew.sh/).

     

    1. Download the workflow
    2. Double click the .alfredworkflow file to install

    Usage

    1. Use the keyword lip to trigger the workflow.
    2. Select format you want to generate (characters, words, sentences, or paragraphs).
    3. (Optional) Add options to the format you would like to generate.
    4. Press enter to copy to clipboard and paste into the forefront application.

    Options

    There are multiple options to enhance the output.

    Option Usage Description
    length lip 5 Default: 1
    Generates 5 instances of the format you have chosen
    tags lip 5 p Default: no tags
    Generates 5 instances of the format you have chosen and wraps each instance in a

    <p> tag. You can wrap an instance in multiple tags by comma separating the tags like lip 5 div,p.

    array lip 5 p true Default: false
    Generates 5 instances of the format you have chosen, wraps each instance in a

    <p> tag and outputs it as a PHP array with a value for each instance. You can set the tags to false or 0 if you do not want to wrap the output into tags.

    Credits

    Thanks to joshtronic/php-loremipsum

    Forked from alexchantastic/alfred-lipsum-workflow

    Source: https://github.com/MGHollander/alfred-lipsum-workflow

×
×
  • Create New...