mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 14:46:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`crystal build {{path/to/file.cr}}`
|
||||
|
||||
- Read Crystal source code from the command line or `stdin`, and execute it:
|
||||
- Read Crystal source code from the command-line or `stdin`, and execute it:
|
||||
|
||||
`crystal eval '{{code}}'`
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`frpc verify {{-c|--config}} {{path/to/file}}`
|
||||
|
||||
- Print autocompletion setup script for Bash, Fish, PowerShell, or Zsh:
|
||||
- Print autocompletion setup script for Bash, fish, PowerShell, or Zsh:
|
||||
|
||||
`frpc completion {{bash|fish|powershell|zsh}}`
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`frps verify {{-c|--config}} {{path/to/file}}`
|
||||
|
||||
- Print autocompletion setup script for Bash, Fish, PowerShell, or Zsh:
|
||||
- Print autocompletion setup script for Bash, fish, PowerShell, or Zsh:
|
||||
|
||||
`frps completion {{bash|fish|powershell|zsh}}`
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# immich-cli
|
||||
|
||||
> Immich has a command line interface (CLI) that allows you to perform certain actions from the command line.
|
||||
> Immich has a command-line interface (CLI) that allows you to perform certain actions from the command-line.
|
||||
> See also: `immich-go`.
|
||||
> More information: <https://immich.app/docs/features/command-line-interface/>.
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`{{echo 'Files.list(Paths.get("/etc")).forEach(System.out::println);'}} | jbang -`
|
||||
|
||||
- Run command line application:
|
||||
- Run command-line application:
|
||||
|
||||
`jbang {{path/to/file.java}} {{command}} {{arg1 arg2 ...}}`
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Benchmark the write performance of a disk:
|
||||
|
||||
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
|
||||
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
|
||||
|
||||
|
||||
@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`grub-editenv /boot/grub/grubenv unset saved_entry`
|
||||
|
||||
- Append "quiet splash" to the kernel command line:
|
||||
- Append "quiet splash" to the kernel command-line:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv list kernel_cmdline`
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# navi
|
||||
|
||||
> An interactive cheatsheet tool for the command line and application launchers.
|
||||
> An interactive cheatsheet tool for the command-line and application launchers.
|
||||
> More information: <https://github.com/denisidoro/navi>.
|
||||
|
||||
- Browse through all available cheatsheets:
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mods
|
||||
|
||||
> AI for the command line, built for pipelines.
|
||||
> AI for the command-line, built for pipelines.
|
||||
> More information: <https://github.com/charmbracelet/mods>.
|
||||
|
||||
- Ask a generic question:
|
||||
|
||||
2
tldr/set
2
tldr/set
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`set -b`
|
||||
|
||||
- Write and edit text in the command line with `vi`-like keybindings (e.g. `yy`):
|
||||
- Write and edit text in the command-line with `vi`-like keybindings (e.g. `yy`):
|
||||
|
||||
`set -o {{vi}}`
|
||||
|
||||
|
||||
2
tldr/sf
2
tldr/sf
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sf
|
||||
|
||||
> A powerful command line interface that simplifies development and build automation when working with your Salesforce org.
|
||||
> A powerful command-line interface that simplifies development and build automation when working with your Salesforce org.
|
||||
> More information: <https://developer.salesforce.com/tools/salesforcecli>.
|
||||
|
||||
- Authorize a Salesforce Organization:
|
||||
|
||||
@@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`VBoxManage registervm {{path/to/filename.vbox}} --password {{path/to/password_file}}`
|
||||
|
||||
- Prompt for the encryption password on the command line:
|
||||
- Prompt for the encryption password on the command-line:
|
||||
|
||||
`VBoxManage registervm {{path/to/filename.vbox}} --password -`
|
||||
|
||||
@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`wfuzz -c --hc {{401}} -s {{delay_between_requests_in_seconds}} -z file,{{path/to/usernames}} -z file,{{path/to/passwords}} --basic 'FUZZ:FUZ2Z' {{https://example.com}}`
|
||||
|
||||
- Provide wordlist directly from the command line and use POST request for fuzzing:
|
||||
- Provide wordlist directly from the command-line and use POST request for fuzzing:
|
||||
|
||||
`wfuzz -z list,{{word1-word2-...}} {{https://api.example.com}} -d {{"id=FUZZ&showwallet=true"}}`
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# wikit
|
||||
|
||||
> A command line program for getting Wikipedia summaries easily.
|
||||
> A command-line program for getting Wikipedia summaries easily.
|
||||
> More information: <https://github.com/KorySchneider/wikit>.
|
||||
|
||||
- Show a short summary of a specific topic on Wikipedia:
|
||||
|
||||
Reference in New Issue
Block a user