/guitar-chords

Draw guitar chords in terminal

Primary LanguageRubyMIT LicenseMIT

Guitar Chords

Draw guitar chords in terminal

Installation

$ gem install guitar-chords

Usage

guitar-chods -l -- lish chords

guitar-chords -c A

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