Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-02 00:21:15 +00:00
parent fde4de0db5
commit 922b1aa234
102 changed files with 288 additions and 216 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# eget
> Easily install prebuilt binaries from GitHub.
> More information: <https://github.com/zyedidia/eget>.
> More information: <https://github.com/zyedidia/eget#usage>.
- Download a prebuilt binary for the current system from a repository on GitHub:
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
- Specify the location to place the downloaded files:
`eget {{zyedidia/micro}} --to={{path/to/directory}}`
`eget {{zyedidia/micro}} --to {{path/to/directory}}`
- Specify a Git tag instead of using the latest version:
`eget {{zyedidia/micro}} --tag={{v2.0.10}}`
`eget {{zyedidia/micro}} {{[-t|--tag]}} {{v2.0.10}}`
- Install the latest pre-release instead of the latest stable version:
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Only download the asset, skipping extraction:
`eget {{zyedidia/micro}} --download-only`
`eget {{zyedidia/micro}} {{[-d|--download-only]}}`
- Only download if there is a newer release then the currently downloaded version: