LoginSignup
0
0

More than 1 year has passed since last update.

Markdown をプレビューしてくれるツール gripを使ってみた

Last updated at Posted at 2022-01-29

grip とは?

ローカル環境でGitHubのREADMEを表示するためのコマンドラインツールです。

実践

$pip install grip  ←初回のみ

$C:\Users\user\Documents\python>grip README.md
 * Serving Flask app 'grip.app' (lazy loading)
 * Environment: production
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://localhost:6419/ (Press CTRL+C to quit)

http://localhost:6419/ にアクセスしてみる

screencapture-localhost-6419-2022-01-29-17_20_07.png
<↑> README.mdの中身

GoFullPageと組み合わせると便利でした

https://chrome.google.com/webstore/detail/gofullpage-full-page-scre/fdpohaocaechififmbbbbbknoalclacl

参考

https://qiita.com/tbpgr/items/64ac377e41269501c7c8
https://github.com/joeyespo/grip

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0