Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/UtilityHotbar/showmd


https://github.com/UtilityHotbar/showmd

Last synced: about 2 months ago
JSON representation

Lists

README

        

# Showmd
Showmd is a simple way to pretty-print markdown text in the terminal. It supports headers, links, lists, text formatting etc. and makes files nice to look at in a terminal environment.

## Requirements:
* `art`
* `beautifulsoup4`
* `colorama`
* `termcolor`

## Usage
`python3 showmd.py myfile.md` - Displays `myfile.md`.

Flags:

* `--a`: Disables ASCII art headers.

## Advanced Features
If header ASCII art is too wide, it will automatically adjust to the width of the terminal if it can. It should also work on Windows and Linux terminals.

## Demo
![Demonstration image](showmd_demo.png)