cheatly
cheatly copied to clipboard
A cheat-sheet cli for a cheat repository
Every command, we call GitHub api to fetch files and so on. However this can cause issues like API rate limit. Ways to solve this: - Require some credentials so...
It will make cheatly possible to use on non-YARV implementations.
What u think about?  [Commit](https://github.com/mois3x/cheatly/commit/9830a3d99707c3d8104402e5ed09beb9c11b5a71) And what about some syntax highlight?
Integrate cheatly into VIM, so vim users can get cheat sheets from within the editor.
- Create function to browse all sheets. - Create function to show a sheet.
Add some way to check latest version from rubygems and make sure whoever is running the command is on latest version.
It will be used as a fallback if there is no internet connection. Otherwise get data from server and check if cache update is needed. Other idea is to always...