Skip to content

CleanMachine1/tldr-page-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLDR Page Creator

TLDR Page Creator is a program designed to help users make TLDR pages, while avoiding syntax errors from TLDR-style markdown.

This doesn't substitute learning the syntax and you should definitely read the guides wrote by TLDR contributors and maintainers:

Limitations:

  • "Token syntax"
  • User specific errors (Open issues if required!)

Usage

Usage: tldr-page [options]

Options:
    -2: Use 2 lines of description in the page
    -v: Display version
    -h: Display help

Installation

AUR PKGBUILD installation

To install using an AUR package manager such as yay:

yay -S tldr-page

Requirements:

  • A Go compiler

To Run:

go run tldr-page.go

To Install:

git clone https://github.com/CleanMachine1/tldr-page-creator.git
cd tldr-page-creator
go build tldr-page.go && sudo mv tldr-page /usr/local/bin/

Then after installation, to execute:

tldr-page

Uninstallation

If you chose to install TLDR Page Creator and wish to uninstall:

sudo rm /usr/local/bin/tldr-page

License

MIT