a ruby based terminal text editor
Find a file
2015-02-02 23:44:03 +11:00
bin speed tweaks, fixes around file detection 2015-02-02 21:51:02 +11:00
images theme tweaks, general ui clean up 2015-02-02 23:42:40 +11:00
lib version bump 2015-02-02 23:44:03 +11:00
spec added tests 2015-02-02 18:49:46 +11:00
.cane set coverage threshold to 90 2015-02-01 18:51:01 +11:00
.gitignore make rubocop and cane a little happier 2015-02-01 18:16:41 +11:00
.rspec add some colour! 2015-02-01 19:29:04 +11:00
.rubocop.yml make rubocop and cane a little happier 2015-02-01 18:16:41 +11:00
Gemfile hooked in github-linguist for file inference, export all available lexers 2015-02-02 07:39:31 +11:00
Gemfile.lock theme tweaks, general ui clean up 2015-02-02 23:42:40 +11:00
LICENSE.txt gemify it 2015-02-01 17:02:51 +11:00
mad.gemspec speed tweaks, fixes around file detection 2015-02-02 21:51:02 +11:00
Rakefile make rubocop and cane a little happier 2015-02-01 18:16:41 +11:00
README.md added some images 2015-02-01 20:39:12 +11:00

Gem Version

Mad

Image 1

Image 2

Installation

install it:

$ gem install mad

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/aktowns/mad/fork )
  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 a new Pull Request