Jump to content

List Processing Workflow


Recommended Posts

This workflow is for processing a text list of items separated by a single character. You set the character and the direction of the search, and the workflow will give you one at a time.

lp:save
This sets the list of items. This is tied to a hotkey that takes the current selection. If there is nothing on the input, the command will grab the clipboard to use. Or, the user can type in what they want.

lp:next
This gives the next item. This is tied to a hotkey as well.

lp:forwardbackward
This sets the direction of the lookup. If backwards, the last item will be given in lp:next. If forwards, the first item in the list will be given.

lp:setseparator
This sets the separator that will be used to process the list.

lp:reset
This sets the list processing back to the original list. Therefore, lp:next starts fresh.

lp:show
This will show the list on the screen for the user to see.

lp:length
This will show the number of items in the list separated by the given separator.

lp:left
This will show the number of items left to be shown.

lp:shown
This will show how many items have been shown.

 

 

Version:     1.1

Packal:      http://www.packal.org/workflow/list-processing-workflow

GitHub:      https://github.com/raguay/MyAlfred

My Website:   http://customct.com

Edited by raguay.customct
Link to comment
  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...