Glow
Glow is a terminal app supporting to do three things:
- Identify Markdown files inside the current directory and display them as a list.
- Navigate through directories to identifiy Markdown files with ↓, ↑, file by file, or pagewise with ←, →.
- 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