arthurnn / cheatly

A cheat-sheet cli for a cheat repository
MIT License
47 stars 16 forks source link

Support for cheatsheets as manpages #26

Closed orenmazor closed 10 years ago

orenmazor commented 10 years ago

@arthurnn:

SUPER experimental, possibly junky screwing around, support for writing cheatsheets in markdown, then being able to load them in manual pages.

disadvantages:

advantages:

I only implemented help.md for now, and there are probably bugs involving the github adapter, etc etc. this is a reference implementation for discussion :)

hauleth commented 10 years ago

There is native version written by me. See #18. I use Redcarpet with custom Renderer and colorize to make cheats more fabulous. Workin' and tested (So far only manually).

orenmazor commented 10 years ago

@hauleth A+++++++!

I was going to go that route but I was so sure that must already exist. I was hoping this PR would reveal that missing link :)

arthurnn commented 10 years ago

@orenmazor , I end-up merging the other markdown transform PR. the one using Redcarpet. Should we close this one than? anything u wanna keep from here?