Skip to content

KyleBanks/kurz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published