From 22a84b91e27913e0713eaed89c0ecf9ca13c2cc5 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 2 May 2025 00:19:39 +0000 Subject: [PATCH] Update cheatsheets --- tldr/bcomps | 4 ++-- tldr/ccomps | 6 +++--- tldr/clementine | 12 ++++++------ tldr/combine | 2 +- tldr/distccd | 4 ++-- tldr/edgepaint | 2 +- tldr/errno | 6 +++--- tldr/figlet | 4 ++-- tldr/git-create-branch | 6 +++--- tldr/git-show-branch | 8 ++++---- tldr/git-verify-commit | 2 +- tldr/gnucash | 2 +- tldr/gnucash-cli | 4 ++-- tldr/gvcolor | 2 +- tldr/gvpack | 8 ++++---- tldr/host | 2 +- tldr/ifne | 2 +- tldr/isutf8 | 10 +++++----- tldr/laravel | 2 +- tldr/lckdo | 2 +- tldr/linux/checkupdates | 18 +++++++++++++----- tldr/linux/iwctl | 4 ++-- tldr/linux/locale-gen | 17 +++++++++++++++++ tldr/linux/localedef | 17 +++++++++++++++++ tldr/linux/mount | 4 ++-- tldr/lpass | 2 +- tldr/mingle | 2 +- tldr/mispipe | 2 +- tldr/nop | 4 ++-- tldr/osx/pbpaste | 2 +- tldr/packtpub | 4 ++-- tldr/pdfjam | 12 ++++++------ tldr/pee | 2 +- tldr/sccmap | 4 ++-- tldr/snyk | 2 +- tldr/tred | 2 +- tldr/unflatten | 2 +- tldr/vidir | 4 ++-- tldr/vipe | 2 +- tldr/xonsh | 2 +- tldr/xxh | 2 +- tldr/zrun | 4 ++-- 42 files changed, 123 insertions(+), 81 deletions(-) create mode 100644 tldr/linux/locale-gen create mode 100644 tldr/linux/localedef diff --git a/tldr/bcomps b/tldr/bcomps index f2da43b7..4f6f37db 100644 --- a/tldr/bcomps +++ b/tldr/bcomps @@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git - Decompose one or more graphs into their biconnected components: -`bcomps {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}` +`bcomps {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}` - Print the number of blocks and cutvertices in one or more graphs: -`bcomps -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}` +`bcomps -v -s {{path/to/input1.gv path/to/input2.gv ...}}` - Write each block and block-cutvertex tree to multiple numbered filenames based on `output.gv`: diff --git a/tldr/ccomps b/tldr/ccomps index 8d2fe10c..66fba940 100644 --- a/tldr/ccomps +++ b/tldr/ccomps @@ -11,15 +11,15 @@ source: https://github.com/tldr-pages/tldr.git - Decompose one or more graphs into their connected components: -`ccomps {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}` +`ccomps {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}` - Print the number of nodes, edges, and connected components in one or more graphs: -`ccomps -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}` +`ccomps -v -s {{path/to/input1.gv path/to/input2.gv ...}}` - Write each connected component to numbered filenames based on `output.gv`: -`ccomps -x -o {{path/to/output.gv}} {{path/to/input1.gv}} {{path/to/input2.gv ...}}` +`ccomps -x -o {{path/to/output.gv}} {{path/to/input1.gv path/to/input2.gv ...}}` - Display help: diff --git a/tldr/clementine b/tldr/clementine index 3f90f7b1..25ded012 100644 --- a/tldr/clementine +++ b/tldr/clementine @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A modern music player and library organizer. > See also: `audacious`, `qmmp`, `cmus`, `mpv`. -> More information: . +> More information: . - Start the GUI or bring it to front: @@ -19,11 +19,11 @@ source: https://github.com/tldr-pages/tldr.git - Toggle between pausing and playing: -`clementine --play-pause` +`clementine {{[-t|--play-pause]}}` - Stop playback: -`clementine --stop` +`clementine {{[-s|--stop]}}` - Skip to the next or previous track: @@ -31,12 +31,12 @@ source: https://github.com/tldr-pages/tldr.git - Create a new playlist with one or more music files or URLs: -`clementine --create {{url1 url2 ... | path/to/music1.ext path/to/music2.ext ...}}` +`clementine {{[-c|--create]}} {{url1 url2 ...|path/to/music1.ext path/to/music2.ext ...}}` - Load a playlist file: -`clementine --load {{path/to/playlist.ext}}` +`clementine {{[-l|--load]}} {{path/to/playlist.ext}}` - Play a specific track in the currently loaded playlist: -`clementine --play-track {{5}}` +`clementine {{[-k|--play-track]}} {{5}}` diff --git a/tldr/combine b/tldr/combine index be7e7e2a..937cabf3 100644 --- a/tldr/combine +++ b/tldr/combine @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Perform set operations on lines of two files. > The order of the output lines is determined by the order of the lines in the first file. > See also: `diff`. -> More information: . +> More information: . - Output lines that are in both specified files: diff --git a/tldr/distccd b/tldr/distccd index 9b7a2f5c..7c2ba7c3 100644 --- a/tldr/distccd +++ b/tldr/distccd @@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git - Start a daemon, accepting connections from a specific network address or address range: -`distccd --daemon --allow {{ip_address|network_prefix}}` +`distccd --daemon {{[-a|--allow]}} {{ip_address|network_prefix}}` - Start a daemon with a lowered priority that can run a maximum of 4 tasks at a time: -`distccd --daemon --jobs {{4}} --nice {{5}}` +`distccd --daemon {{[-j|--jobs]}} {{4}} {{[-N|--nice]}} {{5}}` - Start a daemon and register it via mDNS/DNS-SD (Zeroconf): diff --git a/tldr/edgepaint b/tldr/edgepaint index 2f2823c2..25067fde 100644 --- a/tldr/edgepaint +++ b/tldr/edgepaint @@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git - Colorize edges of one or more graph layouts (that already have layout information) to clarify crossing edges: -`edgepaint {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` +`edgepaint {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}` - Colorize edges using a color scheme. (See ): diff --git a/tldr/errno b/tldr/errno index 19a059af..6a629c01 100644 --- a/tldr/errno +++ b/tldr/errno @@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git - List all errno names, codes, and descriptions: -`errno --list` +`errno {{[-l|--list]}}` - Search for code whose description contains all of the given text: -`errno --search {{text}}` +`errno {{[-s|--search]}} {{text}}` - Search for code whose description contains all of the given text (all locales): -`errno --search-all-locales {{text}}` +`errno {{[-S|--search-all-locales]}} {{text}}` diff --git a/tldr/figlet b/tldr/figlet index 7cd028cd..71e557ab 100644 --- a/tldr/figlet +++ b/tldr/figlet @@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git - Use a custom [f]ont file: -`figlet {{input_text}} -f {{path/to/font_file.flf}}` +`figlet -f {{path/to/font_file.flf}} {{input_text}}` - Use a [f]ont from the default font directory (the extension can be omitted): -`figlet {{input_text}} -f {{font_filename}}` +`figlet -f {{font_filename}} {{input_text}}` - Pipe command output through FIGlet: diff --git a/tldr/git-create-branch b/tldr/git-create-branch index 98785458..cc677553 100644 --- a/tldr/git-create-branch +++ b/tldr/git-create-branch @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Create a Git branch in a repository. > Part of `git-extras`. -> More information: . +> More information: . - Create a local branch: @@ -15,8 +15,8 @@ source: https://github.com/tldr-pages/tldr.git - Create a branch locally and on origin: -`git create-branch --remote {{branch_name}}` +`git create-branch {{[-r|--remote]}} {{branch_name}}` - Create a branch locally and on upstream (through forks): -`git create-branch --remote upstream {{branch_name}}` +`git create-branch {{[-r|--remote]}} upstream {{branch_name}}` diff --git a/tldr/git-show-branch b/tldr/git-show-branch index be68d5c2..66e33a02 100644 --- a/tldr/git-show-branch +++ b/tldr/git-show-branch @@ -18,15 +18,15 @@ source: https://github.com/tldr-pages/tldr.git - Compare all remote tracking branches: -`git show-branch --remotes` +`git show-branch {{[-r|--remotes]}}` - Compare both local and remote tracking branches: -`git show-branch --all` +`git show-branch {{[-a|--all]}}` - List the latest commits in all branches: -`git show-branch --all --list` +`git show-branch {{[-a|--all]}} --list` - Compare a given branch with the current branch: @@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git - Keep going a given number of commits past the common ancestor: -`git show-branch --more {{5}} {{commit|branch_name|ref}} {{commit|branch_name|ref}} {{...}}` +`git show-branch --more {{5}} {{branch_name1|ref1|commit1 branch_name2|ref2|commit2 ...}}` diff --git a/tldr/git-verify-commit b/tldr/git-verify-commit index f0085bf1..c17241c2 100644 --- a/tldr/git-verify-commit +++ b/tldr/git-verify-commit @@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git - Check commits for a GPG signature and show details of each commit: -`git verify-commit {{commit_hash1 optional_commit_hash2 ...}} --verbose` +`git verify-commit {{commit_hash1 optional_commit_hash2 ...}} {{[-v|--verbose]}}` - Check commits for a GPG signature and print the raw details: diff --git a/tldr/gnucash b/tldr/gnucash index 62cf0091..6fd45603 100644 --- a/tldr/gnucash +++ b/tldr/gnucash @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gnucash > Personal and small-business financial-accounting software. -> More information: . +> More information: . - Launch GnuCash and load the previously opened file: diff --git a/tldr/gnucash-cli b/tldr/gnucash-cli index 26927123..dd83758a 100644 --- a/tldr/gnucash-cli +++ b/tldr/gnucash-cli @@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git # gnucash-cli > A command-line version of GnuCash. -> More information: . +> More information: . - Get quotes for currencies and stocks specified in a file and print them: -`gnucash-cli --quotes get {{path/to/file.gnucash}}` +`gnucash-cli {{[-Q|--quotes]}} get {{path/to/file.gnucash}}` - Generate a financial report of a specific type, specified by `--name`: diff --git a/tldr/gvcolor b/tldr/gvcolor index a1b8ebde..cadd90c1 100644 --- a/tldr/gvcolor +++ b/tldr/gvcolor @@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git - Colorize one or more ranked digraph (that were already processed by `dot`): -`gvcolor {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` +`gvcolor {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}` - Lay out a graph and colorize it, then convert to a PNG image: diff --git a/tldr/gvpack b/tldr/gvpack index 1e2aadff..18fc6438 100644 --- a/tldr/gvpack +++ b/tldr/gvpack @@ -11,19 +11,19 @@ source: https://github.com/tldr-pages/tldr.git - Combine several graph layouts (that already have layout information): -`gvpack {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` +`gvpack {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}` - Combine several graph layouts at the graph level, keeping graphs separate: -`gvpack -g {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` +`gvpack -g {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}` - Combine several graph layouts at the node level, ignoring clusters: -`gvpack -n {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` +`gvpack -n {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}` - Combine several graph layouts without packing: -`gvpack -u {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` +`gvpack -u {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}` - Display help: diff --git a/tldr/host b/tldr/host index ec1eb1e6..2e554cd3 100644 --- a/tldr/host +++ b/tldr/host @@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git `host {{domain}}` -- Lookup a field (CNAME, TXT,...) of a domain: +- Lookup a field (CNAME, TXT, ...) of a domain: `host -t {{field}} {{domain}}` diff --git a/tldr/ifne b/tldr/ifne index a76aabd7..a494b179 100644 --- a/tldr/ifne +++ b/tldr/ifne @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ifne > Run a command depending on the emptyness of `stdin`. -> More information: . +> More information: . - Run the specified command if and only if `stdin` is not empty: diff --git a/tldr/isutf8 b/tldr/isutf8 index 14c69218..2f092e0d 100644 --- a/tldr/isutf8 +++ b/tldr/isutf8 @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # isutf8 > Check whether text files contain valid UTF-8. -> More information: . +> More information: . - Check whether the specified files contain valid UTF-8: @@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git - Print errors using multiple lines: -`isutf8 --verbose {{path/to/file1 path/to/file2 ...}}` +`isutf8 {{[-v|--verbose]}} {{path/to/file1 path/to/file2 ...}}` - Do not print anything to `stdout`, indicate the result merely with the exit code: -`isutf8 --quiet {{path/to/file1 path/to/file2 ...}}` +`isutf8 {{[-q|--quiet]}} {{path/to/file1 path/to/file2 ...}}` - Only print the names of the files containing invalid UTF-8: -`isutf8 --list {{path/to/file1 path/to/file2 ...}}` +`isutf8 {{[-l|--list]}} {{path/to/file1 path/to/file2 ...}}` - Same as `--list` but inverted, i.e., only print the names of the files containing valid UTF-8: -`isutf8 --invert {{path/to/file1 path/to/file2 ...}}` +`isutf8 {{[-i|--invert]}} {{path/to/file1 path/to/file2 ...}}` diff --git a/tldr/laravel b/tldr/laravel index 5bdaafa5..0045ab8c 100644 --- a/tldr/laravel +++ b/tldr/laravel @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # laravel > A command-line installer for the Laravel framework. -> More information: . +> More information: . - Create a new Laravel application: diff --git a/tldr/lckdo b/tldr/lckdo index cd539f5d..90314cc5 100644 --- a/tldr/lckdo +++ b/tldr/lckdo @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # lckdo > This command is deprecated and has been superseded by `flock`. -> More information: . +> More information: . - View documentation for the recommended replacement: diff --git a/tldr/linux/checkupdates b/tldr/linux/checkupdates index b8370917..41700df2 100644 --- a/tldr/linux/checkupdates +++ b/tldr/linux/checkupdates @@ -6,15 +6,23 @@ source: https://github.com/tldr-pages/tldr.git # checkupdates > Check pending updates in Arch Linux. -> More information: . +> More information: . -- List pending updates: +- Synchronize the database and list pending updates: `checkupdates` -- List pending updates and download the packages to the `pacman` cache: +- List pending updates without syncing the database: -`checkupdates --download` +`checkupdates {{[-n|--nosync]}}` + +- Display the list of pending updates if it differs from the last time this option was used: + +`checkupdates {{[-c|--change]}}` + +- List pending updates and download the packages to the `pacman` cache (`/var/cache/pacman/pkg`): + +`checkupdates {{[-d|--download]}}` - List pending updates using a specific `pacman` database: @@ -22,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help: -`checkupdates --help` +`checkupdates {{[-h|--help]}}` diff --git a/tldr/linux/iwctl b/tldr/linux/iwctl index d0e29278..ea1484df 100644 --- a/tldr/linux/iwctl +++ b/tldr/linux/iwctl @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # iwctl > Control the `iwd` network supplicant. -> More information: . +> More information: . - Start the interactive mode, in this mode you can enter the commands directly, with autocompletion: @@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git - Call general help: -`iwctl --help` +`iwctl {{[-h|--help]}}` - Display your Wi-Fi stations: diff --git a/tldr/linux/locale-gen b/tldr/linux/locale-gen new file mode 100644 index 00000000..6b3fe578 --- /dev/null +++ b/tldr/linux/locale-gen @@ -0,0 +1,17 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# locale-gen + +> Generate locales defined in `/etc/locale.gen`. +> More information: . + +- Generate locales: + +`locale-gen` + +- Do not delete undefined locales: + +`locale-gen --keep-existing` diff --git a/tldr/linux/localedef b/tldr/linux/localedef new file mode 100644 index 00000000..95fcbf7e --- /dev/null +++ b/tldr/linux/localedef @@ -0,0 +1,17 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# localedef + +> Manage locale definition files. +> More information: . + +- List compiled locales: + +`localedef --list-archive` + +- Display help: + +`localedef {{[-?|--help]}}` diff --git a/tldr/linux/mount b/tldr/linux/mount index 755db963..bd6e985c 100644 --- a/tldr/linux/mount +++ b/tldr/linux/mount @@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git - Mount a device to a directory: -`mount {{[-t|--types]}} {{filesystem_type}} {{path/to/device_file}} {{path/to/target_directory}}` +`mount {{path/to/device_file}} {{path/to/target_directory}}` - Create a specific directory if it does not exist and mount a device to it: @@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git `mount {{[-t|--types]}} {{iso9660}} {{[-o|--options]}} ro {{/dev/cdrom}} {{/cdrom}}` -- Mount all the filesystem defined in `/etc/fstab`: +- Mount all the filesystems defined in `/etc/fstab`: `mount {{[-a|--all]}}` diff --git a/tldr/lpass b/tldr/lpass index 5ab052f7..5c0810dd 100644 --- a/tldr/lpass +++ b/tldr/lpass @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # lpass > Command-line interface for the LastPass password manager. -> More information: . +> More information: . - Log in to your LastPass account, by entering your master password when prompted: diff --git a/tldr/mingle b/tldr/mingle index 029e606d..e7781651 100644 --- a/tldr/mingle +++ b/tldr/mingle @@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git - Bundle the edges of one or more graph layouts (that already have layout information): -`mingle {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` +`mingle {{path/to/layout1.gv path/to/layout2.gv ...}} > {{path/to/output.gv}}` - Perform layout, bundling, and output to a picture with one command: diff --git a/tldr/mispipe b/tldr/mispipe index bc52a257..ca686039 100644 --- a/tldr/mispipe +++ b/tldr/mispipe @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mispipe > Pipe two commands and return the exit status of the first command. -> More information: . +> More information: . - Pipe two commands and return the exit status of the first command: diff --git a/tldr/nop b/tldr/nop index 2e36b545..08514789 100644 --- a/tldr/nop +++ b/tldr/nop @@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git - Pretty-print one or more graphs in canonical format: -`nop {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}` +`nop {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}` - Check one or more graphs for validity, producing no output graph: -`nop -p {{path/to/input1.gv}} {{path/to/input2.gv ...}}` +`nop -p {{path/to/input1.gv path/to/input2.gv ...}}` - Display help: diff --git a/tldr/osx/pbpaste b/tldr/osx/pbpaste index 54e67179..883e48b0 100644 --- a/tldr/osx/pbpaste +++ b/tldr/osx/pbpaste @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Send the contents of the clipboard to `stdout`. > Comparable to pressing `` on the keyboard. -> More information: . +> More information: . - Write the contents of the clipboard to a file: diff --git a/tldr/packtpub b/tldr/packtpub index 36ff2bdd..3615ae4c 100644 --- a/tldr/packtpub +++ b/tldr/packtpub @@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git - Download the daily offer book into the current directory with the specified book format (defaults to `pdf`): -`packtpub download --type {{pdf|ebup|mobi}}` +`packtpub download {{[-t|--type]}} {{pdf|ebup|mobi}}` - Download the daily offer book into the specified directory: -`packtpub download --dir {{path/to/directory}}` +`packtpub download {{[-d|--dir]}} {{path/to/directory}}` - Start an interactive login to packtpub.com: diff --git a/tldr/pdfjam b/tldr/pdfjam index b4cd0e10..a41d22fb 100644 --- a/tldr/pdfjam +++ b/tldr/pdfjam @@ -6,23 +6,23 @@ source: https://github.com/tldr-pages/tldr.git # pdfjam > Shell frontend for the LaTeX pdfpages package for mingling PDFs. -> More information: . +> More information: . - Merge two (or more) PDFs: -`pdfjam {{path/to/file1.pdf}} {{path/to/file2.pdf}} --outfile {{path/to/output_file.pdf}}` +`pdfjam {{path/to/file1.pdf path/to/file2.pdf ...}} {{[-o|--outfile]}} {{path/to/output_file.pdf}}` - Merge the first page of each file together: -`pdfjam {{files...}} 1 --outfile {{path/to/output_file.pdf}}` +`pdfjam {{path/to/file1.pdf 1 path/to/file2.pdf 1 ...}} {{[-o|--outfile]}} {{path/to/output_file.pdf}}` - Merge subranges from two PDFs: -`pdfjam {{path/to/file1.pdf 3-5,1}} {{path/to/file2.pdf 4-6}} --outfile {{path/to/output_file.pdf}}` +`pdfjam {{path/to/file1.pdf 3-5,1}} {{path/to/file2.pdf 4-6}} {{[-o|--outfile]}} {{path/to/output_file.pdf}}` - Sign an A4 page (adjust delta to height for other formats) with a scanned signature by overlaying them: -`pdfjam {{path/to/file.pdf}} {{path/to/signature}} --fitpaper true --outfile {{path/to/signed.pdf}} --nup "{{1x2}}" --delta "{{0 -842pt}}"` +`pdfjam {{path/to/file.pdf}} {{path/to/signature}} --fitpaper true {{[-o|--outfile]}} {{path/to/signed.pdf}} --nup "{{1x2}}" --delta "{{0 -842pt}}"` - Arrange the pages from the input file into a fancy 2x2 grid: @@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git - Reverse the order of pages within each given file and concatenate them: -`pdfjam {{files...}} {{last-1}} --suffix {{reversed}}` +`pdfjam {{path/to/file1.pdf last-1 path/to/file2.pdf last-1 ...}} --suffix {{reversed}}` diff --git a/tldr/pee b/tldr/pee index 12cd1639..50ee8464 100644 --- a/tldr/pee +++ b/tldr/pee @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Tee `stdin` to pipes. > See also: `tee`. -> More information: . +> More information: . - Run each command, providing each one with a distinct copy of `stdin`: diff --git a/tldr/sccmap b/tldr/sccmap index 949311ba..4f265f2f 100644 --- a/tldr/sccmap +++ b/tldr/sccmap @@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git - Extract strongly connected components of one or more directed graphs: -`sccmap -S {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}` +`sccmap -S {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}` - Print statistics about a graph, producing no output graph: -`sccmap -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}` +`sccmap -v -s {{path/to/input1.gv path/to/input2.gv ...}}` - Display help: diff --git a/tldr/snyk b/tldr/snyk index e6e978a6..7cf9e725 100644 --- a/tldr/snyk +++ b/tldr/snyk @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # snyk > Find vulnerabilities in your code and remediate risks. -> More information: . +> More information: . - Log in to your Snyk account: diff --git a/tldr/tred b/tldr/tred index 71e295da..b8119c44 100644 --- a/tldr/tred +++ b/tldr/tred @@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git - Construct the transitive reduction graph of one or more directed graphs: -`tred {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}` +`tred {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}` - Display help: diff --git a/tldr/unflatten b/tldr/unflatten index 08420f85..66884e75 100644 --- a/tldr/unflatten +++ b/tldr/unflatten @@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git - Adjust one or more directed graphs to improve the layout aspect ratio: -`unflatten {{path/to/input1.gv}} {{path/to/input2.gv ...}} > {{path/to/output.gv}}` +`unflatten {{path/to/input1.gv path/to/input2.gv ...}} > {{path/to/output.gv}}` - Use `unflatten` as a preprocessor for `dot` layout to improve aspect ratio: diff --git a/tldr/vidir b/tldr/vidir index aab878fa..dd3edf0e 100644 --- a/tldr/vidir +++ b/tldr/vidir @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # vidir > Edit directories in a text editor. -> More information: . +> More information: . - Edit the contents of the specified directories: @@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git - Display each action taken by the program: -`vidir --verbose {{path/to/directory1 path/to/directory2 ...}}` +`vidir {{[-v|--verbose]}} {{path/to/directory1 path/to/directory2 ...}}` - Edit the contents of current directory: diff --git a/tldr/vipe b/tldr/vipe index 478d8a87..8a9de20e 100644 --- a/tldr/vipe +++ b/tldr/vipe @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # vipe > Run a text editor in the middle of a UNIX pipeline. -> More information: . +> More information: . - Edit the output of `command1` before piping it into `command2`: diff --git a/tldr/xonsh b/tldr/xonsh index aea61d6d..1870da69 100644 --- a/tldr/xonsh +++ b/tldr/xonsh @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Python-powered, cross-platform, Unix-gazing shell. > Write and mix sh/Python code in Xonsh (pronounced conch). -> More information: . +> More information: . - Start an interactive shell session: diff --git a/tldr/xxh b/tldr/xxh index 066272cc..bf90bda0 100644 --- a/tldr/xxh +++ b/tldr/xxh @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Bring your shell with all of your customizations through SSH sessions. > Note: xxh does not install anything into system directories on the target machine; removing `~/.xxh` will clear all traces of xxh on the target machine. -> More information: . +> More information: . - Connect to a host and run the current shell: diff --git a/tldr/zrun b/tldr/zrun index 91cdfb59..57f3574a 100644 --- a/tldr/zrun +++ b/tldr/zrun @@ -6,8 +6,8 @@ source: https://github.com/tldr-pages/tldr.git # zrun > Transparently uncompress argument files to a command. -> More information: . +> More information: . - Run the specified command with uncompressed versions of the compressed argument files: -`zrun {{cat path/to/file1.gz path/to/file2.bz2 ...}}` +`zrun {{cat}} {{path/to/file1.gz path/to/file2.bz2 ...}}`