Glow

Glow is a terminal app supporting to do three things:

  1. Identify Markdown files inside the current directory and display them as a list.
  2. Navigate through directories to identifiy Markdown files with , , file by file, or pagewise with , .
  3. Select a Markdown file with ENTER and format the file contents in a browsable form inside of the terminal.

You can even edit a selected Markdown file with the Pico editor by pressing E.

Install Glow with

brew install glow 

or use any other of the many ways to install. Start glow with the terminal command glow.

Comments