/kurz

Primary LanguageGoApache License 2.0Apache-2.0

kurz

GoDoc  Build Status  Go Report Card  Coverage Status

This project is very early and is in active development!

kurz allows you to view markdown documents on the command-line in a feature-rich UI.

'kurz' Readme Example

Features

  • Expand/collapse content sections.
  • Copy content text to your clipboard.
  • Load remote or local files.
  • Discover README of remote Git repositories on GitHub, BitBucket and GitLab.
  • TODO Cache remote files for offline access.
  • TODO Syntax highlighting for code snippets.

Installation

$ go get github.com/KyleBanks/kurz/cmd/kurz

Usage

There are three primary ways to use kurz:

  1. Load a local markdown file:
$ kurz ./path/to/file.md
  1. Or use a remote URL:
$ kurz https://example.com/markdown-file.md
  1. Provide a Git repository to view its README:
$ kurz github.com/KyleBanks/kurz