clima 0.0.3

A minimal Markdown reader in the terminal
clima-0.0.3 is not a library.

clima

A viewer for Termimad.

This tiny application opens any Markdown file and displays it using Termimad.

Which isn't really useful as Termimad hasn't been designed to display any markdown file (Termimad is more of an helper to let you incorporate rich text and tables in your terminal applications).

Clima is this not a general purpose Markdown viewer but can be used to try out or fix some markdown you'd like to incorporate into your terminal application using Termimad and that you prefer to edit as a file.

Usage

Fetch the repository, go to it, then do

cargo build -release

The executable is in target/release. You may now ensure it's found when you need it. For example:

sudo ln -s path-to-clima/target/release/clima /usr/bin/clima

To open a file, just pass its path:

clima README.md