raguay.customct Posted January 24, 2015 Posted January 24, 2015 (edited) 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:saveThis 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:nextThis gives the next item. This is tied to a hotkey as well.lp:forwardbackwardThis 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:setseparatorThis sets the separator that will be used to process the list.lp:resetThis sets the list processing back to the original list. Therefore, lp:next starts fresh.lp:showThis will show the list on the screen for the user to see.lp:lengthThis will show the number of items in the list separated by the given separator.lp:leftThis will show the number of items left to be shown.lp:shownThis 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 June 2, 2015 by raguay.customct
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now