> There is this ruby utility cheat (see http://cheat.errtheblog.com/ )
> that allows one to make/use cheatsheets using ruby. The format of the
> cheatsheet is yml.
>
> I feel that it should be possible to replace ruby by emacs and the
> yaml format by org-mode
>
> Does anything like this exist?
>
FYI There is also a cheat emacs interface:
http://github.com/defunkt/cheat.el
the idea is not bad if it isnt a NIH syndrom otherwise just use cheat ;)
Rustom Mody writes:
> There is this ruby utility cheat (see http://cheat.errtheblog.com/ )
> that allows one to make/use cheatsheets using ruby.
Hi Rustom,
Rustom Mody wrote:
> There is this ruby utility cheat (see http://cheat.errtheblog.com/ )
> that allows one to make/use cheatsheets using ruby. The format of the
> cheatsheet is yml.
>
> I feel that it should be possible to replace ruby by emacs and the
> yaml format by org-mode
>
> Doe