gorendermd

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2026 License: Unlicense Imports: 17 Imported by: 0

README

Welcome to gorendermd 👋

Render Markdown in a browser via a local HTTP server

preview

Install

go install github.com/ayuxsec/gorendermd@latest

otherwise download a release for your platform

Usage Example

echo "# Hello World" | gorendermd

Flags

$ ./gorendermd -h
Gorendermd - Render Markdown in a browser via a local HTTP server

Usage:
  gorendermd [options] <md_file_path>
  cat <md_file_path> | gorendermd [options]

Options:
  -browser string
        Browser to open (runs command <browser> <url> in the cli) (default "firefox")
  -browser-timeout int
        Timeout in seconds to wait for the brownser to respond (default 30)
  -port int
        Port to listen on (0 = random)
  -skip-open-browser
        Skip Auto Open the URL in a Browser
  -version
        print current version and exit

Examples:
  gorendermd example.md
  cat example.md | gorendermd -skip-open-browser
  gorendermd -browser "brave-browser" -port "8080" -timeout 60 example.md

Author

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL