From b5255686cd73bf0eb4ea87f4adbda77d0e8443b5 Mon Sep 17 00:00:00 2001 From: Mark Gross <10702518+MarkusG@users.noreply.github.com> Date: Mon, 19 Oct 2020 10:15:13 -0700 Subject: [PATCH] glow: add page (#4742) --- pages/common/glow.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/glow.md diff --git a/pages/common/glow.md b/pages/common/glow.md new file mode 100644 index 000000000..0f9b37473 --- /dev/null +++ b/pages/common/glow.md @@ -0,0 +1,24 @@ +# glow + +> Render Markdown in the terminal. +> More infomration: . + +- Run glow and select a file to view: + +`glow` + +- Render a markdown file to the terminal: + +`glow {{path/to/file}}` + +- View a markdown file using a paginator: + +`glow -p {{path/to/file}}` + +- View a file from a URL: + +`glow {{https://example.com/file.md}}` + +- View a GitHub/GitLab README: + +`glow {{github.com/owner/repository}}`