Christoph Herb 224b79e203 Format everything
2024-12-23 16:08:19 +01:00
2024-12-23 16:08:19 +01:00
2024-12-23 16:08:19 +01:00
2024-10-10 00:23:15 +02:00
2024-12-18 23:31:33 +01:00
2024-12-18 23:31:33 +01:00
2024-10-09 19:05:05 +02:00
2024-12-18 23:27:18 +01:00


Logo

go-grip

Render your markdown files local
- with the look of GitHub

Features

  • Written in Go 👍
  • 📄 Render markdown to HTML and view it in your browser
  • 📱 Dark and white mode
  • 🎨 Syntax highlighting for code
  • Todo list like the one on GitHub
  • Support for github markdown emojis 👍 :bowtie:
  • Support for mermaid diagrams
graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;

Tip

Support of blockquotes (note, tip, important, warning and caution) see here

🚀 Getting started

To install go-grip, simply:

go install github.com/chrishrb/go-grip@latest

Tip

You can also use nix flakes to install this plugin. More useful information here.

🔨 Usage

To render the README.md file simply execute:

go-grip README.md
# or
go-grip

The browser will automatically open on http://localhost:6419. You can disable this behaviour with the -b=false option.

You can also specify a port:

go-grip -p 80 README.md

or just open a file-tree with all available files in the current directory:

go-grip -r=false

It's also possible to activate the darkmode:

go-grip -d .

To terminate the current server simply press CTRL-C.

📝 Examples

examples

🐛 Known TODOs / Bugs

  • Tests and refactoring
  • Make it possible to export the generated html

📌 Similar tools

This tool is a Go-based reimplementation of the original grip, offering the same functionality without relying on GitHub's web API.

Description
[Fork https://github.com/chrishrb/go-grip] Preview Markdown files locally before committing them.
Readme MIT 1.4 MiB
Languages
CSS 68.4%
Go 19.1%
HTML 8.6%
Makefile 2.5%
Nix 1.4%