freebsd-ports/devel/py-mdv/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
591 B
Plaintext

When you edit multiple md files remotely, like in a larger mkdocs project,
context switches between editing terminal(s) and viewing browser may have some
efficiency impact. Also sometimes there is just no browser, like via security
gateways offering just a fixed set of applications on the hop in machine.
Further, reading efficiency and convenience is often significantly improved by
using colors. And lastly, using such a thing for cli applications might improve
user output, e.g. for help texts.
This is where mdv, a Python based Markdown viewer for the terminal might be a
good option.