diff --git a/tldr/abduco b/tldr/abduco index 65ed9434..1b2b4220 100644 --- a/tldr/abduco +++ b/tldr/abduco @@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git - Detach from a session: -` + \` +`` - [A]ttach to a session in [r]ead-only mode: diff --git a/tldr/asciinema b/tldr/asciinema index f24b180d..8d9b754d 100644 --- a/tldr/asciinema +++ b/tldr/asciinema @@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git `asciinema auth` -- Make a new recording (finish it with `Ctrl+D` or type `exit`, and then choose to upload it or save it locally): +- Make a new recording (finish it with `` or type `exit`, and then choose to upload it or save it locally): `asciinema rec` diff --git a/tldr/at b/tldr/at index a145cd9d..6ef58991 100644 --- a/tldr/at +++ b/tldr/at @@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git `systemctl start atd` -- Create commands interactively and execute them in 5 minutes (press ` + D` when done): +- Create commands interactively and execute them in 5 minutes (press `` when done): `at now + 5 minutes` diff --git a/tldr/az-serial-console b/tldr/az-serial-console index c5f06944..76466945 100644 --- a/tldr/az-serial-console +++ b/tldr/az-serial-console @@ -15,4 +15,4 @@ source: https://github.com/tldr-pages/tldr.git - Terminate the connection: -`-]` +`` diff --git a/tldr/bastet b/tldr/bastet index 71e4707d..1ee6ed93 100644 --- a/tldr/bastet +++ b/tldr/bastet @@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git - Navigate the piece horizontally: -`{{Left|Right arrow key}}` +`{{|}}` - Rotate the piece clockwise or counterclockwise: -`{{Spacebar|Up arrow key}}` +`{{|}}` - Soft drop the piece: -`` +`` - Hard drop the piece: @@ -30,8 +30,8 @@ source: https://github.com/tldr-pages/tldr.git - Pause the game: -`p` +`

` - Quit the game: -` + C` +`` diff --git a/tldr/batch b/tldr/batch index e2354499..912528e3 100644 --- a/tldr/batch +++ b/tldr/batch @@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git `systemctl start atd` -- Execute commands from `stdin` (press `Ctrl + D` when done): +- Execute commands from `stdin` (press `` when done): `batch` diff --git a/tldr/bg b/tldr/bg index 234860f2..241d74d4 100644 --- a/tldr/bg +++ b/tldr/bg @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # bg -> Resume suspended jobs (e.g. using `Ctrl + Z`), and keeps them running in the background. +> Resume suspended jobs (e.g. using ``), and keeps them running in the background. > More information: . - Resume the most recently suspended job and run it in the background: diff --git a/tldr/blockout2 b/tldr/blockout2 index f8bbc23a..e803511a 100644 --- a/tldr/blockout2 +++ b/tldr/blockout2 @@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git - Navigate the current piece on a 2D plane: -`{{Up|Down|Left|Right arrow key}}` +`{{|||}}` - Rotate the piece on its axis: -`{{Q|W|E|A|S|D}}` +`{{|||||}}` - Hard drop the current piece: -`` +`` - Pause/unpause the game: -`p` +`

` diff --git a/tldr/bpytop b/tldr/bpytop index 98c1aff8..93eda55f 100644 --- a/tldr/bpytop +++ b/tldr/bpytop @@ -19,15 +19,15 @@ source: https://github.com/tldr-pages/tldr.git - Toggle minimal mode: -`m` +`` - Search for running programs or processes: -`f` +`` - Change settings: -`M` +`` - Display version: diff --git a/tldr/cheatshh b/tldr/cheatshh index 52af4fc8..dc04b43d 100644 --- a/tldr/cheatshh +++ b/tldr/cheatshh @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # cheatshh > CLI cheatsheet with customized descriptions, tldr and groups, to look into for your reference. -> Press Enter to a command to copy it to your clipboard and exit. +> Press `` to a command to copy it to your clipboard and exit. > More information: . - [a]dd a new command to the cheatshheet: diff --git a/tldr/clear b/tldr/clear index 3c7bea3f..26460d96 100644 --- a/tldr/clear +++ b/tldr/clear @@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git `clear` -- Clear the screen but keep the terminal's scrollback buffer (equivalent to pressing Ctrl + L in Bash): +- Clear the screen but keep the terminal's scrollback buffer (equivalent to pressing `` in Bash): `clear -x` diff --git a/tldr/clifm b/tldr/clifm index df14f6f0..f0731c59 100644 --- a/tldr/clifm +++ b/tldr/clifm @@ -19,24 +19,24 @@ source: https://github.com/tldr-pages/tldr.git - Create a new file and a new directory: -`n file dir/` +`file dir/` - Search for PDF files in the current directory: -`/*.pdf` +`*.pdf` - Select all PNG files in the current directory: -`s *.png` +` *.png` -- Remove the previously selected files (use `t` to send the files to the recycle bin instead): +- Remove the previously selected files (use `` to send the files to the recycle bin instead): -`r sel` +`sel` - Display help: -`?` +`` - Exit CliFM: -`q` +`` diff --git a/tldr/colorpicker b/tldr/colorpicker index dff4f3af..23b261bf 100644 --- a/tldr/colorpicker +++ b/tldr/colorpicker @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # colorpicker > A minimalist X11 colorpicker. -> Any mouse gesture except left click will exit the program. +> Any mouse gesture except `` will exit the program. > More information: . - Launch colorpicker and print the hexadecimal and RGB value of each clicked pixel to `stdout`: diff --git a/tldr/compgen b/tldr/compgen index 9dabfb41..baa28d77 100644 --- a/tldr/compgen +++ b/tldr/compgen @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # compgen -> A built-in command for auto-completion in Bash, which is called on pressing TAB key twice. +> A built-in command for auto-completion in Bash, which is called on pressing `` key twice. > More information: . - List all commands that you could run: diff --git a/tldr/ddgr b/tldr/ddgr index a836ae29..57dd59db 100644 --- a/tldr/ddgr +++ b/tldr/ddgr @@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help in interactive mode: -`?` +`` diff --git a/tldr/elinks b/tldr/elinks index ba41dc61..d6527952 100644 --- a/tldr/elinks +++ b/tldr/elinks @@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git - Quit elinks: -` + C` +`` - Dump output of webpage to console, colorizing the text with ANSI control codes: diff --git a/tldr/emacs b/tldr/emacs index 3889b371..e59bb146 100644 --- a/tldr/emacs +++ b/tldr/emacs @@ -35,8 +35,8 @@ source: https://github.com/tldr-pages/tldr.git - Save a file in Emacs: -` + X, + S` +`` - Quit Emacs: -` + X, + C` +`` diff --git a/tldr/ex b/tldr/ex index d08d5e73..df1637b5 100644 --- a/tldr/ex +++ b/tldr/ex @@ -31,7 +31,7 @@ source: https://github.com/tldr-pages/tldr.git - Insert text: -`i{{text}}` +`i{{text}}` - Switch to Vim: diff --git a/tldr/fzf b/tldr/fzf index 16550f1e..bb326910 100644 --- a/tldr/fzf +++ b/tldr/fzf @@ -17,7 +17,7 @@ source: https://github.com/tldr-pages/tldr.git `ps aux | fzf` -- Select multiple files with `Shift + Tab` and write to a file: +- Select multiple files with `` and write to a file: `find {{path/to/directory}} -type f | fzf --multi > {{path/to/file}}` diff --git a/tldr/git-repl b/tldr/git-repl index e8d5b4ef..a0632888 100644 --- a/tldr/git-repl +++ b/tldr/git-repl @@ -21,6 +21,6 @@ source: https://github.com/tldr-pages/tldr.git `!{{command}} {{command_arguments}}` -- Exit the interactive Git shell (or press Ctrl + D): +- Exit the interactive Git shell (or press ``): `exit` diff --git a/tldr/gitlab-ctl b/tldr/gitlab-ctl index 1390546b..abd7f4ae 100644 --- a/tldr/gitlab-ctl +++ b/tldr/gitlab-ctl @@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git `sudo gitlab-ctl restart {{nginx}}` -- Display the logs of every service and keep reading until `Ctrl + C` is pressed: +- Display the logs of every service and keep reading until `` is pressed: `sudo gitlab-ctl tail` diff --git a/tldr/googler b/tldr/googler index 57b2f6c1..abd56893 100644 --- a/tldr/googler +++ b/tldr/googler @@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help in interactive mode: -`?` +`` diff --git a/tldr/gpg-tui b/tldr/gpg-tui index d2a40412..4f6b8c16 100644 --- a/tldr/gpg-tui +++ b/tldr/gpg-tui @@ -18,24 +18,24 @@ source: https://github.com/tldr-pages/tldr.git - Quit `gpg-tui`: -`q` +`` - Interactively generate a new key: -`g` +`` - Export the selected key: -`x` +`` - Set the detail level for the selected key: -`1|2|3` +`<1>|<2>|<3>` - Refresh `gpg-tui`: -`r` +`` - Display help in `gpg-tui`: -`?` +`` diff --git a/tldr/gtop b/tldr/gtop index 13a9844b..c81fa8a8 100644 --- a/tldr/gtop +++ b/tldr/gtop @@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git - Sort by CPU usage: -`c` +`` - Sort by memory usage: -`m` +`` diff --git a/tldr/gum b/tldr/gum index ff953b99..82117d4e 100644 --- a/tldr/gum +++ b/tldr/gum @@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git `gum input --placeholder "{{value}}"` -- Open an interactive confirmation prompt and exit with either `0` or `1`: +- Open an interactive confirmation prompt and exit with either `<0>` or `<1>`: `gum confirm "{{Continue?}}" --default=false --affirmative "{{Yes}}" --negative "{{No}}" {{&& echo "Yes selected" || echo "No selected"}}` @@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git `gum format -t {{emoji}} "{{:smile: :heart: hello}}"` -- Interactively prompt for multi-line text (CTRL + D to save) and write to `data.txt`: +- Interactively prompt for multi-line text (`` to save) and write to `data.txt`: `gum write > {{data.txt}}` diff --git a/tldr/helix b/tldr/helix index 983a115c..9879033b 100644 --- a/tldr/helix +++ b/tldr/helix @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # helix > Helix, A post-modern text editor, provides several modes for different kinds of text manipulation. -> Pressing `i` enters insert mode. `` enters normal mode, which enables the use of Helix commands. +> Pressing `` enters insert mode. `` enters normal mode, which enables the use of Helix commands. > More information: . - Open a file: @@ -17,26 +17,26 @@ source: https://github.com/tldr-pages/tldr.git `helix --vsplit {{path/to/file1 path/to/file2}}` -- Show the tutorial to learn Helix (or access it within Helix by pressing `` and typing `:tutor`): +- Show the tutorial to learn Helix (or access it within Helix by pressing `` and typing `<:>tutor`): `helix --tutor` - Change the Helix theme: -`:theme {{theme_name}}` +`<:>theme {{theme_name}}` - Save and Quit: -`:wq` +`<:>wq` - Force-quit without saving: -`:q!` +`<:>q!` - Undo the last operation: -`u` +`` -- Search for a pattern in the file (press `n`/`N` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -`/{{search_pattern}}` +`{{search_pattern}}` diff --git a/tldr/htop b/tldr/htop index bd60228f..5f059695 100644 --- a/tldr/htop +++ b/tldr/htop @@ -30,11 +30,11 @@ source: https://github.com/tldr-pages/tldr.git - See interactive commands while running htop: -`?` +`` - Switch to a different tab: -`tab` +`` - Display help: diff --git a/tldr/impacket-mssqlclient b/tldr/impacket-mssqlclient new file mode 100644 index 00000000..565f1758 --- /dev/null +++ b/tldr/impacket-mssqlclient @@ -0,0 +1,14 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# impacket-mssqlclient + +> This command is an alias of `mssqlclient.py`. +> Part of the Impacket suite. +> More information: . + +- View documentation for the original command: + +`tldr mssqlclient.py` diff --git a/tldr/inkview b/tldr/inkview index 6301dacd..1a2dd6b0 100644 --- a/tldr/inkview +++ b/tldr/inkview @@ -13,6 +13,6 @@ source: https://github.com/tldr-pages/tldr.git `inkview {{path/to/file.svg}}` -- Preview multiple SVGs (use arrow keys to navigate): +- Preview multiple SVGs (use `` to navigate): `inkview {{path/to/file1.svg path/to/file2.svg ...}}` diff --git a/tldr/kak b/tldr/kak index c320b50d..f80bee8d 100644 --- a/tldr/kak +++ b/tldr/kak @@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git - Enter insert mode from normal mode, to write text into the file: -`i` +`` - Escape insert mode, to go back to normal mode: @@ -35,8 +35,8 @@ source: https://github.com/tldr-pages/tldr.git - Insert the contents of a file: -`!cat {{path/to/file}}` +`cat {{path/to/file}}` - Save the current file: -`:w` +`<:>w` diff --git a/tldr/kill b/tldr/kill index b0727dfd..c1626d1f 100644 --- a/tldr/kill +++ b/tldr/kill @@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git `kill -{{1|HUP}} {{process_id}}` -- Terminate a program using the SIGINT (interrupt) signal. This is typically initiated by the user pressing `Ctrl + C`: +- Terminate a program using the SIGINT (interrupt) signal. This is typically initiated by the user pressing ``: `kill -{{2|INT}} {{process_id}}` diff --git a/tldr/killall b/tldr/killall index 3126c7b2..37937267 100644 --- a/tldr/killall +++ b/tldr/killall @@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git `killall -i {{process_name}}` -- Terminate a process using the SIGINT (interrupt) signal, which is the same signal sent by pressing `Ctrl + C`: +- Terminate a process using the SIGINT (interrupt) signal, which is the same signal sent by pressing ``: `killall -INT {{process_name}}` diff --git a/tldr/less b/tldr/less index eaf0b0d1..1bfdb58d 100644 --- a/tldr/less +++ b/tldr/less @@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git - Page down/up: -` (down), b (up)` +`{{|}}` - Go to end/start of file: -`G (end), g (start)` +`{{|}}` -- Forward search for a string (press `n`/`N` to go to next/previous match): +- Forward search for a string (press ``/`` to go to next/previous match): -`/{{something}}` +`{{something}}` -- Backward search for a string (press `n`/`N` to go to next/previous match): +- Backward search for a string (press ``/`` to go to next/previous match): -`?{{something}}` +`{{something}}` - Follow the output of the currently opened file: -`F` +`` - Open the current file in an editor: -`v` +`` - Exit: -`q` +`` diff --git a/tldr/linux/arecord b/tldr/linux/arecord index f940957e..4fdf9a17 100644 --- a/tldr/linux/arecord +++ b/tldr/linux/arecord @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Sound recorder for ALSA soundcard driver. > More information: . -- Record a snippet in "CD" quality (finish with Ctrl-C when done): +- Record a snippet in "CD" quality (finish with `` when done): `arecord -vv --format=cd {{path/to/file.wav}}` @@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git `arecord -vv --format=cd --duration={{10}} {{path/to/file.wav}}` -- Record a snippet and save it as an MP3 (finish with Ctrl-C when done): +- Record a snippet and save it as an MP3 (finish with `` when done): `arecord -vv --format=cd --file-type raw | lame -r - {{path/to/file.mp3}}` @@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git `arecord --list-devices` -- Allow interactive interface (e.g. use space-bar or enter to play or pause): +- Allow interactive interface (e.g. use `` or `` to play or pause): `arecord --interactive` diff --git a/tldr/linux/atop b/tldr/linux/atop index 22db796c..ce490406 100644 --- a/tldr/linux/atop +++ b/tldr/linux/atop @@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help about interactive commands: -`?` +`` diff --git a/tldr/linux/caffeinate b/tldr/linux/caffeinate index ad6a8f8e..a24edaf9 100644 --- a/tldr/linux/caffeinate +++ b/tldr/linux/caffeinate @@ -8,6 +8,6 @@ source: https://github.com/tldr-pages/tldr.git > Prevent desktop from sleeping. > More information: . -- Prevent desktop from sleeping (use `Ctrl + C` to exit): +- Prevent desktop from sleeping (use `` to exit): `caffeinate` diff --git a/tldr/linux/cmus b/tldr/linux/cmus index 8b47b2a0..af04cd4a 100644 --- a/tldr/linux/cmus +++ b/tldr/linux/cmus @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # cmus > Command-line Music Player. -> Use arrow keys to navigate, `` to select, and numbers 1-8 switch between different views. +> Use `` to navigate, `` to select, and numbers `<1>`-`<8>` switch between different views. > See also: `ncmpcpp`, `clementine`, `qmmp`. > More information: . @@ -16,16 +16,16 @@ source: https://github.com/tldr-pages/tldr.git - Add file/directory to library: -`:add {{path/to/file_or_directory}}` +`<:>add {{path/to/file_or_directory}}` - Pause/unpause current song: -`c` +`` - Toggle shuffle mode on/off: -`s` +`` - Quit cmus: -`q` +`` diff --git a/tldr/linux/cu b/tldr/linux/cu index d5a6d305..fa9171b6 100644 --- a/tldr/linux/cu +++ b/tldr/linux/cu @@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git - Exit the `cu` session when in connection: -`~.` +`<~><.>` diff --git a/tldr/linux/cuyo b/tldr/linux/cuyo index 8589fec9..4462ee5f 100644 --- a/tldr/linux/cuyo +++ b/tldr/linux/cuyo @@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git - Navigate the piece horizontally: -`{{A|D|Left arrow key|Right arrow key}}` +`{{|||}}` - Turn the piece: -`{{W|Up arrow key}}` +`{{|}}` - Hard drop the piece: -`{{S|Down arrow key}}` +`{{|}}` diff --git a/tldr/linux/expect b/tldr/linux/expect index d92179c4..6b19eead 100644 --- a/tldr/linux/expect +++ b/tldr/linux/expect @@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git `expect -c "{{commands}}"` -- Enter an interactive REPL (use `exit` or Ctrl + D to exit): +- Enter an interactive REPL (use `exit` or `` to exit): `expect -i` diff --git a/tldr/linux/fdisk b/tldr/linux/fdisk index 3a455a24..0960e1c7 100644 --- a/tldr/linux/fdisk +++ b/tldr/linux/fdisk @@ -19,24 +19,24 @@ source: https://github.com/tldr-pages/tldr.git - Once partitioning a disk, create a partition: -`n` +`` - Once partitioning a disk, select a partition to delete: -`d` +`` - Once partitioning a disk, view the partition table: -`p` +`

` - Once partitioning a disk, write the changes made: -`w` +`` - Once partitioning a disk, discard the changes made: -`q` +`` - Once partitioning a disk, open a help menu: -`m` +`` diff --git a/tldr/linux/finch b/tldr/linux/finch index 0323e3f0..cbc42a80 100644 --- a/tldr/linux/finch +++ b/tldr/linux/finch @@ -14,24 +14,24 @@ source: https://github.com/tldr-pages/tldr.git - Quit: -` + q OR + c` +`{{|}}` - Show actions menu: -` + a` +`` - Jump to n-th window: -` + {{number_key}}` +`` - Close current window: -` + c` +`` -- Start moving a window, use arrow keys to move, press escape when done: +- Start moving a window, use `` to move, press `` when done: -` + m` +`` -- Start resizing a window, use arrow keys to resize, press escape when done: +- Start resizing a window, use `` to resize, press `` when done: -` + r` +`` diff --git a/tldr/linux/guake b/tldr/linux/guake index 9eb24572..e6bf87ab 100644 --- a/tldr/linux/guake +++ b/tldr/linux/guake @@ -10,24 +10,24 @@ source: https://github.com/tldr-pages/tldr.git - Toggle Guake visibility: -`F12` +`` - Toggle fullscreen mode: -`F11` +`` - Open a new tab: -` + + T` +`` - Close the terminal: -` + X` +`` - Go to the previous tab: -` + ` +`` - Search the selected text in the browser: -` + + L` +`` diff --git a/tldr/linux/i3 b/tldr/linux/i3 index 8ee67bdc..864fc667 100644 --- a/tldr/linux/i3 +++ b/tldr/linux/i3 @@ -14,24 +14,24 @@ source: https://github.com/tldr-pages/tldr.git - Open a new terminal window: -` + ` +`` - Create a new workspace: -` + + {{number}}` +`` -- Switch to workspace number `n`: +- Switch to a workspace: -` + {{n}}` +`` - Open new window horizontally: -` + h` +`` - Open new window vertically: -` + v` +`` - Open application (type out application name after executing command): -` + D` +`` diff --git a/tldr/linux/iftop b/tldr/linux/iftop index a12b6363..2d34c660 100644 --- a/tldr/linux/iftop +++ b/tldr/linux/iftop @@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help: -`?` +`` diff --git a/tldr/linux/ip b/tldr/linux/ip index 6a6a55ff..a924a44d 100644 --- a/tldr/linux/ip +++ b/tldr/linux/ip @@ -31,12 +31,12 @@ source: https://github.com/tldr-pages/tldr.git - Make an interface up/down: -`ip {{[l|link]}} set {{interface}} {{up|down}}` +`sudo ip {{[l|link]}} {{[s|set]}} {{interface}} {{up|down}}` - Add/Delete an IP address to an interface: -`ip {{[a|address]}} add/del {{ip}}/{{mask}} dev {{interface}}` +`sudo ip {{[a|address]}} {{add|delete}} {{ip}}/{{mask}} dev {{interface}}` - Add a default route: -`ip {{[r|route]}} add default via {{ip}} dev {{interface}}` +`sudo ip {{[r|route]}} {{[a|add]}} default via {{ip}} dev {{interface}}` diff --git a/tldr/linux/ip-address b/tldr/linux/ip-address index f96fc327..55e6dfb3 100644 --- a/tldr/linux/ip-address +++ b/tldr/linux/ip-address @@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git - Filter to show only active network interfaces: -`ip {{[a|address]}} show up` +`ip {{[a|address]}} {{[s|show]}} up` - Display information about a specific network interface: -`ip {{[a|address]}} show dev {{eth0}}` +`ip {{[a|address]}} {{[s|show]}} {{eth0}}` - Add an IP address to a network interface: -`ip {{[a|address]}} add {{ip_address}} dev {{eth0}}` +`sudo ip {{[a|address]}} {{[a|add]}} {{ip_address}} dev {{eth0}}` - Remove an IP address from a network interface: -`ip {{[a|address]}} delete {{ip_address}} dev {{eth0}}` +`sudo ip {{[a|address]}} {{[d|delete]}} {{ip_address}} dev {{eth0}}` - Delete all IP addresses in a given scope from a network interface: -`ip {{[a|address]}} flush dev {{eth0}} scope {{global|host|link}}` +`sudo ip {{[a|address]}} {{[f|flush]}} {{eth0}} scope {{global|host|link}}` diff --git a/tldr/linux/ip-link b/tldr/linux/ip-link index ea07ed7c..f5cfbb28 100644 --- a/tldr/linux/ip-link +++ b/tldr/linux/ip-link @@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git - Show information about a specific network interface: -`ip {{[l|link]}} show {{ethN}}` +`ip {{[l|link]}} {{[sh|show]}} {{ethN}}` - Bring a network interface up or down: -`ip {{[l|link]}} set {{ethN}} {{up|down}}` +`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} {{up|down}}` - Give a meaningful name to a network interface: -`ip {{[l|link]}} set {{ethN}} alias "{{LAN Interface}}"` +`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} {{[al|alias]}} "{{LAN Interface}}"` - Change the MAC address of a network interface: -`ip {{[l|link]}} set {{ethN}} address {{ff:ff:ff:ff:ff:ff}}` +`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} {{[a|address]}} {{ff:ff:ff:ff:ff:ff}}` - Change the MTU size for a network interface to use jumbo frames: -`ip {{[l|link]}} set {{ethN}} mtu {{9000}}` +`sudo ip {{[l|link]}} {{[s|set]}} {{ethN}} mtu {{9000}}` diff --git a/tldr/linux/ip-maddress b/tldr/linux/ip-maddress index 4f525fdf..4302f612 100644 --- a/tldr/linux/ip-maddress +++ b/tldr/linux/ip-maddress @@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git - List device specific addresses: -`ip {{[m|maddress]}} show dev {{eth0}}` +`ip {{[m|maddress]}} {{[s|show]}} dev {{eth0}}` - Join a multicast group statically: -`sudo ip {{[m|maddress]}} add {{33:33:00:00:00:02}} dev {{eth0}}` +`sudo ip {{[m|maddress]}} {{[a|add]}} {{33:33:00:00:00:02}} dev {{eth0}}` - Leave a static multicast group: -`sudo ip {{[m|maddress]}} delete {{33:33:00:00:00:02}} dev {{eth0}}` +`sudo ip {{[m|maddress]}} {{[d|delete]}} {{33:33:00:00:00:02}} dev {{eth0}}` diff --git a/tldr/linux/ip-neighbour b/tldr/linux/ip-neighbour index 5f7d2877..f1c1d6ef 100644 --- a/tldr/linux/ip-neighbour +++ b/tldr/linux/ip-neighbour @@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git - Remove entries in the neighbour table on device `eth0`: -`sudo ip {{[n|neighbour]}} flush dev {{eth0}}` +`sudo ip {{[n|neighbour]}} {{[f|flush]}} dev {{eth0}}` - Perform a neighbour lookup and return a neighbour entry: -`ip {{[n|neighbour]}} get {{lookup_ip}} dev {{eth0}}` +`ip {{[n|neighbour]}} {{[g|get]}} {{lookup_ip}} dev {{eth0}}` - Add or delete an ARP entry for the neighbour IP address to `eth0`: diff --git a/tldr/linux/ip-route b/tldr/linux/ip-route index 7421933a..72eb8ff2 100644 --- a/tldr/linux/ip-route +++ b/tldr/linux/ip-route @@ -10,23 +10,23 @@ source: https://github.com/tldr-pages/tldr.git - Display the routing table: -`ip {{[r|route]}} {{show|list}}` +`ip {{[r|route]}}` - Add a default route using gateway forwarding: -`sudo ip {{[r|route]}} add default via {{gateway_ip}}` +`sudo ip {{[r|route]}} {{[a|add]}} default via {{gateway_ip}}` - Add a default route using `eth0`: -`sudo ip {{[r|route]}} add default dev {{eth0}}` +`sudo ip {{[r|route]}} {{[a|add]}} default dev {{eth0}}` - Add a static route: -`sudo ip {{[r|route]}} add {{destination_ip}} via {{gateway_ip}} dev {{eth0}}` +`sudo ip {{[r|route]}} {{[a|add]}} {{destination_ip}} via {{gateway_ip}} dev {{eth0}}` - Delete a static route: -`sudo ip {{[r|route]}} del {{destination_ip}} dev {{eth0}}` +`sudo ip {{[r|route]}} {{[d|delete]}} {{destination_ip}} dev {{eth0}}` - Change or replace a static route: @@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git - Show which route will be used by the kernel to reach an IP address: -`ip {{[r|route]}} get {{destination_ip}}` +`ip {{[r|route]}} {{[g|get]}} {{destination_ip}}` diff --git a/tldr/linux/ip-route-get b/tldr/linux/ip-route-get index 6e61f01d..580b366e 100644 --- a/tldr/linux/ip-route-get +++ b/tldr/linux/ip-route-get @@ -10,24 +10,24 @@ source: https://github.com/tldr-pages/tldr.git - Print route to a destination: -`ip {{[r|route]}} get {{1.1.1.1}}` +`ip {{[r|route]}} {{[g|get]}} {{1.1.1.1}}` - Print route to a destination from a specific source address: -`ip {{[r|route]}} get {{destination}} from {{source}}` +`ip {{[r|route]}} {{[g|get]}} {{destination}} from {{source}}` - Print route to a destination for packets arriving on a specific interface: -`ip {{[r|route]}} get {{destination}} iif {{eth0}}` +`ip {{[r|route]}} {{[g|get]}} {{destination}} iif {{eth0}}` - Print route to a destination, forcing output through a specific interface: -`ip {{[r|route]}} get {{destination}} oif {{eth1}}` +`ip {{[r|route]}} {{[g|get]}} {{destination}} oif {{eth1}}` - Print route to a destination with a specified Type of Service (ToS): -`ip {{[r|route]}} get {{destination}} tos {{0x10}}` +`ip {{[r|route]}} {{[g|get]}} {{destination}} tos {{0x10}}` - Print route to a destination using a specific VRF (Virtual Routing and Forwarding) instance: -`ip {{[r|route]}} get {{destination}} vrf {{myvrf}}` +`ip {{[r|route]}} {{[g|get]}} {{destination}} vrf {{myvrf}}` diff --git a/tldr/linux/ip-route-show b/tldr/linux/ip-route-show index d677f4ea..277a9ad9 100644 --- a/tldr/linux/ip-route-show +++ b/tldr/linux/ip-route-show @@ -10,32 +10,32 @@ source: https://github.com/tldr-pages/tldr.git - Display the routing table: -`ip {{[r|route]}} show` +`ip {{[r|route]}} {{[s|show]}}` - Display the main routing table (same as first example): -`ip {{[r|route]}} show {{main|254}}` +`ip {{[r|route]}} {{[s|show]}} {{main|254}}` - Display the local routing table: -`ip {{[r|route]}} show table {{local|255}}` +`ip {{[r|route]}} {{[s|show]}} {{[t|table]}} {{local|255}}` - Display all routing tables: -`ip {{[r|route]}} show table {{all|unspec|0}}` +`ip {{[r|route]}} {{[s|show]}} {{[t|table]}} {{all|unspec|0}}` - List routes from a given device only: -`ip {{[r|route]}} show dev {{eth0}}` +`ip {{[r|route]}} {{[s|show]}} dev {{eth0}}` - List routes within a given scope: -`ip {{[r|route]}} show scope link` +`ip {{[r|route]}} {{[s|show]}} {{[s|scope]}} link` - Display the routing cache: -`ip {{[r|route]}} show cache` +`ip {{[r|route]}} {{[s|show]}} {{[c|cache]}}` - Display only IPv6 or IPv4 routes: -`ip {{-6|-4}} {{[r|route]}} show` +`ip {{-6|-4}} {{[r|route]}} {{[s|show]}}` diff --git a/tldr/linux/ip-rule b/tldr/linux/ip-rule index da3eb0a1..0db8719f 100644 --- a/tldr/linux/ip-rule +++ b/tldr/linux/ip-rule @@ -10,32 +10,32 @@ source: https://github.com/tldr-pages/tldr.git - Display the routing policy: -`ip {{[ru|rule]}} {{show|list}}` +`ip {{[ru|rule]}}` - Add a new rule based on packet source addresses: -`sudo ip {{[ru|rule]}} add from {{192.168.178.2/32}}` +`sudo ip {{[ru|rule]}} {{[a|add]}} from {{192.168.178.2/32}}` - Add a new rule based on packet destination addresses: -`sudo ip {{[ru|rule]}} add to {{192.168.178.2/32}}` +`sudo ip {{[ru|rule]}} {{[a|add]}} to {{192.168.178.2/32}}` - Delete a rule based on packet source addresses: -`sudo ip {{[ru|rule]}} delete from {{192.168.178.2/32}}` +`sudo ip {{[ru|rule]}} {{[d|delete]}} from {{192.168.178.2/32}}` - Delete a rule based on packet destination addresses: -`sudo ip {{[ru|rule]}} delete to {{192.168.178.2/32}}` +`sudo ip {{[ru|rule]}} {{[d|delete]}} to {{192.168.178.2/32}}` - Flush all deleted rules: -`ip {{[ru|rule]}} flush` +`sudo ip {{[ru|rule]}} {{[f|flush]}}` - Save all rules to a file: -`ip {{[ru|rule]}} save > {{path/to/ip_rules.dat}}` +`ip {{[ru|rule]}} {{[s|save]}} > {{path/to/ip_rules.dat}}` - Restore all rules from a file: -`ip {{[ru|rule]}} restore < {{path/to/ip_rules.dat}}` +`sudo ip {{[ru|rule]}} {{[r|restore]}} < {{path/to/ip_rules.dat}}` diff --git a/tldr/linux/kill b/tldr/linux/kill index 0075fdf6..e3f55ae5 100644 --- a/tldr/linux/kill +++ b/tldr/linux/kill @@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git `kill -{{1|HUP}} {{process_id}}` -- Terminate a program using the SIGINT (interrupt) signal. This is typically initiated by the user pressing `Ctrl + C`: +- Terminate a program using the SIGINT (interrupt) signal. This is typically initiated by the user pressing ``: `kill -{{2|INT}} {{process_id}}` diff --git a/tldr/linux/killall b/tldr/linux/killall index 93db22bd..a72279c9 100644 --- a/tldr/linux/killall +++ b/tldr/linux/killall @@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git `killall -i {{process_name}}` -- Terminate a process using the SIGINT (interrupt) signal, which is the same signal sent by pressing `Ctrl + C`: +- Terminate a process using the SIGINT (interrupt) signal, which is the same signal sent by pressing ``: `killall -INT {{process_name}}` diff --git a/tldr/linux/konsole b/tldr/linux/konsole index 1f0d3290..a2ed8cf2 100644 --- a/tldr/linux/konsole +++ b/tldr/linux/konsole @@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git `konsole --new-tab` -- Open the terminal in the background and bring to the front when `Ctrl+Shift+F12` is pressed: +- Open the terminal in the background and bring to the front when `` is pressed: `konsole --background-mode` diff --git a/tldr/linux/links b/tldr/linux/links index 585d0236..cb3e52d6 100644 --- a/tldr/linux/links +++ b/tldr/linux/links @@ -22,12 +22,12 @@ source: https://github.com/tldr-pages/tldr.git - Navigate forwards and backwards through the links on a page: -`{{Up arrow key|Down arrow key}}` +`{{ArrowUp|ArrowDown}}` - Go forwards and backwards one page: -`{{Left arrow key|Right arrow key}}` +`{{ArrowLeft|ArrowRight}}` - Exit: -`q + y` +`` diff --git a/tldr/linux/more b/tldr/linux/more index faa92dba..76911e60 100644 --- a/tldr/linux/more +++ b/tldr/linux/more @@ -21,14 +21,14 @@ source: https://github.com/tldr-pages/tldr.git `` -- Search for a string (press `n` to go to the next match): +- Search for a string (press `` to go to the next match): -`/{{something}}` +`{{something}}` - Exit: -`q` +`` - Display help about interactive commands: -`h` +`` diff --git a/tldr/linux/mpg123 b/tldr/linux/mpg123 index fcd1092a..b26896fc 100644 --- a/tldr/linux/mpg123 +++ b/tldr/linux/mpg123 @@ -18,20 +18,20 @@ source: https://github.com/tldr-pages/tldr.git - Jump forward to the next song: -`f` +`` - Jump back to the beginning for the song: -`b` +`` - Stop or replay the current file: -`s` +`` - Fast forward: -`.` +`<.>` - Quit: -`q` +`` diff --git a/tldr/linux/nmtui b/tldr/linux/nmtui index f2724509..270ebb2f 100644 --- a/tldr/linux/nmtui +++ b/tldr/linux/nmtui @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # nmtui > Text user interface for controlling NetworkManager. -> Use arrow keys to navigate, enter to select an option. +> Use `` to navigate, `` to select an option. > More information: . - Open the user interface: diff --git a/tldr/linux/nsnake b/tldr/linux/nsnake index f5450327..ffdf79c1 100644 --- a/tldr/linux/nsnake +++ b/tldr/linux/nsnake @@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git - Navigate the snake: -`{{Up|Down|Left|Right arrow key}}` +`{{ArrowUp|ArrowDown|ArrowLeft|ArrowRight}}` - Pause/unpause the game: -`p` +`

` - Quit the game: -`q` +`` - Display help during the game: -`h` +`` diff --git a/tldr/linux/nsxiv b/tldr/linux/nsxiv index 3b8c6318..223f8ecc 100644 --- a/tldr/linux/nsxiv +++ b/tldr/linux/nsxiv @@ -22,16 +22,16 @@ source: https://github.com/tldr-pages/tldr.git - Quit nsxiv: -`q` +`` - Switch to thumbnail mode or open selected image in image mode: -`` +`` - Count images forward in image mode: -`n` +`` - Count images backward in image mode: -`p` +`

` diff --git a/tldr/linux/quickemu b/tldr/linux/quickemu index b18074d8..feaf49f0 100644 --- a/tldr/linux/quickemu +++ b/tldr/linux/quickemu @@ -17,7 +17,7 @@ source: https://github.com/tldr-pages/tldr.git `quickemu --status-quo --vm {{path/to/file.conf}}` -- Start the virtual machine in full-screen mode ( + + f to exit) and select the display backend (`sdl` by default): +- Start the virtual machine in full-screen mode (`` to exit) and select the display backend (`sdl` by default): `quickemu --fullscreen --display {{sdl|gtk|spice|spice-app|none}} --vm {{path/to/file.conf}}` diff --git a/tldr/linux/rdesktop b/tldr/linux/rdesktop index fe3c2523..04063b94 100644 --- a/tldr/linux/rdesktop +++ b/tldr/linux/rdesktop @@ -17,7 +17,7 @@ source: https://github.com/tldr-pages/tldr.git `rdesktop -u Administrator -p passwd123 192.168.1.111:3389` -- Connect to a remote computer with full screen (press `Ctrl + Alt + Enter` to exist): +- Connect to a remote computer with full screen (press `` to exist): `rdesktop -u {{username}} -p {{password}} -f {{host:port}}` diff --git a/tldr/linux/rtcwake b/tldr/linux/rtcwake index 421e00cf..26dfef63 100644 --- a/tldr/linux/rtcwake +++ b/tldr/linux/rtcwake @@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git `sudo rtcwake -m disable` -- Perform a dry run to wakeup the computer at a given time. (Press Ctrl + C to abort): +- Perform a dry run to wakeup the computer at a given time. (Press `` to abort): `sudo rtcwake -m on --date {{hh:ss}}` diff --git a/tldr/linux/rtorrent b/tldr/linux/rtorrent index c72b9f10..9c6949dc 100644 --- a/tldr/linux/rtorrent +++ b/tldr/linux/rtorrent @@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git - Start the download: -`S` +`` - View details about downloading torrent: -`->` +`` - Close rtorrent safely: -`Q` +`` diff --git a/tldr/linux/sar b/tldr/linux/sar index 33b4add4..8c183686 100644 --- a/tldr/linux/sar +++ b/tldr/linux/sar @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Monitor performance of various Linux subsystems. > More information: . -- Report I/O and transfer rate issued to physical devices, one per second (press CTRL+C to quit): +- Report I/O and transfer rate issued to physical devices, one per second (press `` to quit): `sar -b {{1}}` diff --git a/tldr/linux/scrot b/tldr/linux/scrot index ba959c5f..7e27d458 100644 --- a/tldr/linux/scrot +++ b/tldr/linux/scrot @@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git `scrot --select` -- Capture a screenshot interactively without exiting on keyboard input, press `ESC` to exit: +- Capture a screenshot interactively without exiting on keyboard input, press `` to exit: `scrot --select --ignorekeyboard` diff --git a/tldr/linux/showkey b/tldr/linux/showkey index 16c51108..e8de5886 100644 --- a/tldr/linux/showkey +++ b/tldr/linux/showkey @@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git - Exit the program: -`Ctrl + d` +`` diff --git a/tldr/linux/snake4 b/tldr/linux/snake4 index 5cf972a7..d153f172 100644 --- a/tldr/linux/snake4 +++ b/tldr/linux/snake4 @@ -14,19 +14,19 @@ source: https://github.com/tldr-pages/tldr.git - Choose level: -`{{1|2|3|4|5}}` +`{{<1>|<2>|<3>|<4>|<5>}}` - Navigate the snake: -`{{Up|Down|Left|Right arrow key}}` +`{{|||}}` - Pause game: -`` +`` - Quit game: -`q` +`` - Show the high scores: diff --git a/tldr/linux/speedread b/tldr/linux/speedread index ee74d7ac..ef84b703 100644 --- a/tldr/linux/speedread +++ b/tldr/linux/speedread @@ -23,12 +23,12 @@ source: https://github.com/tldr-pages/tldr.git - Slow down by 10% during the reading session: -`[` +`<[>` - Speed up by 10% during the reading session: -`]` +`<]>` - Pause, and show the last few lines as context: -`` +`` diff --git a/tldr/linux/st b/tldr/linux/st index 2b91edb3..a4e9aa0a 100644 --- a/tldr/linux/st +++ b/tldr/linux/st @@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git - Increase/decrease the font size: -` + + {{Page Up|Page Down}}` +`` - Copy/paste from the clipboard: -` + + {{C|V}}` +`` diff --git a/tldr/linux/talk b/tldr/linux/talk index 6717a7ed..12f2d830 100644 --- a/tldr/linux/talk +++ b/tldr/linux/talk @@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git - Clear text on both terminal screens: -`+D` +`` - Exit the talk session: -`+C` +`` diff --git a/tldr/linux/terminator b/tldr/linux/terminator index 111f8af4..dc36f616 100644 --- a/tldr/linux/terminator +++ b/tldr/linux/terminator @@ -18,12 +18,12 @@ source: https://github.com/tldr-pages/tldr.git - Split terminals horizontally: -` + + O` +`` - Split terminals vertically: -` + + E` +`` - Open new tab: -` + + T` +`` diff --git a/tldr/linux/top b/tldr/linux/top index a0771df4..24bdbb9b 100644 --- a/tldr/linux/top +++ b/tldr/linux/top @@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help about interactive commands: -`?` +`` diff --git a/tldr/linux/warpd b/tldr/linux/warpd index 47500b69..2d97eb6e 100644 --- a/tldr/linux/warpd +++ b/tldr/linux/warpd @@ -18,20 +18,20 @@ source: https://github.com/tldr-pages/tldr.git - Move cursor left: -`h` +`` - Move cursor down: -`j` +`` - Move cursor up: -`k` +`` - Move cursor right: -`l` +`` - Emulate left click: -`m` +`` diff --git a/tldr/linux/wf-recorder b/tldr/linux/wf-recorder index 32c776fd..80b8480e 100644 --- a/tldr/linux/wf-recorder +++ b/tldr/linux/wf-recorder @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # wf-recorder > Screencast for Wayland optionally with audio. -> By default you need to end the process with Ctrl-C. +> By default you need to end the process with ``. > More information: . - Record storing to an MP4 file: diff --git a/tldr/linux/xclip b/tldr/linux/xclip index 97949528..9b87e49d 100644 --- a/tldr/linux/xclip +++ b/tldr/linux/xclip @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # xclip > X11 clipboard manipulation tool, similar to `xsel`. -> Handles the X primary and secondary selections, plus the system clipboard (`Ctrl + C`/`Ctrl + V`). +> Handles the X primary and secondary selections, plus the system clipboard (``/``). > See also: `wl-copy`. > More information: . diff --git a/tldr/linux/xdotool b/tldr/linux/xdotool index 787f8db4..e8ab8aa3 100644 --- a/tldr/linux/xdotool +++ b/tldr/linux/xdotool @@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git `xdotool search --onlyvisible --name {{firefox}}` -- Click the right mouse button: +- Perform a mouse ``: `xdotool click {{3}}` @@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git `xdotool type --delay {{500}} "Hello world"` -- Press the enter key: +- Press the `` key: `xdotool key {{KP_Enter}}` diff --git a/tldr/linux/xmodmap b/tldr/linux/xmodmap index f371de7d..a27fbf13 100644 --- a/tldr/linux/xmodmap +++ b/tldr/linux/xmodmap @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Utility for modifying keymaps and pointer button mappings in X. > More information: . -- Swap left-click and right-click on the pointer: +- Swap `` and `` on the pointer: `xmodmap -e 'pointer = 3 2 1'` diff --git a/tldr/linux/xsel b/tldr/linux/xsel index 9c98ff0f..cbb4b4e0 100644 --- a/tldr/linux/xsel +++ b/tldr/linux/xsel @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > X11 selection and clipboard manipulation tool. > More information: . -- Use a command's output as input of the clip[b]oard (equivalent to `Ctrl + C`): +- Use a command's output as input of the clip[b]oard (equivalent to ``): `echo 123 | xsel -ib` @@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git `cat {{path/to/file}} | xsel -ib` -- Output the clipboard's contents into the terminal (equivalent to `Ctrl + V`): +- Output the clipboard's contents into the terminal (equivalent to ``): `xsel -ob` @@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git `xsel -cb` -- Output the X11 primary selection's contents into the terminal (equivalent to a mouse middle-click): +- Output the X11 primary selection's contents into the terminal (equivalent to a mouse ``): `xsel -op` diff --git a/tldr/linux/ydotool b/tldr/linux/ydotool index ea0ad240..8bf4db49 100644 --- a/tldr/linux/ydotool +++ b/tldr/linux/ydotool @@ -12,14 +12,14 @@ source: https://github.com/tldr-pages/tldr.git `ydotoold` -- Perform a left click input: +- Perform a `` input: `ydotool click 0xC0` -- Perform a right click input: +- Perform a `` input: `ydotool click 0xC1` -- Input Alt+F4: +- Input ``: `ydotool key 56:1 62:1 62:0 56:0` diff --git a/tldr/linux/yetris b/tldr/linux/yetris index f67df862..d2ae0081 100644 --- a/tldr/linux/yetris +++ b/tldr/linux/yetris @@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git - Navigate the piece horizontally: -`{{Left|Right arrow key}}` +`{{|}}` - Rotate the piece clockwise or counterclockwise: -`{{x|z}}` +`{{|}}` - Hold a piece (only one allowed at a time): -`c` +`` - Soft drop the piece: -`` +`` - Hard drop the piece: -`` +`` - Pause/unpause the game: -`p` +`

` - Quit the game: -`q` +`` diff --git a/tldr/linux/zathura b/tldr/linux/zathura index 719a3a68..753d87a9 100644 --- a/tldr/linux/zathura +++ b/tldr/linux/zathura @@ -15,24 +15,24 @@ source: https://github.com/tldr-pages/tldr.git - Navigate left/up/down/right: -`{{H|J|K|L|arrow keys}}` +`{{||||}}` - Rotate: -`r` +`` - Invert Colors: -` + R` +`` - Search for text by a given string: -`/{{string}}` +`{{string}}` - Create/delete bookmarks: -`:{{bmark|bdelete}} {{bookmark_name}}` +`<:>{{bmark|bdelete}} {{bookmark_name}}` - List bookmarks: -`:blist` +`<:>blist` diff --git a/tldr/linux/zile b/tldr/linux/zile index c61bc013..640cf26f 100644 --- a/tldr/linux/zile +++ b/tldr/linux/zile @@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git - Save a file: -` + X, + S` +`` - Quit: -` + X, + C` +`` - Open a file at a specified line number: @@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git - Undo changes: -` + X, U` +`` diff --git a/tldr/lynx b/tldr/lynx index fd7b7bd0..7a880446 100644 --- a/tldr/lynx +++ b/tldr/lynx @@ -30,12 +30,12 @@ source: https://github.com/tldr-pages/tldr.git - Navigate forwards and backwards through the links on a page: -`{{Up arrow key|Down arrow key}}` +`{{|}}` - Go back to the previously displayed page: -`{{Left arrow key|u}}` +`{{|}}` - Exit: -`q + y` +`` diff --git a/tldr/mail b/tldr/mail index 18bfabe0..3c3b3ae5 100644 --- a/tldr/mail +++ b/tldr/mail @@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git `mail` -- Send a typed email message with optional CC. The command-line below continues after pressing ``. Input message text (can be multiline). Press `-D` to complete the message text: +- Send a typed email message with optional CC. The command-line below continues after pressing ``. Input message text (can be multiline). Press `` to complete the message text: `mail --subject "{{subject line}}" {{to_user@example.com}} --cc "{{cc_email_address}}"` diff --git a/tldr/mailx b/tldr/mailx index 5b754828..4ce41b7a 100644 --- a/tldr/mailx +++ b/tldr/mailx @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Send and receive mail. > More information: . -- Send mail (the content should be typed after the command, and ended with `Ctrl+D`): +- Send mail (the content should be typed after the command, and ended with ``): `mailx -s "{{subject}}" {{to_addr}}` diff --git a/tldr/mc b/tldr/mc index 1731d78b..b0c3af4c 100644 --- a/tldr/mc +++ b/tldr/mc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mc > Midnight Commander, a TUI file manager. -> Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal. +> Navigate the directory structure using the ``, the mouse or by typing the commands into the terminal. > See also: `ranger`, `clifm`, `vifm`, `nautilus`. > More information: . diff --git a/tldr/mcfly b/tldr/mcfly index a0b5e31f..85099f9a 100644 --- a/tldr/mcfly +++ b/tldr/mcfly @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # mcfly > A smart command history search and management tool. -> Replaces your default shell history search (ctrl-r) with an intelligent search engine providing context and relevance to the commands. +> Replaces your default shell history search (``) with an intelligent search engine providing context and relevance to the commands. > More information: . - Print the mcfly integration code for the specified shell: diff --git a/tldr/micro b/tldr/micro index e36eeb25..581e0ac6 100644 --- a/tldr/micro +++ b/tldr/micro @@ -15,24 +15,24 @@ source: https://github.com/tldr-pages/tldr.git - Save a file: -` + S` +`` - Cut the entire line: -` + K` +`` -- Search for a pattern in the file (press `Ctrl + N`/`Ctrl + P` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -` + F "{{pattern}}" ` +`{{pattern}}` - Execute a command: -` + E {{command}} ` +`{{command}}` - Perform a substitution in the whole file: -` + E replaceall "{{pattern}}" "{{replacement}}" ` +`replaceall "{{pattern}}" "{{replacement}}"` - Quit: -` + Q` +`` diff --git a/tldr/moe b/tldr/moe index 3ba4451e..a665ce41 100644 --- a/tldr/moe +++ b/tldr/moe @@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git - Save and Quit: -` + X` +`` diff --git a/tldr/more b/tldr/more index 1b5a46ea..29e1981e 100644 --- a/tldr/more +++ b/tldr/more @@ -21,14 +21,14 @@ source: https://github.com/tldr-pages/tldr.git `` -- Search for a string (press `n` to go to the next match): +- Search for a string (press `` to go to the next match): -`/{{something}}` +`{{something}}` - Exit: -`q` +`` - Display help about interactive commands: -`h` +`` diff --git a/tldr/most b/tldr/most index 52e3315c..def1a7b5 100644 --- a/tldr/most +++ b/tldr/most @@ -22,20 +22,20 @@ source: https://github.com/tldr-pages/tldr.git - Move through opened files: -`:O n` +`<:>{{|}}` - Jump to the 100th line: -`{{100}}j` +`{{100}}` - Edit current file: -`e` +`` - Split the current window in half: -` o` +`` - Exit: -`Q` +`` diff --git a/tldr/mplayer b/tldr/mplayer index ba57a35a..6cc0261b 100644 --- a/tldr/mplayer +++ b/tldr/mplayer @@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git - Seek backward or forward 10 seconds: -`{{Left|Right}}` +`{{|}}` diff --git a/tldr/mpv b/tldr/mpv index ce2df190..69e9028c 100644 --- a/tldr/mpv +++ b/tldr/mpv @@ -15,19 +15,19 @@ source: https://github.com/tldr-pages/tldr.git - Jump backward/forward 5 seconds: -`LEFT RIGHT` +`{{|}}` - Jump backward/forward 1 minute: -`DOWN UP` +`{{|}}` - Decrease or increase playback speed by 10%: -`[ ]` +`{{<[>|<]>}}` - Take a screenshot of the current frame (saved to `./mpv-shotNNNN.jpg` by default): -`s` +`` - Play a file at a specified speed (1 by default): diff --git a/tldr/mssqlclient.py b/tldr/mssqlclient.py new file mode 100644 index 00000000..9e433012 --- /dev/null +++ b/tldr/mssqlclient.py @@ -0,0 +1,42 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# mssqlclient.py + +> Connect to Microsoft SQL Server instances and execute queries. +> Part of the Impacket suite. +> More information: . + +- Connect to an MSSQL server using Windows authentication: + +`mssqlclient.py -windows-auth {{domain}}/{{username}}:{{password}}@{{target}}` + +- Connect using SQL server authentication: + +`mssqlclient.py {{username}}:{{password}}@{{target}}` + +- Connect using pass-the-hash authentication: + +`mssqlclient.py {{domain}}/{{username}}@{{target}} -hashes {{LM_Hash}}:{{NT_Hash}}` + +- Connect using Kerberos authentication (requires valid tickets): + +`mssqlclient.py -k {{domain}}/{{username}}@{{target}}` + +- Execute a specific SQL command upon connection: + +`mssqlclient.py {{username}}:{{password}}@{{target}} -query "{{SELECT user_name();}}"` + +- Execute multiple SQL commands from a file: + +`mssqlclient.py {{username}}:{{password}}@{{target}} -file {{path/to/sql_file.sql}}` + +- Connect to a specific database instance (default is `None`): + +`mssqlclient.py {{username}}:{{password}}@{{target}} -db {{database_name}}` + +- Display SQL queries before execution: + +`mssqlclient.py {{username}}:{{password}}@{{target}} -show` diff --git a/tldr/newsboat b/tldr/newsboat index 807a20b0..f81ae551 100644 --- a/tldr/newsboat +++ b/tldr/newsboat @@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git - See keyboard shortcuts (the most relevant are visible in the status line): -`?` +`` diff --git a/tldr/nload b/tldr/nload index a8840530..b0aa928b 100644 --- a/tldr/nload +++ b/tldr/nload @@ -8,10 +8,10 @@ source: https://github.com/tldr-pages/tldr.git > Visualize network usage in the terminal. > More information: . -- View all network traffic (use the arrow keys to switch interfaces): +- View all network traffic (use the `` to switch interfaces): `nload` -- View network traffic on specific interfaces (use the arrow keys to switch interfaces): +- View network traffic on specific interfaces (use the `` to switch interfaces): `nload devices {{interface_one}} {{interface_two}}` diff --git a/tldr/nnn b/tldr/nnn index c3dc32e1..8703eb08 100644 --- a/tldr/nnn +++ b/tldr/nnn @@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git `nnn -T {{a|d|e|r|s|t|v}}` -- Open a file you have selected. Select the file then press `o`, and type a program to open the file in: +- Open a file you have selected. Select the file then press ``, and type a program to open the file in: `nnn -o` diff --git a/tldr/ntfy b/tldr/ntfy index 28a99977..98573021 100644 --- a/tldr/ntfy +++ b/tldr/ntfy @@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git `ntfy trigger {{my_webhook}}` -- Subscribe to a topic (Ctrl-C to stop listening): +- Subscribe to a topic (`` to stop listening): `ntfy sub {{home_automation}}` diff --git a/tldr/nudoku b/tldr/nudoku index 0513d29a..1628a59b 100644 --- a/tldr/nudoku +++ b/tldr/nudoku @@ -18,24 +18,24 @@ source: https://github.com/tldr-pages/tldr.git - Navigate the board: -`{{h|j|k|l}} OR {{Left|Down|Up|Right arrow key}}` +`{{||||}}` - Delete a number: -`{{Backspace|x}}` +`{{|}}` - Get a hint: -`H` +`` - See the complete solution: -`S` +`` - Create a new puzzle: -`N` +`` - Quit the game: -`Q` +`` diff --git a/tldr/nvim b/tldr/nvim index 1e02329e..09bf470a 100644 --- a/tldr/nvim +++ b/tldr/nvim @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # nvim > Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation. -> Pressing `i` in normal mode enters insert mode. `` goes back to normal mode, which doesn't allow regular text insertion. +> Pressing `` in normal mode enters insert mode. `` or `` goes back to normal mode, which doesn't allow regular text insertion. > See also: `vim`, `vimtutor`, `vimdiff`. > More information: . @@ -16,28 +16,28 @@ source: https://github.com/tldr-pages/tldr.git - Enter text editing mode (insert mode): -`i` +`` -- Copy ("yank") or cut ("delete") the current line (paste it with `P`): +- Copy ("yank") or cut ("delete") the current line (paste it with `

`): -`{{yy|dd}}` +`{{|}}` - Enter normal mode and undo the last operation: -`u` +`` -- Search for a pattern in the file (press `n`/`N` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -`/{{search_pattern}}` +`{{search_pattern}}` - Perform a regular expression substitution in the whole file: -`:%s/{{regular_expression}}/{{replacement}}/g` +`<:>%s/{{regular_expression}}/{{replacement}}/g` - Enter normal mode and save (write) the file, and quit: -`{{ZZ|:x|:wq}}` +`{{|<:>x|<:>wq}}` - Quit without saving: -`:q!` +`<:>q!` diff --git a/tldr/orca-c b/tldr/orca-c index f15a97b2..10056fe5 100644 --- a/tldr/orca-c +++ b/tldr/orca-c @@ -31,12 +31,12 @@ source: https://github.com/tldr-pages/tldr.git - Show the main menu inside of ORCA: -`F1` +`` - Show all shortcuts inside of ORCA: -`?` +`` - Show all ORCA operators inside of ORCA: -` + g` +`` diff --git a/tldr/pass b/tldr/pass index 5eab112d..1d374982 100644 --- a/tldr/pass +++ b/tldr/pass @@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git `pass init {{gpg_id_1}} {{gpg_id_2}}` -- Save a new password and additional information (press Ctrl + D on a new line to complete): +- Save a new password and additional information (press `` on a new line to complete): `pass insert --multiline {{path/to/data}}` diff --git a/tldr/pio-device b/tldr/pio-device index 9d4ab288..fbe521c3 100644 --- a/tldr/pio-device +++ b/tldr/pio-device @@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git - Go to the menu of the interactive device monitor: -` + T` +`` diff --git a/tldr/ptpython b/tldr/ptpython index fb25ddaa..6151eed7 100644 --- a/tldr/ptpython +++ b/tldr/ptpython @@ -22,16 +22,16 @@ source: https://github.com/tldr-pages/tldr.git - Open the menu: -`F2` +`` - Open the history page: -`F3` +`` - Toggle paste mode: -`F6` +`` - Quit: -` + D` +`` diff --git a/tldr/rainbowstream b/tldr/rainbowstream index ab5546df..9ed0e8ca 100644 --- a/tldr/rainbowstream +++ b/tldr/rainbowstream @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # rainbowstream > Terminal-based Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management. -> Online help with `h`, up and down arrows for history, tab to auto-complete and 2-tab for suggestion. +> Online help with `h`, `` and `` for history, `` to auto-complete and 2-`` for suggestion. > More information: . - Open RainbowStream: diff --git a/tldr/rclone b/tldr/rclone index 757d7194..9b54f0e9 100644 --- a/tldr/rclone +++ b/tldr/rclone @@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git `rclone mount {{remote_name}}:{{path/to/directory}} {{path/to/mount_point}}` -- Unmount rclone remote if CTRL-C fails (experimental): +- Unmount rclone remote if `` fails (experimental): `fusermount -u {{path/to/mount_point}}` diff --git a/tldr/rtv b/tldr/rtv index 29689753..c5245e99 100644 --- a/tldr/rtv +++ b/tldr/rtv @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # rtv > Reddit Terminal Viewer. -> Use arrow keys to navigate. Right and Left to view and return from a submission, respectively. +> Use `` to navigate. `` and `` to view and return from a submission, respectively. > More information: . - Open the front page: @@ -23,12 +23,12 @@ source: https://github.com/tldr-pages/tldr.git - Open link: -`o` +`` - Log in: -`u` +`` - Display help: -`?` +`` diff --git a/tldr/sc-im b/tldr/sc-im index cd908247..48109e12 100644 --- a/tldr/sc-im +++ b/tldr/sc-im @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # SC-IM > A curses based, vim-like spreadsheet calculator. -> Use hjkl or arrow keys to navigate. +> Use `` or `` to navigate. > More information: . - Start SC-IM: @@ -15,20 +15,20 @@ source: https://github.com/tldr-pages/tldr.git - Enter a string into the current cell: -`{{<|>}}` +`{{<<>|<>>}}` - Enter a numeric constant into the current cell: -`=` +`<=>` - Edit string in the current cell: -`E` +`` - Edit number in the current cell: -`e` +`` - Center align the current cell: -`|` +`<|>` diff --git a/tldr/screen b/tldr/screen index 72ae0572..c1a50a17 100644 --- a/tldr/screen +++ b/tldr/screen @@ -31,11 +31,11 @@ source: https://github.com/tldr-pages/tldr.git - Detach from inside a screen: -` + A, D` +`` - Kill the current screen session: -` + A, K` +`` - Kill a detached screen: diff --git a/tldr/sk b/tldr/sk index 1b0eada4..6e108f61 100644 --- a/tldr/sk +++ b/tldr/sk @@ -21,6 +21,6 @@ source: https://github.com/tldr-pages/tldr.git `sk --query "{{query}}"` -- Select multiple files with `Shift + Tab` and write to a file: +- Select multiple files with `` and write to a file: `find {{path/to/directory}} -type f | sk --multi > {{path/to/file}}` diff --git a/tldr/sl b/tldr/sl index 6cf1def6..c9987fbb 100644 --- a/tldr/sl +++ b/tldr/sl @@ -24,6 +24,6 @@ source: https://github.com/tldr-pages/tldr.git `sl -l` -- Let the user exit (CTRL + C): +- Let the user exit (``): `sl -e` diff --git a/tldr/speedcrunch b/tldr/speedcrunch index 932c127e..3e127f58 100644 --- a/tldr/speedcrunch +++ b/tldr/speedcrunch @@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git - Copy the result of the most recent calculation: -` + R` +`` - Open the formula book: -` + 1` +`` - Clear the calculator of recent calculations: -` + N` +`` - Wrap highlighted in parentheses (defaults to wrapping all if nothing selected): -` + P` +`` - Load a speedcrunch session: -` + L` +`` - Save a speedcrunch session: -` + S` +`` - Toggle keypad: -` + K` +`` diff --git a/tldr/ssh b/tldr/ssh index 4151adf0..3ded1963 100644 --- a/tldr/ssh +++ b/tldr/ssh @@ -39,4 +39,4 @@ source: https://github.com/tldr-pages/tldr.git - Close a hanged session: -` ~ .` +`<~><.>` diff --git a/tldr/tail b/tldr/tail index 60c39842..c22990ed 100644 --- a/tldr/tail +++ b/tldr/tail @@ -21,11 +21,11 @@ source: https://github.com/tldr-pages/tldr.git `tail --bytes {{count}} {{path/to/file}}` -- Print the last lines of a given file and keep reading it until `Ctrl + C`: +- Print the last lines of a given file and keep reading it until ``: `tail --follow {{path/to/file}}` -- Keep reading file until `Ctrl + C`, even if the file is inaccessible: +- Keep reading file until ``, even if the file is inaccessible: `tail --retry --follow {{path/to/file}}` diff --git a/tldr/telnet b/tldr/telnet index ff6262f3..4d98004a 100644 --- a/tldr/telnet +++ b/tldr/telnet @@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git - Emit the default escape character combination for terminating the session: -` + ]` +`` - Start `telnet` with "x" as the session termination character: diff --git a/tldr/tig b/tldr/tig index cb73125f..24653e9f 100644 --- a/tldr/tig +++ b/tldr/tig @@ -35,4 +35,4 @@ source: https://github.com/tldr-pages/tldr.git - Display help in TUI: -`h` +`` diff --git a/tldr/tmux b/tldr/tmux index 724ba1aa..d47d227d 100644 --- a/tldr/tmux +++ b/tldr/tmux @@ -28,15 +28,15 @@ source: https://github.com/tldr-pages/tldr.git - Detach from the current session (inside a tmux session): -`-B d` +`` - Create a new window (inside a tmux session): -`-B c` +`` - Switch between sessions and windows (inside a tmux session): -`-B w` +`` - Kill a session by name: diff --git a/tldr/tuir b/tldr/tuir index f1154469..ecc6cb62 100644 --- a/tldr/tuir +++ b/tldr/tuir @@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git - Open a subreddit: -`/{{subreddit_name}}` +`{{subreddit_name}}` - Open a link: -`o` +`` - Open a specific subreddit on launch: diff --git a/tldr/ugrep b/tldr/ugrep index 8a883d84..8af70438 100644 --- a/tldr/ugrep +++ b/tldr/ugrep @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Ultra fast search tool with query TUI. > More information: . -- Start a query TUI to search files in the current directory recursively (CTRL-Z for help): +- Start a query TUI to search files in the current directory recursively (`` for help): `ugrep --query` diff --git a/tldr/vim b/tldr/vim index 3863d870..c1786db7 100644 --- a/tldr/vim +++ b/tldr/vim @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # vim > Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. -> Pressing `i` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands. +> Pressing `` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands. > See also: `vimdiff`, `vimtutor`, `nvim`. > More information: . @@ -20,24 +20,24 @@ source: https://github.com/tldr-pages/tldr.git - View Vim's help manual: -`:help` +`<:>help` - Save and quit the current buffer: -`{{ZZ|:x|:wq}}` +`{{|<:>x|<:>wq}}` - Enter normal mode and undo the last operation: -`u` +`` -- Search for a pattern in the file (press `n`/`N` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -`/{{search_pattern}}` +`{{search_pattern}}` - Perform a regular expression substitution in the whole file: -`:%s/{{regular_expression}}/{{replacement}}/g` +`<:>%s/{{regular_expression}}/{{replacement}}/g` - Display the line numbers: -`:set nu` +`<:>set nu` diff --git a/tldr/vimdiff b/tldr/vimdiff index 2e0e6118..0dee75fb 100644 --- a/tldr/vimdiff +++ b/tldr/vimdiff @@ -15,28 +15,28 @@ source: https://github.com/tldr-pages/tldr.git - Move the cursor to the window on the left|right: -` + w {{h|l}}` +`{{|}}` - Jump to the previous difference: -`[c` +`<[>` - Jump to the next difference: -`]c` +`<]>` - Copy the highlighted difference from the other window to the current window: -`do` +`` - Copy the highlighted difference from the current window to the other window: -`dp` +`

` - Update all highlights and folds: -`:diffupdate` +`<:>diffupdate` - Toggle the highlighted code fold: -`za` +`` diff --git a/tldr/vimtutor b/tldr/vimtutor index fd801205..da725b0d 100644 --- a/tldr/vimtutor +++ b/tldr/vimtutor @@ -15,4 +15,4 @@ source: https://github.com/tldr-pages/tldr.git - Exit the tutor: -` :q ` +`<:>q` diff --git a/tldr/w3m b/tldr/w3m index 061cbaf9..e82faf7e 100644 --- a/tldr/w3m +++ b/tldr/w3m @@ -23,12 +23,12 @@ source: https://github.com/tldr-pages/tldr.git - Open a new browser tab: -` + T` +`` - Display your browser history: -` + H` +`` - Quit w3m: -`q + y` +`` diff --git a/tldr/windows/get-content b/tldr/windows/get-content index 7cedc7fb..bb378d89 100644 --- a/tldr/windows/get-content +++ b/tldr/windows/get-content @@ -17,6 +17,6 @@ source: https://github.com/tldr-pages/tldr.git `Get-Content -Path {{path o ile}} -TotalCount {{10}}` -- Display the content of the file and keep reading from it until `Ctrl + C` is pressed: +- Display the content of the file and keep reading from it until `` is pressed: `Get-Content -Path {{path o ile}} -Wait` diff --git a/tldr/wordgrinder b/tldr/wordgrinder index d466df0d..40850bad 100644 --- a/tldr/wordgrinder +++ b/tldr/wordgrinder @@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git - Show the menu: -` + M` +`` diff --git a/tldr/write b/tldr/write index 045347c7..3e68a43f 100644 --- a/tldr/write +++ b/tldr/write @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # write -> Write a message on the terminal of a specified logged in user (ctrl-C to stop writing messages). +> Write a message on the terminal of a specified logged in user (`` to stop writing messages). > Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`. > More information: . diff --git a/tldr/wuzz b/tldr/wuzz index 837a6b87..25547453 100644 --- a/tldr/wuzz +++ b/tldr/wuzz @@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git - Send an HTTP request: -` + R` +`` - Switch to the next view: -` + J, ` +`` - Switch to the previous view: -` + K, + ` +`` - Display help: -`F1` +`` diff --git a/tldr/zellij b/tldr/zellij index f19899cf..531e46fc 100644 --- a/tldr/zellij +++ b/tldr/zellij @@ -23,8 +23,8 @@ source: https://github.com/tldr-pages/tldr.git - Open a new pane (inside a zellij session): -` + N` +`` - Detach from the current session (inside a zellij session): -` + O, D` +`` diff --git a/tldr/zmore b/tldr/zmore index e6b5a187..618b9756 100644 --- a/tldr/zmore +++ b/tldr/zmore @@ -16,14 +16,14 @@ source: https://github.com/tldr-pages/tldr.git `` -- Search for a pattern in the file (press `n` to go to next match): +- Search for a pattern in the file (press `` to go to next match): -`/{{regular_expression}}` +`{{regular_expression}}` - Exit: -`q` +`` - Display interactive command help: -`h` +``