Closx

Build Status

A dumb, really dumb, hack that creates scripts for your apps

In my defence, I was bored...

Installation

Add this line to your application's Gemfile:

gem 'closx'

And then execute:

$ bundle

Or install it yourself as:

$ gem install closx

Usage

This is just stupid...

$ closx 'iA Writer'

Eveything works

or

$ closx /Applications/iA Writer.app

Will output a script that you should add to your path

closx 'iA Writer' > ~/bin/iawriter
chmod +x ~/bin/iawriter

Or wherever you want to put it, aslong as the folder is in your $PATH. Everything goes

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request