Snipcheat takes a directory with sublime snippets and generates you a cheatsheet file. Take a look at an example cheatsheet for Rails bundle.
$ gem install snipcheat
$ snipcheat generate -d Packages/Rails -o ~/rails_cheatsheet.html
Contributions are very welcome. Please consider the list of things that could improve the gem:
- Better/more CSS styles for output
- Live search
- Ability to generate a website with nested lists of cheatsheets
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request