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:
- https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md
- https://github.com/tldr-pages/tldr/blob/main/contributing-guides/git-terminal.md
Limitations:
- "Token syntax"
- User specific errors (Open issues if required!)
Usage: tldr-page [options]
Options:
-2: Use 2 lines of description in the page
-v: Display version
-h: Display help
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
If you chose to install TLDR Page Creator and wish to uninstall:
sudo rm /usr/local/bin/tldr-page
MIT