From ce66b5e9bf0eae897f3055222ec56f230717b395 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 30 Nov 2025 00:23:24 +0000 Subject: [PATCH] Update cheatsheets --- tldr/age | 12 ++++++------ tldr/ajson | 2 +- tldr/asar | 10 +++++----- tldr/astronomer | 6 +++--- tldr/autoflake | 2 +- tldr/autojump | 2 +- tldr/awslogs | 2 +- tldr/bashmarks | 2 +- tldr/bat | 2 +- tldr/binwalk | 2 +- tldr/bob | 2 +- tldr/bpytop | 2 +- tldr/buzzphrase | 2 +- tldr/cb | 2 +- tldr/charm | 2 +- tldr/cheat | 2 +- tldr/chisel | 2 +- tldr/chroma | 8 ++++---- tldr/circup | 2 +- tldr/cmark | 2 +- tldr/colordiff | 2 +- tldr/colorls | 8 ++++---- tldr/dfc | 2 +- tldr/duf | 2 +- tldr/gau | 2 +- tldr/gdown | 2 +- tldr/gdu | 2 +- tldr/glow | 2 +- tldr/glxgears | 22 ++++++++++++++++++++++ tldr/googler | 2 +- tldr/goreload | 2 +- tldr/gotty | 2 +- tldr/grex | 2 +- tldr/hadolint | 6 +++--- tldr/hangups | 8 ++++---- tldr/hexyl | 2 +- tldr/imgcat | 2 +- tldr/jc.json | 2 +- tldr/jello | 2 +- tldr/jenv | 2 +- tldr/jtbl | 2 +- tldr/just.1 | 2 +- tldr/kiterunner | 2 +- tldr/kiterunner-brute | 2 +- tldr/kiterunner-kb | 2 +- tldr/kiterunner-scan | 2 +- tldr/kiterunner-wordlist | 2 +- tldr/kubectl-run | 2 +- tldr/kubie | 4 ++-- tldr/lb | 14 +++++++------- tldr/linux/barotrauma | 14 ++++++++++++++ tldr/linux/paclock | 4 ++-- tldr/linux/pacsync | 29 +++++++++++++++++++++++++++++ tldr/linux/pactrans | 34 ++++++++++++++++++++++++++++++++++ tldr/linux/pct-move-volume | 17 +++++++++++++++++ tldr/linux/pct-move_volume | 12 ++++++++++++ tldr/linux/tune2fs | 2 +- tldr/linux/update-grub | 12 ++++++++++++ tldr/loadtest | 2 +- tldr/lolcat | 2 +- tldr/lsd | 2 +- tldr/mailsy | 2 +- tldr/miniserve | 4 ++-- tldr/mktorrent | 2 +- tldr/mods | 10 +++++----- tldr/mtm | 2 +- tldr/ncc | 2 +- tldr/neofetch | 2 +- tldr/nhentai | 6 +++--- tldr/nload | 2 +- tldr/noti | 2 +- tldr/onionsearch | 2 +- tldr/osx/java_home | 2 +- tldr/pastel | 2 +- tldr/phpmd | 2 +- tldr/picotool | 2 +- tldr/pigz | 2 +- tldr/pprof | 2 +- tldr/procs | 2 +- tldr/proxify | 2 +- tldr/pueue-add | 2 +- tldr/pueue-clean | 2 +- tldr/pueue-completions | 2 +- tldr/pueue-enqueue | 2 +- tldr/pueue-group | 2 +- tldr/pueue-kill | 2 +- tldr/pueue-log | 2 +- tldr/pueue-parallel | 2 +- tldr/pueue-pause | 2 +- tldr/pueue-remove | 2 +- tldr/pueue-reset | 2 +- tldr/pueue-restart | 2 +- tldr/pueue-start | 2 +- tldr/pueue-stash | 2 +- tldr/pueue-status | 2 +- tldr/ranger | 2 +- tldr/reflac | 2 +- tldr/rip | 12 ++++++------ tldr/ropgadget | 2 +- tldr/rsactftool.py | 2 +- tldr/rustup-man | 4 ++-- tldr/s | 2 +- tldr/scc | 2 +- tldr/screenfetch | 2 +- tldr/sd | 2 +- tldr/skopeo | 2 +- tldr/smbmap | 2 +- tldr/sqlx | 2 +- tldr/st-util | 2 +- tldr/stern | 8 ++++---- tldr/stolonctl | 2 +- tldr/stormlock | 2 +- tldr/subliminal | 2 +- tldr/svgo | 2 +- tldr/termdown | 6 +++--- tldr/tmuxinator | 2 +- tldr/tuckr | 2 +- tldr/twurl-accounts | 13 +++++++++++++ tldr/vkcube | 22 ++++++++++++++++++++++ 119 files changed, 333 insertions(+), 158 deletions(-) create mode 100644 tldr/glxgears create mode 100644 tldr/linux/barotrauma create mode 100644 tldr/linux/pacsync create mode 100644 tldr/linux/pactrans create mode 100644 tldr/linux/pct-move-volume create mode 100644 tldr/linux/pct-move_volume create mode 100644 tldr/linux/update-grub create mode 100644 tldr/twurl-accounts create mode 100644 tldr/vkcube diff --git a/tldr/age b/tldr/age index 1ab2c1bd..fe0839e8 100644 --- a/tldr/age +++ b/tldr/age @@ -7,24 +7,24 @@ source: https://github.com/tldr-pages/tldr.git > A simple, modern and secure file encryption tool. > See also: `age-keygen` for generating key pairs. -> More information: . +> More information: . - Generate an encrypted file that can be decrypted with a passphrase: -`age --passphrase --output {{path/to/encrypted_file}} {{path/to/unencrypted_file}}` +`age {{[-p|--passphrase]}} {{[-o|--output]}} {{path/to/encrypted_file}} {{path/to/unencrypted_file}}` - Encrypt a file with one or more public keys entered as literals (repeat the `--recipient` flag to specify multiple public keys): -`age --recipient {{public_key}} --output {{path/to/encrypted_file}} {{path/to/unencrypted_file}}` +`age {{[-r|--recipient]}} {{public_key}} {{[-o|--output]}} {{path/to/encrypted_file}} {{path/to/unencrypted_file}}` - Encrypt a file to one or more recipients with their public keys specified in a file (one per line): -`age --recipients-file {{path/to/recipients_file}} --output {{path/to/encrypted_file}} {{path/to/unencrypted_file}}` +`age {{[-R|--recipients-file]}} {{path/to/recipients_file}} {{[-o|--output]}} {{path/to/encrypted_file}} {{path/to/unencrypted_file}}` - Decrypt a file with a passphrase: -`age --decrypt --output {{path/to/decrypted_file}} {{path/to/encrypted_file}}` +`age {{[-d|--decrypt]}} {{[-o|--output]}} {{path/to/decrypted_file}} {{path/to/encrypted_file}}` - Decrypt a file with a private key file: -`age --decrypt --identity {{path/to/private_key_file}} --output {{path/to/decrypted_file}} {{path/to/encrypted_file}}` +`age {{[-d|--decrypt]}} {{[-i|--identity]}} {{path/to/private_key_file}} {{[-o|--output]}} {{path/to/decrypted_file}} {{path/to/encrypted_file}}` diff --git a/tldr/ajson b/tldr/ajson index 5beb0144..1f4562f0 100644 --- a/tldr/ajson +++ b/tldr/ajson @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ajson > Execute JSONPath on JSON objects. -> More information: . +> More information: . - Read JSON from a file and execute a specified JSONPath expression: diff --git a/tldr/asar b/tldr/asar index 13539797..4862a371 100644 --- a/tldr/asar +++ b/tldr/asar @@ -6,20 +6,20 @@ source: https://github.com/tldr-pages/tldr.git # asar > A file archiver for the Electron platform. -> More information: . +> More information: . - Archive a file or directory: -`asar pack {{path/to/input_file_or_directory}} {{path/to/output_archive.asar}}` +`asar {{[p|pack]}} {{path/to/input_file_or_directory}} {{path/to/output_archive.asar}}` - Extract an archive: -`asar extract {{path/to/archive.asar}}` +`asar {{[e|extract]}} {{path/to/archive.asar}}` - Extract a specific file from an archive: -`asar extract-file {{path/to/archive.asar}} {{file}}` +`asar {{[ef|extract-file]}} {{path/to/archive.asar}} {{file}}` - List the contents of an archive file: -`asar list {{path/to/archive.asar}}` +`asar {{[l|list]}} {{path/to/archive.asar}}` diff --git a/tldr/astronomer b/tldr/astronomer index 9038f94a..f2be45eb 100644 --- a/tldr/astronomer +++ b/tldr/astronomer @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # astronomer > Detect illegitimate stars from bot accounts on GitHub projects. -> More information: . +> More information: . - Scan a repository: @@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git - Scan the maximum amount of stars in the repository: -`astronomer {{tldr-pages/tldr-node-client}} --stars {{50}}` +`astronomer {{tldr-pages/tldr-node-client}} {{[-s|--stars]}} {{50}}` - Scan a repository including comparative reports: -`astronomer {{tldr-pages/tldr-node-client}} --verbose` +`astronomer {{tldr-pages/tldr-node-client}} {{[-v|--verbose]}}` diff --git a/tldr/autoflake b/tldr/autoflake index 56d3ac41..c2040e60 100644 --- a/tldr/autoflake +++ b/tldr/autoflake @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # autoflake > Remove unused imports and variables from Python code. -> More information: . +> More information: . - Remove unused variables from a single file and display the diff: diff --git a/tldr/autojump b/tldr/autojump index 72a596e1..91ee79ad 100644 --- a/tldr/autojump +++ b/tldr/autojump @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Quickly jump among the directories you visit the most. > Aliases like `j` or `jc` are provided for even less typing. > See also: `bashmarks`. -> More information: . +> More information: . - Add the `autojump` aliases to your shell: diff --git a/tldr/awslogs b/tldr/awslogs index 467b82cd..d4e9c3f7 100644 --- a/tldr/awslogs +++ b/tldr/awslogs @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # awslogs > Queries groups, streams and events from Amazon CloudWatch logs. -> More information: . +> More information: . - List log groups: diff --git a/tldr/bashmarks b/tldr/bashmarks index 45d2fceb..3bf7a075 100644 --- a/tldr/bashmarks +++ b/tldr/bashmarks @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Save and jump to commonly used directories using 1 character commands. > See also: `autojump`. -> More information: . +> More information: . - Add the bashmark aliases to your shell: diff --git a/tldr/bat b/tldr/bat index 9d38afe2..33e0d496 100644 --- a/tldr/bat +++ b/tldr/bat @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Print and concatenate files. > A `cat` clone with syntax highlighting and Git integration. -> More information: . +> More information: . - Pretty print the contents of one or more files to `stdout`: diff --git a/tldr/binwalk b/tldr/binwalk index 1bdb46e7..d8d1c2a3 100644 --- a/tldr/binwalk +++ b/tldr/binwalk @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # binwalk > Firmware Analysis Tool. -> More information: . +> More information: . - Scan a binary file: diff --git a/tldr/bob b/tldr/bob index 1429045a..412ae26d 100644 --- a/tldr/bob +++ b/tldr/bob @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # bob > Manage and switch between Neovim versions. -> More information: . +> More information: . - Install and switch to the specified version of Neovim: diff --git a/tldr/bpytop b/tldr/bpytop index 93eda55f..58b13806 100644 --- a/tldr/bpytop +++ b/tldr/bpytop @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A resource monitor that shows information about the CPU, memory, disks, network and processes. > A Python version of `bashtop`. -> More information: . +> More information: . - Start `bpytop`: diff --git a/tldr/buzzphrase b/tldr/buzzphrase index 62eb1d9e..3cb8c9eb 100644 --- a/tldr/buzzphrase +++ b/tldr/buzzphrase @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # buzzphrase > Output a random buzzphrase. Written in Node.js. -> More information: . +> More information: . - Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun: diff --git a/tldr/cb b/tldr/cb index c2d2b20f..5d6d6bcd 100644 --- a/tldr/cb +++ b/tldr/cb @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # cb > Cut, copy, and paste anything in the terminal. -> More information: . +> More information: . - Show all clipboards: diff --git a/tldr/charm b/tldr/charm index 0c2f7cbb..a40982d6 100644 --- a/tldr/charm +++ b/tldr/charm @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # charm > Set of tools that makes adding a backend to your terminal-based applications, without worrying about user accounts, data storage and encryption. -> More information: . +> More information: . - Backup your Charm account keys: diff --git a/tldr/cheat b/tldr/cheat index 1c464ad0..caf1fb1f 100644 --- a/tldr/cheat +++ b/tldr/cheat @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # cheat > Create and view interactive cheat sheets. -> More information: . +> More information: . - Show example usage of a command: diff --git a/tldr/chisel b/tldr/chisel index 95b8d81e..d4d83fbb 100644 --- a/tldr/chisel +++ b/tldr/chisel @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Create TCP/UDP tunnels, transported over HTTP, secured via SSH. > Includes both client and server in the same `chisel` executable. -> More information: . +> More information: . - Run a Chisel server: diff --git a/tldr/chroma b/tldr/chroma index 1693d8b4..8797c660 100644 --- a/tldr/chroma +++ b/tldr/chroma @@ -7,19 +7,19 @@ source: https://github.com/tldr-pages/tldr.git > A general-purpose syntax highlighter. > The `--lexer` option is usually unnecessary, as it will be automatically determined based on the file extension. -> More information: . +> More information: . - Highlight source code from a file with the Python lexer and output to `stdout`: -`chroma --lexer {{python}} {{path/to/source_file.py}}` +`chroma {{[-l|--lexer]}} {{python}} {{path/to/source_file.py}}` - Highlight source code from a file with the Go lexer and output to an HTML file: -`chroma --lexer {{go}} --formatter {{html}} {{path/to/source_file.go}} > {{path/to/target_file.html}}` +`chroma {{[-l|--lexer]}} {{go}} {{[-f|--formatter]}} {{html}} {{path/to/source_file.go}} > {{path/to/target_file.html}}` - Highlight source code from `stdin` with the C++ lexer and output to an SVG file, using the Monokai style: -`{{command}} | chroma --lexer {{c++}} --formatter {{svg}} --style {{monokai}} > {{path/to/target_file.svg}}` +`{{command}} | chroma {{[-l|--lexer]}} {{c++}} {{[-f|--formatter]}} {{svg}} {{[-s|--style]}} {{monokai}} > {{path/to/target_file.svg}}` - List available lexers, styles and formatters: diff --git a/tldr/circup b/tldr/circup index 94752f76..c6e46c08 100644 --- a/tldr/circup +++ b/tldr/circup @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # circup > The CircuitPython library updater. -> More information: . +> More information: . - Interactively update modules on a device: diff --git a/tldr/cmark b/tldr/cmark index e2562fc1..cf2fbf88 100644 --- a/tldr/cmark +++ b/tldr/cmark @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # cmark > Convert CommonMark Markdown formatted text to other formats. -> More information: . +> More information: . - Render a CommonMark Markdown file to HTML: diff --git a/tldr/colordiff b/tldr/colordiff index d7ea8f8b..da8ed41a 100644 --- a/tldr/colordiff +++ b/tldr/colordiff @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A wrapper around `diff` that produces the same output but with pretty syntax highlighting. > Color schemes can be customized. -> More information: . +> More information: . - Compare files: diff --git a/tldr/colorls b/tldr/colorls index eb7a3577..90d45c47 100644 --- a/tldr/colorls +++ b/tldr/colorls @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # colorls > Beautify `ls` command output, with color and font-awesome icons. Available as a Ruby gem. -> More information: . +> More information: . - List files one per line: @@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git - List all files, including hidden files: -`colorls --all` +`colorls {{[-a|--all]}}` - Long format list (permissions, ownership, size, and modification date) of all files: -`colorls --long --all` +`colorls {{[-l|--long]}} {{[-a|--all]}}` - Only list directories: -`colorls --dirs` +`colorls {{[-d|--dirs]}}` diff --git a/tldr/dfc b/tldr/dfc index 311036e5..ddee8336 100644 --- a/tldr/dfc +++ b/tldr/dfc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # dfc > Get an overview of the filesystem disk space usage with colors and graphs. -> More information: . +> More information: . - Display filesystems and their disk usage in human-readable form with colors and graphs: diff --git a/tldr/duf b/tldr/duf index b3f4b2c8..50f6d93f 100644 --- a/tldr/duf +++ b/tldr/duf @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # duf > Disk Usage/Free Utility. -> More information: . +> More information: . - List accessible devices: diff --git a/tldr/gau b/tldr/gau index 5032deed..7a3b49c1 100644 --- a/tldr/gau +++ b/tldr/gau @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gau > Get All URLs: fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl for any domains. -> More information: . +> More information: . - Fetch all URLs of a domain from AlienVault's Open Threat Exchange, the Wayback Machine, Common Crawl, and URLScan: diff --git a/tldr/gdown b/tldr/gdown index 52d9263a..6ed74f5b 100644 --- a/tldr/gdown +++ b/tldr/gdown @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gdown > Download files from Google Drive and other URLs. -> More information: . +> More information: . - Download a file from a URL: diff --git a/tldr/gdu b/tldr/gdu index 3ae45a7b..1380c716 100644 --- a/tldr/gdu +++ b/tldr/gdu @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gdu > Disk usage analyzer with console interface. -> More information: . +> More information: . - Interactively show the disk usage of the current directory: diff --git a/tldr/glow b/tldr/glow index 9be10ce7..a810e0cf 100644 --- a/tldr/glow +++ b/tldr/glow @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # glow > Render Markdown in the terminal. -> More information: . +> More information: . - Run glow and select a file to view: diff --git a/tldr/glxgears b/tldr/glxgears new file mode 100644 index 00000000..5d20a6d6 --- /dev/null +++ b/tldr/glxgears @@ -0,0 +1,22 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# glxgears + +> Test OpenGL rendering. +> See also: `vkcube`. +> More information: . + +- Run an OpenGL test window: + +`glxgears` + +- Display OpenGL renderer information: + +`glxgears -info` + +- Display help: + +`glxgears -h` diff --git a/tldr/googler b/tldr/googler index 1824b23c..28ca81da 100644 --- a/tldr/googler +++ b/tldr/googler @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # googler > Search Google from the command-line. -> More information: . +> More information: . - Search Google for a keyword: diff --git a/tldr/goreload b/tldr/goreload index a2884e10..aac68521 100644 --- a/tldr/goreload +++ b/tldr/goreload @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # goreload > Live reload utility for Go programs. -> More information: . +> More information: . - Watch a binary file (defaults to `.goreload`): diff --git a/tldr/gotty b/tldr/gotty index dc10b26a..367613f6 100644 --- a/tldr/gotty +++ b/tldr/gotty @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gotty > Share your terminal as a web application. -> More information: . +> More information: . - Share result of command: diff --git a/tldr/grex b/tldr/grex index 75850007..68ace905 100644 --- a/tldr/grex +++ b/tldr/grex @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # grex > Generate `regex`s. -> More information: . +> More information: . - Generate a simple `regex`: diff --git a/tldr/hadolint b/tldr/hadolint index 1f35b321..ebc24e8d 100644 --- a/tldr/hadolint +++ b/tldr/hadolint @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # hadolint > Dockerfile linter. -> More information: . +> More information: . - Lint a Dockerfile: @@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git - Lint a Dockerfile, displaying the output in JSON format: -`hadolint --format {{json}} {{path/to/Dockerfile}}` +`hadolint {{[-f|--format]}} {{json}} {{path/to/Dockerfile}}` - Lint a Dockerfile, displaying the output in a specific format: -`hadolint --format {{tty|json|checkstyle|codeclimate|codacy}} {{path/to/Dockerfile}}` +`hadolint {{[-f|--format]}} {{tty|json|checkstyle|codeclimate|codacy}} {{path/to/Dockerfile}}` - Lint a Dockerfile ignoring specific rules: diff --git a/tldr/hangups b/tldr/hangups index 32bfb0f5..b9653527 100644 --- a/tldr/hangups +++ b/tldr/hangups @@ -12,10 +12,10 @@ source: https://github.com/tldr-pages/tldr.git `hangups` -- Display troubleshooting information and help: - -`hangups -h` - - Set a refresh token for hangups: `hangups --token-path {{path/to/token}}` + +- Display troubleshooting information and help: + +`hangups -h` diff --git a/tldr/hexyl b/tldr/hexyl index 08199159..57315125 100644 --- a/tldr/hexyl +++ b/tldr/hexyl @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A simple hex viewer for the terminal. Uses colored output to distinguish different categories of bytes. > See also: `od`, `xxd`, `hexdump`. -> More information: . +> More information: . - Print the hexadecimal representation of a file: diff --git a/tldr/imgcat b/tldr/imgcat index 5c3b056c..0b0b26d8 100644 --- a/tldr/imgcat +++ b/tldr/imgcat @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Display images on the command-line. > Requires a compatible terminal such as iTerm2. -> More information: . +> More information: . - Display an image on the command-line: diff --git a/tldr/jc.json b/tldr/jc.json index 51a25377..dbf400f4 100644 --- a/tldr/jc.json +++ b/tldr/jc.json @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jc > Convert the output of multiple commands to JSON. -> More information: . +> More information: . - Convert command output to JSON via pipe: diff --git a/tldr/jello b/tldr/jello index 3062ecb8..419575c2 100644 --- a/tldr/jello +++ b/tldr/jello @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jello > A JSON processor using Python syntax. -> More information: . +> More information: . - Pretty-print JSON or JSON-Lines data from `stdin` to `stdout`: diff --git a/tldr/jenv b/tldr/jenv index 46bb46da..4bae51ce 100644 --- a/tldr/jenv +++ b/tldr/jenv @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # jenv -> Manage the "JAVA_HOME" environment variable. +> Manage the `$JAVA_HOME` environment variable. > More information: . - Add a Java version to jEnv: diff --git a/tldr/jtbl b/tldr/jtbl index baf0013a..9b356e58 100644 --- a/tldr/jtbl +++ b/tldr/jtbl @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jtbl > Utility to print JSON and JSON Lines data as a table in the terminal. -> More information: . +> More information: . - Print a table from JSON or JSON Lines input: diff --git a/tldr/just.1 b/tldr/just.1 index 166e2cc5..3f37da81 100644 --- a/tldr/just.1 +++ b/tldr/just.1 @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # just > Save and run project-specific commands. -> More information: . +> More information: . - Run a recipe specified in the justfile: diff --git a/tldr/kiterunner b/tldr/kiterunner index 1161ca37..574692fb 100644 --- a/tldr/kiterunner +++ b/tldr/kiterunner @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # kiterunner > A contextual web scanner for discovering API paths and web endpoints using wordlists and kitebuilder schemas. -> More information: . +> More information: . - View documentation for bruteforcing API paths and web endpoints: diff --git a/tldr/kiterunner-brute b/tldr/kiterunner-brute index 6a7c0eb2..52cb2332 100644 --- a/tldr/kiterunner-brute +++ b/tldr/kiterunner-brute @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A contextual web scanner for bruteforcing API paths and web endpoints using wordlists. > The `brute` subcommand targets one or multiple hosts. -> More information: . +> More information: . - Bruteforce a target with an Assetnote wordlist (e.g., first 20,000 API routes): diff --git a/tldr/kiterunner-kb b/tldr/kiterunner-kb index 688634e9..dcb2830e 100644 --- a/tldr/kiterunner-kb +++ b/tldr/kiterunner-kb @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A contextual web scanner for manipulating kitebuilder schemas used in API and web endpoint discovery. > The `kb` subcommand handles schema compilation, conversion, parsing, and request replay. -> More information: . +> More information: . - Compile a kitebuilder schema from JSON to a kite file: diff --git a/tldr/kiterunner-scan b/tldr/kiterunner-scan index db8ffbbb..adde837b 100644 --- a/tldr/kiterunner-scan +++ b/tldr/kiterunner-scan @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A contextual web scanner for concurrently scanning API paths and web endpoints using kitebuilder wordlists. > The `scan` subcommand targets one or multiple hosts with structured API requests. -> More information: . +> More information: . - Scan a target with an Assetnote wordlist (e.g., first 5000 API routes): diff --git a/tldr/kiterunner-wordlist b/tldr/kiterunner-wordlist index 864e5523..c0cb02c6 100644 --- a/tldr/kiterunner-wordlist +++ b/tldr/kiterunner-wordlist @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A contextual web scanner for managing wordlists used in API and web endpoint discovery. > The `wordlist` subcommand handles listing and saving wordlists in `~/.cache/kiterunner`. -> More information: . +> More information: . - List all cached and available Assetnote wordlists: diff --git a/tldr/kubectl-run b/tldr/kubectl-run index f7b986f9..df627849 100644 --- a/tldr/kubectl-run +++ b/tldr/kubectl-run @@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git `kubectl run {{nginx-dev}} --image nginx --port 80` -- Run an nginx pod, setting the TEST_VAR environment variable: +- Run an nginx pod, setting the `$TEST_VAR` environment variable: `kubectl run {{nginx-dev}} --image nginx --env "{{TEST_VAR}}={{testing}}"` diff --git a/tldr/kubie b/tldr/kubie index e9a82cab..aa2f4a99 100644 --- a/tldr/kubie +++ b/tldr/kubie @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # kubie > Utility to switch between `kubectl` contexts and namespaces. -> More information: . +> More information: . - Display a selectable menu of contexts: @@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git - Switch current shell to the given context and namespace: -`kubie ctx {{context}} -n {{namespace}}` +`kubie ctx {{context}} {{[-n|--namespace]}} {{namespace}}` - Execute a command in the given context and namespace, without spawning a shell: diff --git a/tldr/lb b/tldr/lb index e3419a33..4d768555 100644 --- a/tldr/lb +++ b/tldr/lb @@ -7,28 +7,28 @@ source: https://github.com/tldr-pages/tldr.git > Manage a blog contained in the current directory. > Drafts and posts to operate on are selected interactively when running the commands. -> More information: . +> More information: . - Make a new draft: -`lb new` +`lb {{[n|new]}}` - Edit a draft: -`lb edit` +`lb {{[e|edit]}}` - Delete a draft: -`lb trash` +`lb {{[t|trash]}}` - Publish a draft: -`lb publish` +`lb {{[p|publish]}}` - Delete a published post: -`lb delete` +`lb {{[d|delete]}}` - Unpublish a published post to edit it as a draft again: -`lb revise` +`lb {{[r|revise]}}` diff --git a/tldr/linux/barotrauma b/tldr/linux/barotrauma new file mode 100644 index 00000000..ae2d5a8c --- /dev/null +++ b/tldr/linux/barotrauma @@ -0,0 +1,14 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# Barotrauma + +> Start a headless Barotrauma server. +> Note: The server is configured by editing the `serversettings.xml` file in the game directory. +> More information: . + +- Start the server: + +`{{path/to/DedicatedServer}}` diff --git a/tldr/linux/paclock b/tldr/linux/paclock index 715375e3..06ab0f28 100644 --- a/tldr/linux/paclock +++ b/tldr/linux/paclock @@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git - Lock the database: -`paclock` +`sudo paclock` - Write the lock file path to `stdout` (without locking the database): @@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git - Unlock the database: -`paclock --unlock` +`sudo paclock --unlock` - Display help: diff --git a/tldr/linux/pacsync b/tldr/linux/pacsync new file mode 100644 index 00000000..fea9726e --- /dev/null +++ b/tldr/linux/pacsync @@ -0,0 +1,29 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# pacsync + +> Update sync databases. +> More information: . + +- Update all sync databases: + +`sudo pacsync` + +- Update specific sync databases: + +`sudo pacsync {{repository1 repository2 ...}}` + +- Update sync databases even if they are already up-to-date: + +`sudo pacsync --force` + +- Update sync databases using a specific configuration file: + +`sudo pacsync --config {{path/to/pacman.conf}}` + +- Update sync databases and return true only if a database was actually updated: + +`sudo pacsync --updated` diff --git a/tldr/linux/pactrans b/tldr/linux/pactrans new file mode 100644 index 00000000..095b5cd0 --- /dev/null +++ b/tldr/linux/pactrans @@ -0,0 +1,34 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# pactrans + +> Install, remove, and upgrade ALPM packages. +> See also: `pacinstall`, `pacremove`. +> More information: . + +- Install a package from a repository: + +`sudo pactrans --install {{package_name}}` + +- Remove a package: + +`sudo pactrans --remove {{package_name}}` + +- Upgrade all installed packages: + +`sudo pactrans --sysupgrade` + +- Install a package file: + +`sudo pactrans --file {{path/to/package.pkg.tar.zst}}` + +- Replace a locally installed package with a package from a repository: + +`sudo pactrans local/{{package_to_remove}} {{repository_name}}/{{package_to_install}}` + +- Print what the transaction would do without performing it: + +`pactrans --print-only --install {{package_name}}` diff --git a/tldr/linux/pct-move-volume b/tldr/linux/pct-move-volume new file mode 100644 index 00000000..638872be --- /dev/null +++ b/tldr/linux/pct-move-volume @@ -0,0 +1,17 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# pct move-volume + +> Move a volume to a different storage or to a different container. +> More information: . + +- Move the root filesystem of a container to a different storage: + +`pct {{[mov|move-volume]}} {{100}} rootfs {{storage_id}}` + +- Delete the filesystem association to the old volume once the move is complete: + +`pct {{[mov|move-volume]}} {{100}} rootfs {{storage_id}} --delete` diff --git a/tldr/linux/pct-move_volume b/tldr/linux/pct-move_volume new file mode 100644 index 00000000..72d5e6ef --- /dev/null +++ b/tldr/linux/pct-move_volume @@ -0,0 +1,12 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# pct move_volume + +> This command is an alias of `pct move-volume`. + +- View documentation for the original command: + +`tldr pct move-volume` diff --git a/tldr/linux/tune2fs b/tldr/linux/tune2fs index d617118c..ac423a57 100644 --- a/tldr/linux/tune2fs +++ b/tldr/linux/tune2fs @@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git `sudo tune2fs -c 2 {{/dev/sdXN}}` -- Set the filesystem label to MY_LABEL: +- Set the filesystem label to `MY_LABEL`: `sudo tune2fs -L 'MY_LABEL' {{/dev/sdXN}}` diff --git a/tldr/linux/update-grub b/tldr/linux/update-grub new file mode 100644 index 00000000..0d97c065 --- /dev/null +++ b/tldr/linux/update-grub @@ -0,0 +1,12 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# update-grub + +> This command is an alias of `grub-mkconfig --output /boot/grub/grub.cfg`. + +- View documentation for the original command: + +`tldr grub-mkconfig` diff --git a/tldr/loadtest b/tldr/loadtest index eb4a7bbe..1004495b 100644 --- a/tldr/loadtest +++ b/tldr/loadtest @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # loadtest > Run a load test on the selected HTTP or WebSockets URL. -> More information: . +> More information: . - Run with concurrent users and a specified amount of requests per second: diff --git a/tldr/lolcat b/tldr/lolcat index 35c8e43a..0ee5ea07 100644 --- a/tldr/lolcat +++ b/tldr/lolcat @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # lolcat > Put a rainbow in everything you `cat` to the console. -> More information: . +> More information: . - Print a file to the console in rainbow colors: diff --git a/tldr/lsd b/tldr/lsd index 3644a04a..d55b412b 100644 --- a/tldr/lsd +++ b/tldr/lsd @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > List directory contents. > The next generation `ls` command, written in Rust. -> More information: . +> More information: . - List files and directories, one per line: diff --git a/tldr/mailsy b/tldr/mailsy index 1b0b6bb6..ffc1cc99 100644 --- a/tldr/mailsy +++ b/tldr/mailsy @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mailsy > Quickly generate a disposable email using `mail.tm` API. -> More information: . +> More information: . - Create an email address: diff --git a/tldr/miniserve b/tldr/miniserve index 99d5463c..c5d359c9 100644 --- a/tldr/miniserve +++ b/tldr/miniserve @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # miniserve > Simple HTTP file server. -> More information: . +> More information: . - Serve a directory: @@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git - Serve a directory using HTTP basic authentication: -`miniserve --auth {{username}}:{{password}} {{path/to/directory}}` +`miniserve {{[-a|--auth]}} {{username}}:{{password}} {{path/to/directory}}` diff --git a/tldr/mktorrent b/tldr/mktorrent index 49179f2a..8197d2ab 100644 --- a/tldr/mktorrent +++ b/tldr/mktorrent @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mktorrent > Create BitTorrent metainfo files. -> More information: . +> More information: . - Create a torrent with 2^21 KB as the piece size: diff --git a/tldr/mods b/tldr/mods index 83127b84..44e77f75 100644 --- a/tldr/mods +++ b/tldr/mods @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mods > AI for the command-line, built for pipelines. -> More information: . +> More information: . - Ask a generic question: @@ -18,19 +18,19 @@ source: https://github.com/tldr-pages/tldr.git - Ask for comments on your code, in markdown format: -`mods < {{path/to/file}} --format "{{what are your thoughts on improving this code?}}"` +`mods < {{path/to/file}} {{[-f|--format]}} "{{what are your thoughts on improving this code?}}"` - Ask for help with your documentation, in markdown format: -`mods < {{README.md}} --format "{{write a new section to this readme for a feature that sends you a free rabbit if you hit r}}"` +`mods < {{README.md}} {{[-f|--format]}} "{{write a new section to this readme for a feature that sends you a free rabbit if you hit r}}"` - Organize your videos, in markdown format: -`ls {{path/to/videos}} | mods --format "{{organize these by decade and summarize}}"` +`ls {{path/to/videos}} | mods {{[-f|--format]}} "{{organize these by decade and summarize}}"` - Read through raw HTML and summarize the contents, in markdown format: -`curl "{{https://api.open-meteo.com/v1/forecast?latitude=29.00&longitude=-90.00¤t_weather=true&hourly=temperature_2m,relativehumidity_2m,windspeed_10m}}" | mods --format "{{summarize this weather data for a human}}"` +`curl "{{https://api.open-meteo.com/v1/forecast?latitude=29.00&longitude=-90.00¤t_weather=true&hourly=temperature_2m,relativehumidity_2m,windspeed_10m}}" | mods {{[-f|--format]}} "{{summarize this weather data for a human}}"` - Display help: diff --git a/tldr/mtm b/tldr/mtm index 1abb52eb..6eee16c4 100644 --- a/tldr/mtm +++ b/tldr/mtm @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Minimal terminal multiplexer. > See also: `tmux`, `screen`. -> More information: . +> More information: . - Start the program with default command chord (``): diff --git a/tldr/ncc b/tldr/ncc index 25b58219..73db40bd 100644 --- a/tldr/ncc +++ b/tldr/ncc @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Compile a Node.js application into a single file. > Supports TypeScript, binary addons and dynamic requires. -> More information: . +> More information: . - Bundle a Node.js application: diff --git a/tldr/neofetch b/tldr/neofetch index 68af144a..f31f4f98 100644 --- a/tldr/neofetch +++ b/tldr/neofetch @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Display information about the operating system, software and hardware. > Note: `neofetch` is no longer maintained. > See also: `fastfetch`. -> More information: . +> More information: . - Return the default config, and create it if it's the first time the program runs: diff --git a/tldr/nhentai b/tldr/nhentai index b89b77bf..f7260615 100644 --- a/tldr/nhentai +++ b/tldr/nhentai @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # nhentai > Download doujinshis from nhentai. -> More information: . +> More information: . - Set cookies: @@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git - Download the first page of your favorites: -`nhentai --favorites --download --delay 1` +`nhentai {{[-F|--favorites]}} {{[-D|--download]}} {{[-d|--delay]}} 1` - Download specific pages of your favorites: -`nhentai --favorites --pages {{start_page}}-{{end_page}} --download --delay 1` +`nhentai {{[-F|--favorites]}} --pages {{start_page}}-{{end_page}} {{[-D|--download]}} {{[-d|--delay]}} 1` diff --git a/tldr/nload b/tldr/nload index eaa274e9..0ce507c1 100644 --- a/tldr/nload +++ b/tldr/nload @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # nload > Visualize network usage in the terminal. -> More information: . +> More information: . - View all network traffic (use the `` to switch interfaces): diff --git a/tldr/noti b/tldr/noti index d49680e7..519b0c81 100644 --- a/tldr/noti +++ b/tldr/noti @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # noti > Monitor a process and trigger a banner notification. -> More information: . +> More information: . - Display a notification when tar finishes compressing files: diff --git a/tldr/onionsearch b/tldr/onionsearch index 3fcaf360..5ccf5f24 100644 --- a/tldr/onionsearch +++ b/tldr/onionsearch @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Scrape URLs on different `.onion` search engines. > Note: `onionsearch` requires a Tor proxy running on `localhost:9050`; a Tor enabled browser is needed to visit the `.onion` websites. -> More information: . +> More information: . - Request results from all the search engines: diff --git a/tldr/osx/java_home b/tldr/osx/java_home index 84f74cbc..ef739342 100644 --- a/tldr/osx/java_home +++ b/tldr/osx/java_home @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # java_home -> Return a value for $JAVA_HOME or execute command using this variable. +> Return a value for `$JAVA_HOME` or execute command using this variable. > More information: . - List JVMs based on a specific version: diff --git a/tldr/pastel b/tldr/pastel index a0754854..42366bfd 100644 --- a/tldr/pastel +++ b/tldr/pastel @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pastel > Generate, analyze, convert and manipulate colors. -> More information: . +> More information: . - Convert colors from one format to another. Here from RGB to HSL: diff --git a/tldr/phpmd b/tldr/phpmd index 34165977..af51ead4 100644 --- a/tldr/phpmd +++ b/tldr/phpmd @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # phpmd > PHP mess detector: check for common potential problems. -> More information: . +> More information: . - Display a list of available rulesets and formats: diff --git a/tldr/picotool b/tldr/picotool index 4e7974a3..a66e9d04 100755 --- a/tldr/picotool +++ b/tldr/picotool @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # picotool > Manage Raspberry Pi Pico boards. -> More information: . +> More information: . - Display information about the currently loaded program on a Pico: diff --git a/tldr/pigz b/tldr/pigz index 33b33218..7943022a 100644 --- a/tldr/pigz +++ b/tldr/pigz @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pigz > Multithreaded zlib compression utility. -> More information: . +> More information: . - Compress a file with default options: diff --git a/tldr/pprof b/tldr/pprof index a5153af6..d6b1d65b 100644 --- a/tldr/pprof +++ b/tldr/pprof @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pprof > Visualize and analyze profiling data. -> More information: . +> More information: . - Generate a text report from a specific profiling file, on fibbo binary: diff --git a/tldr/procs b/tldr/procs index 7c8c1d1f..ecba7f73 100644 --- a/tldr/procs +++ b/tldr/procs @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # procs > Display information about the active processes. -> More information: . +> More information: . - List all processes showing the PID, user, CPU usage, memory usage, and the command which started them: diff --git a/tldr/proxify b/tldr/proxify index dd3a732e..5323b0ec 100644 --- a/tldr/proxify +++ b/tldr/proxify @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go. > See also: `mitmproxy`. -> More information: . +> More information: . - Start a HTTP proxy (on the loopback network interface `127.0.0.1` and port `8888`): diff --git a/tldr/pueue-add b/tldr/pueue-add index 13f7ae15..2d97e517 100644 --- a/tldr/pueue-add +++ b/tldr/pueue-add @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue add > Enqueue a task for execution. -> More information: . +> More information: . - Add any command to the default queue: diff --git a/tldr/pueue-clean b/tldr/pueue-clean index 129cfc85..3f65e58b 100644 --- a/tldr/pueue-clean +++ b/tldr/pueue-clean @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue clean > Remove all finished tasks from the list and clear logs. -> More information: . +> More information: . - Remove finished tasks and clear logs: diff --git a/tldr/pueue-completions b/tldr/pueue-completions index 8c3d568c..1f288d21 100644 --- a/tldr/pueue-completions +++ b/tldr/pueue-completions @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue completions > Generate shell completion files for Bash, Elvish, fish, PowerShell, and Zsh. -> More information: . +> More information: . - Generate completions for Bash: diff --git a/tldr/pueue-enqueue b/tldr/pueue-enqueue index f0e95024..6b230e54 100644 --- a/tldr/pueue-enqueue +++ b/tldr/pueue-enqueue @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Enqueue stashed tasks. > See also: `pueue stash`. -> More information: . +> More information: . - Enqueue multiple stashed tasks at once: diff --git a/tldr/pueue-group b/tldr/pueue-group index 5cc8f7e5..48b2d45b 100644 --- a/tldr/pueue-group +++ b/tldr/pueue-group @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue group > Display, add or remove groups. -> More information: . +> More information: . - Show all groups with their statuses and number of parallel jobs: diff --git a/tldr/pueue-kill b/tldr/pueue-kill index 78c88cd9..1e477c91 100644 --- a/tldr/pueue-kill +++ b/tldr/pueue-kill @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue kill > Kill running tasks or whole groups. -> More information: . +> More information: . - Kill all tasks in the default group: diff --git a/tldr/pueue-log b/tldr/pueue-log index c8261f8f..d09f22f9 100644 --- a/tldr/pueue-log +++ b/tldr/pueue-log @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Display the log output of 1 or more tasks. > See also: `pueue status`. -> More information: . +> More information: . - Show the last few lines of output from all tasks: diff --git a/tldr/pueue-parallel b/tldr/pueue-parallel index fb94544e..23c0cc07 100644 --- a/tldr/pueue-parallel +++ b/tldr/pueue-parallel @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue parallel > Set the amount of allowed parallel tasks. -> More information: . +> More information: . - Set the maximum number of tasks allowed to run in parallel, in the default group: diff --git a/tldr/pueue-pause b/tldr/pueue-pause index 63a13a22..876858b8 100644 --- a/tldr/pueue-pause +++ b/tldr/pueue-pause @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Pause running tasks or groups. > See also: `pueue start`. -> More information: . +> More information: . - Pause all tasks in the default group: diff --git a/tldr/pueue-remove b/tldr/pueue-remove index c62bdcd6..a0a20f41 100644 --- a/tldr/pueue-remove +++ b/tldr/pueue-remove @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue remove > Remove tasks from the list. Running or paused tasks need to be killed first. -> More information: . +> More information: . - Remove a killed or finished task: diff --git a/tldr/pueue-reset b/tldr/pueue-reset index 1adaaa52..f183aed8 100644 --- a/tldr/pueue-reset +++ b/tldr/pueue-reset @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue reset > Kill everything and reset. -> More information: . +> More information: . - Kill all tasks and remove everything (logs, status, groups, task IDs): diff --git a/tldr/pueue-restart b/tldr/pueue-restart index fe7eea40..a2eca5d3 100644 --- a/tldr/pueue-restart +++ b/tldr/pueue-restart @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue restart > Restart tasks. -> More information: . +> More information: . - Restart a specific task: diff --git a/tldr/pueue-start b/tldr/pueue-start index 9456f823..daf5f4ad 100644 --- a/tldr/pueue-start +++ b/tldr/pueue-start @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Resume operation of tasks or groups of tasks. > See also: `pueue pause`. -> More information: . +> More information: . - Resume all tasks in the default group: diff --git a/tldr/pueue-stash b/tldr/pueue-stash index 4bc81e07..c1820842 100644 --- a/tldr/pueue-stash +++ b/tldr/pueue-stash @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Stash tasks to prevent them starting automatically. > See also: `pueue start`, `pueue enqueue`. -> More information: . +> More information: . - Stash an enqueued task: diff --git a/tldr/pueue-status b/tldr/pueue-status index 50bb356a..b6acabad 100644 --- a/tldr/pueue-status +++ b/tldr/pueue-status @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pueue status > Display the current status of all tasks. -> More information: . +> More information: . - Show the status of all tasks: diff --git a/tldr/ranger b/tldr/ranger index de28c85d..6aa17b48 100644 --- a/tldr/ranger +++ b/tldr/ranger @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Console file manager with VI key bindings. > See also: `clifm`, `vifm`, `mc`, `dolphin`. -> More information: . +> More information: . - Launch ranger: diff --git a/tldr/reflac b/tldr/reflac index cc5b7eea..934fc013 100644 --- a/tldr/reflac +++ b/tldr/reflac @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # reflac > Recompress FLAC files in-place while preserving metadata. -> More information: . +> More information: . - Recompress a directory of FLAC files: diff --git a/tldr/rip b/tldr/rip index 99eef63a..f575162e 100644 --- a/tldr/rip +++ b/tldr/rip @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # rip > Remove files or directories by sending them to the graveyard, allowing for them to be recovered. -> More information: . +> More information: . - Remove files or directories from specified locations and place them in the graveyard: @@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git - Interactively remove files or directories, with a prompt before every removal: -`rip --inspect {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` +`rip {{[-i|--inspect]}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` - List all files and directories in the graveyard that were originally within the current directory: -`rip --seance` +`rip {{[-s|--seance]}}` - Permanently delete every file and directory in the graveyard: -`rip --decompose` +`rip {{[-d|--decompose]}}` - Put back the files and directories which were affected by the most recent removal: -`rip --unbury` +`rip {{[-u|--unbury]}}` - Put back every file and directory that is listed by `rip --seance`: -`rip --seance --unbury` +`rip {{[-s|--seance]}} {{[-u|--unbury]}}` diff --git a/tldr/ropgadget b/tldr/ropgadget index 19e54dd7..8232ed26 100644 --- a/tldr/ropgadget +++ b/tldr/ropgadget @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ROPgadget > Find ROP gadgets in binary files. -> More information: . +> More information: . - List gadgets in the binary file: diff --git a/tldr/rsactftool.py b/tldr/rsactftool.py index be91b77c..bf4c8886 100644 --- a/tldr/rsactftool.py +++ b/tldr/rsactftool.py @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # RsaCtfTool.py > RSA attack tool for CTF challenges - recover private keys from weak public keys and/or decrypt data. -> More information: . +> More information: . - Recover a private key from a public key file: diff --git a/tldr/rustup-man b/tldr/rustup-man index 79a7e10a..79672606 100644 --- a/tldr/rustup-man +++ b/tldr/rustup-man @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # rustup man > View the man page for a command managed by `rustup`. -> More information: . +> More information: . - View the man page for a given command from the default toolchain: @@ -14,4 +14,4 @@ source: https://github.com/tldr-pages/tldr.git - View the man page for a given command from the specified toolchain: -`rustup man --toolchain {{command}}` +`rustup man --toolchain {{toolchain}} {{command}}` diff --git a/tldr/s b/tldr/s index 3856f8c6..a4174214 100644 --- a/tldr/s +++ b/tldr/s @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # s > Web search from the terminal. -> More information: . +> More information: . - Search for a query on Google (default provider): diff --git a/tldr/scc b/tldr/scc index 6639ef1a..3a722c3d 100644 --- a/tldr/scc +++ b/tldr/scc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # scc > Count lines of code. Written in Go. -> More information: . +> More information: . - Print lines of code in the current directory: diff --git a/tldr/screenfetch b/tldr/screenfetch index a70b2b1f..cec89fb6 100644 --- a/tldr/screenfetch +++ b/tldr/screenfetch @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # screenfetch > Display system information. -> More information: . +> More information: . - Start `screenfetch`: diff --git a/tldr/sd b/tldr/sd index bb808257..b04ffea5 100644 --- a/tldr/sd +++ b/tldr/sd @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # sd > Intuitive find and replace. -> More information: . +> More information: . - Trim some whitespace using a `regex` (output stream: `stdout`): diff --git a/tldr/skopeo b/tldr/skopeo index bb8c6f3d..f0c29713 100644 --- a/tldr/skopeo +++ b/tldr/skopeo @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Container image management toolbox. > Provides various utility commands to manage remote container images. -> More information: . +> More information: . - Inspect a remote image from a registry: diff --git a/tldr/smbmap b/tldr/smbmap index 7b1a1010..11d21702 100644 --- a/tldr/smbmap +++ b/tldr/smbmap @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # smbmap > Enumerate samba share drives across an entire domain. -> More information: . +> More information: . - Enumerate hosts with NULL sessions enabled and open shares: diff --git a/tldr/sqlx b/tldr/sqlx index 795e5e11..9eb7a0df 100644 --- a/tldr/sqlx +++ b/tldr/sqlx @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Utility for SQLx, the Rust SQL toolkit. > More information: . -- Create the database specified in the DATABASE_URL environment variable: +- Create the database specified in the `$DATABASE_URL` environment variable: `sqlx database create` diff --git a/tldr/st-util b/tldr/st-util index f0e85168..859fd8f2 100644 --- a/tldr/st-util +++ b/tldr/st-util @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # st-util > Run GDB (GNU Debugger) server to interact with STM32 ARM Cortex microcontoller. -> More information: . +> More information: . - Run GDB server on port 4500: diff --git a/tldr/stern b/tldr/stern index 17236461..f479b462 100644 --- a/tldr/stern +++ b/tldr/stern @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # stern > Tail multiple pods and containers from Kubernetes. -> More information: . +> More information: . - Tail all pods within a current namespace: @@ -22,12 +22,12 @@ source: https://github.com/tldr-pages/tldr.git - Tail matched pods from all namespaces: -`stern {{pod_query}} --all-namespaces` +`stern {{pod_query}} {{[-A|--all-namespaces]}}` - Tail matched pods from 15 minutes ago: -`stern {{pod_query}} --since {{15m}}` +`stern {{pod_query}} {{[-s|--since]}} 15m` - Tail matched pods with a specific label: -`stern {{pod_query}} --selector {{release=canary}}` +`stern {{pod_query}} {{[-l|--selector]}} {{release=canary}}` diff --git a/tldr/stolonctl b/tldr/stolonctl index b2e338b3..6ef2523c 100644 --- a/tldr/stolonctl +++ b/tldr/stolonctl @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # stolonctl > CLI for Stolon, a cloud native PostgreSQL manager for PostgreSQL high availability. -> More information: . +> More information: . - Get cluster status: diff --git a/tldr/stormlock b/tldr/stormlock index caa4275d..8d1a9055 100644 --- a/tldr/stormlock +++ b/tldr/stormlock @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # stormlock > Centralized locking system. -> More information: . +> More information: . - Acquire a lease for resource: diff --git a/tldr/subliminal b/tldr/subliminal index ce34f180..5efbf86f 100644 --- a/tldr/subliminal +++ b/tldr/subliminal @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # subliminal > Python-based subtitle downloader. -> More information: . +> More information: . - Download English subtitles for a video: diff --git a/tldr/svgo b/tldr/svgo index abda1d23..506a838b 100644 --- a/tldr/svgo +++ b/tldr/svgo @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > SVG Optimizer: optimizing Scalable Vector Graphics files. Based in Node.js. > It applies a series of transformation rules (plugins), which can be toggled individually. -> More information: . +> More information: . - Optimize a file using the default plugins (overwrites the original file): diff --git a/tldr/termdown b/tldr/termdown index 6419bddc..9780844a 100644 --- a/tldr/termdown +++ b/tldr/termdown @@ -18,12 +18,12 @@ source: https://github.com/tldr-pages/tldr.git - Start a 1 minute 30 seconds countdown with blinking the terminal at the end: -`termdown {{1m30s}} --blink` +`termdown 1m30s {{[-b|--blink]}}` - Show a title above countdown: -`termdown {{1m30s}} --title "{{Interesting title}}"` +`termdown {{1m30s}} {{[-T|--title]}} "{{Interesting title}}"` - Display current time: -`termdown --time` +`termdown {{[-z|--time]}}` diff --git a/tldr/tmuxinator b/tldr/tmuxinator index 3509e53b..348f5612 100644 --- a/tldr/tmuxinator +++ b/tldr/tmuxinator @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # tmuxinator > Create and manage tmux sessions easily. -> More information: . +> More information: . - Create a new project: diff --git a/tldr/tuckr b/tldr/tuckr index 303955af..71733107 100644 --- a/tldr/tuckr +++ b/tldr/tuckr @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Dotfile manager written in Rust. > See also: `chezmoi`, `vcsh`, `homeshick`, `stow`. -> More information: . +> More information: . - Check dotfile status: diff --git a/tldr/twurl-accounts b/tldr/twurl-accounts new file mode 100644 index 00000000..e2770d63 --- /dev/null +++ b/tldr/twurl-accounts @@ -0,0 +1,13 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# twurl-accounts + +> Manage and list Twitter accounts authorized with twurl. +> More information: . + +- List all authorized Twitter accounts and their consumer keys: + +`twurl accounts` diff --git a/tldr/vkcube b/tldr/vkcube new file mode 100644 index 00000000..5bbe875b --- /dev/null +++ b/tldr/vkcube @@ -0,0 +1,22 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# vkcube + +> Test Vulkan rendering. +> See also: `glxgears`. +> More information: . + +- Run a Vulkan test window: + +`vkcube` + +- Use a specific display protocol: + +`vkcube --wsi {{xlib|wayland|...}}` + +- Display help: + +`vkcube -h`