pixelcmtd / tldrgal

An all-in-one tool to automate a lot of the pain of contributing to tldr away.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tldrgal

Contribute to tldr.

Inspired by Homebrew's create, edit, bump-formula-pr and bump-cask-pr.

More information: <INSTALL.md>.

  • Create a new page:

tldrgal add {{obscure_command}}

  • Create an alias page:

tldrgal alias {{python3}}={{python}}

  • Request pages:

tldrgal request {{llc,lli,llvm-config}}

  • Edit a page:

tldrgal edit {{command}}

  • Make an edit that isn't constrained to a single page:

tldrgal rawedit {{blow-everything-up}}

  • List all commands on your system that don't have a tldr page yet:

tldrgal missing

  • View a page (invokes tldr {{vim}}):

tldrgal view {{vim}}

  • Grep in all files from tldr:

tldrgal grep "{{bad.*user}}"

  • Run git blame on a specific page:

tldrgal blame vim

  • Run a command in the tldr repo:

tldrgal run fd vim

  • Update your fork with upstream changes:

tldrgal update

About

An all-in-one tool to automate a lot of the pain of contributing to tldr away.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%