raguay.customct Posted June 5, 2014 Posted June 5, 2014 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
raguay.customct Posted June 27, 2014 Author Posted June 27, 2014 The tutorial on writing this workflow can be read here: http://computers.tutsplus.com/tutorials/start-developing-with-go-on-the-mac--cms-21251 It is a good tutorial on using Google's golang on the Mac.
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