Jump to content

Recommended Posts

Title Case Server
 
This workflow goes with an upcoming tutorial on using golang with Alfred on tutplus.com. It currently runs a small web app for doing title case conversions. The workflow has these commands:
 
Command          Description
------------------------------------
tcs:launch          This will start the title case server on port 9910
tcs:stop              This will stop the title case server
tcs:convert         This will take a string on the Alfred prompt, send it to the title case server, and return the result in a notification and the clipboard.
 
It also has a hotkey specified to take the selected text, convert it, and paste it back in place. You will have to set the hotkey yourself. The go source code is included in the workflow. This is really a example of how you can write a web app in go and use it with Alfred.

 

 

GitHub: https://github.com/raguay/MyAlfred/blob/master/TitleCaseServer.alfredworkflow

Packal: http://www.packal.org/workflow/title-case-server

Link to comment
  • 4 weeks 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...