How to print from GitHub

前端 未结 20 1202
伪装坚强ぢ
伪装坚强ぢ 2021-01-29 20:17

If I want to print a markdown file from GitHub as it appears on screen, for example: https://github.com/RestKit/RestKit/blob/master/Docs/Object%20Mapping.md

Then how can

20条回答
  •  面向向阳花
    2021-01-29 20:41

    Try grip.

    pip install grip
    grip markdown.md
    

    Then it is hosted on a local port. You can then print or save to PDF through your native OS print dialog from your favourite browser.

    See here.

提交回复
热议问题