Text Tokenizer

An Alfred Workflow


Short Description

Workflow for tokenizing different text value input, and converting them back to a string with multiple syntaxes. It was basically thought as a text exapander to convert space separated works into quoted comma separated values.

Last Updated

18 Mar 2014

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
No Yes No No No
 

Version

1.0
 

Bundle ID

com.tumblr.ramiroaraujo.alfred-text-tokenizer-workflow
 

Text Tokenizer Workflow for Alfred app

Workflow for tokenizing different text value input, and converting them back to a string with multiple syntaxes. It was basically thought as a text exapander to convert space separated works into quoted comma separated values, to use in different languages, mostly because of envy of Ruby's array notation %w().

Usage

Type the keyword tokenizer, followed by a space and then a list of space, comma, semicolon, tab or newline separated values. You can also paste from the clipboard here, which is the only way of inserting tabs or newlines. As long as the input string is not tokenizable, you'll see:

no-results

When the input string is tokenizable you'll be prompted with different output options for your data:

tokenize

Select any output format and the generated text will be copied to the clipboard and pasted in the front most app.

Installation

For OS X 10.9 Mavericks, Download the alfred-text-tokenizer.alfredworkflow and import to Alfred 2.

For Previous OS X Versions, Download the alfred-text-tokenizer.alfredworkflow and import to Alfred 2.

Changelog

  • 2014-01-29 - Released