8000 GitHub - pyr/mdcat: terminal markdown cat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pyr/mdcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdcat: terminal markdown cat

A terminal utility to display markdown files.

Building

go build

You can then use the resulting mdcat binary.

Usage

mdcat [FILE]...

mdcat assumes all command-line arguments to be filenames to display on the terminal. With no arguments, mdcat waits for input on stdin and produces the parsed output once it is closed.

Notes

mdcat is based on go-termd, which does all the work.

Changelog

0.0.1

  • Initial release

Sandbox

Below you'll find a few typical markdown constructs, used to test mdcat.

  • One
  • Two
  • Three
(defn some-function
  "docstring"
  [system foo]
  (do-bar-with-system system foo))

About

terminal markdown cat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0