https://github.com/pixelcmtd/tldrgal
An all-in-one tool to automate a lot of the pain of contributing to tldr away.
https://github.com/pixelcmtd/tldrgal
Last synced: 10 months ago
JSON representation
An all-in-one tool to automate a lot of the pain of contributing to tldr away.
- Host: GitHub
- URL: https://github.com/pixelcmtd/tldrgal
- Owner: pixelcmtd
- License: gpl-3.0
- Created: 2021-08-10T22:53:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T02:04:27.000Z (over 1 year ago)
- Last Synced: 2025-07-23T15:46:34.519Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tldrgal
> Contribute to [`tldr`](https://github.com/tldr-pages/tldr).
> Inspired by Homebrew's `create`, `edit`, `bump-formula-pr` and `bump-cask-pr`.
> More information: <[INSTALL.md](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`