Sha256: bfa54881683bffb77cbaa97836b7d5db5c28a6e6e6a45984edf1b0d147c087ea
Contents?: true
Size: 1004 Bytes
Versions: 3
Compression:
Stored size: 1004 Bytes
Contents
# Space2underscore ## What Change the space into underscore. ## Installation Add this line to your application's Gemfile: gem 'space2underscore' And then execute: $ bundle Or install it yourself as: $ gem install space2underscore If your computer is Ubuntu then $ sudo apt-get install xsel If your computer is CentOS then $ sudo yum -y install xsel ## Usage From the terminal: $ space2underscore target sentence => target_sentence # copied to the clipboard # Example of use ![example of use](http://i.imgur.com/1teIk4j.png) From the terminal: $ space2underscore add stock function to user feed # underscore included branch name is copied to clipboard $ git checkout -b add_stock_function_to_user_feed # paste ## 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
space2underscore-0.2.0 | README.md |
space2underscore-0.1.9 | README.md |
space2underscore-0.1.8 | README.md |