From 0b47930bfa5c38ede92ee460890fdbf3abd8b162 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 26 Apr 2024 00:13:28 +0000 Subject: [PATCH] Update cheatsheets --- tldr/ajson | 2 +- tldr/android/dumpsys | 2 +- tldr/ansible-vault | 2 +- tldr/anytopnm | 2 +- tldr/black | 2 +- tldr/c99 | 2 +- tldr/clamdscan | 2 +- tldr/clang++ | 2 +- tldr/cmark | 2 +- tldr/coffee | 2 +- tldr/complete | 2 +- tldr/cpio | 2 +- tldr/cradle-install | 2 +- tldr/csslint | 2 +- tldr/csvclean | 2 +- tldr/csvpy | 2 +- tldr/csvsort | 2 +- tldr/ctags | 2 +- tldr/dfc | 2 +- tldr/doctl-kubernetes-options | 2 +- tldr/doctum | 2 +- tldr/encfs | 2 +- tldr/gcloud-topic | 2 +- tldr/git-force-clone | 2 +- tldr/github-label-sync | 2 +- tldr/gitk | 2 +- tldr/ical | 2 +- tldr/iconv | 2 +- tldr/imgtoppm | 2 +- tldr/in2csv | 2 +- tldr/jc | 2 +- tldr/jpegtopnm | 2 +- tldr/jq | 2 +- tldr/linux/arpaname | 2 +- tldr/linux/cockpit-desktop | 2 +- tldr/linux/lsb_release | 2 +- tldr/linux/reset | 2 +- tldr/linux/sa | 4 ++-- tldr/linux/slurmdbd | 2 +- tldr/linux/tcpkill | 2 +- tldr/linux/ul | 2 +- tldr/linux/vncserver | 2 +- tldr/linux/wal-telegram | 2 +- tldr/linux/xdg-open | 2 +- tldr/llvm-dis | 2 +- tldr/md-to-clip | 2 +- tldr/mount | 2 +- tldr/nc | 2 +- tldr/ned | 2 +- tldr/nkf | 3 +-- tldr/osx/appsleepd | 2 +- tldr/osx/autofsd | 2 +- tldr/osx/biometrickitd | 2 +- tldr/osx/cfprefsd | 2 +- tldr/osx/distnoted | 2 +- tldr/osx/open | 2 +- tldr/osx/route | 2 +- tldr/osx/say | 2 +- tldr/osx/scutil | 2 +- tldr/osx/universalaccessd | 2 +- tldr/pdftocairo | 2 +- tldr/pnmtojpeg | 2 +- tldr/pnmtopng | 2 +- tldr/quarkus | 41 +++++++++++++++++++++++++++++++++++ tldr/sass | 2 +- tldr/st-info | 2 +- tldr/timidity | 2 +- tldr/units | 2 +- tldr/verilator | 2 +- 69 files changed, 110 insertions(+), 70 deletions(-) create mode 100644 tldr/quarkus diff --git a/tldr/ajson b/tldr/ajson index f4fec29d..5beb0144 100644 --- a/tldr/ajson +++ b/tldr/ajson @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # ajson -> Executes JSONPath on JSON objects. +> Execute JSONPath on JSON objects. > More information: . - Read JSON from a file and execute a specified JSONPath expression: diff --git a/tldr/android/dumpsys b/tldr/android/dumpsys index 39be944d..2161cfee 100644 --- a/tldr/android/dumpsys +++ b/tldr/android/dumpsys @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # dumpsys -> Provide information about Android system services. +> Get information about Android system services. > This command can only be used through `adb shell`. > More information: . diff --git a/tldr/ansible-vault b/tldr/ansible-vault index 588616c4..14cb5dd8 100644 --- a/tldr/ansible-vault +++ b/tldr/ansible-vault @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # ansible-vault -> Encrypts & decrypts values, data structures and files within Ansible projects. +> Encrypt and decrypt values, data structures and files within Ansible projects. > More information: . - Create a new encrypted vault file with a prompt for a password: diff --git a/tldr/anytopnm b/tldr/anytopnm index 3b013bc5..04790376 100644 --- a/tldr/anytopnm +++ b/tldr/anytopnm @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # anytopnm -> Converts an arbitrary type of image file to common image formats. +> Convert an arbitrary type of image file to common image formats. > More information: . - Convert an input image to PBM, PGM, or PPM format irrespective of the input type: diff --git a/tldr/black b/tldr/black index 674855c9..41cdd99c 100644 --- a/tldr/black +++ b/tldr/black @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # black -> A Python auto code formatter. +> Format Python code automatically. > More information: . - Auto-format a file or entire directory: diff --git a/tldr/c99 b/tldr/c99 index 19543a07..b5293adb 100644 --- a/tldr/c99 +++ b/tldr/c99 @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # c99 -> Compiles C programs according to the ISO C standard. +> Compile C programs according to the ISO C standard. > More information: . - Compile source file(s) and create an executable: diff --git a/tldr/clamdscan b/tldr/clamdscan index f9b9dcd2..cf688ca9 100644 --- a/tldr/clamdscan +++ b/tldr/clamdscan @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # clamdscan -> A command-line virus scanner using the ClamAV Daemon. +> Scan for viruses using the ClamAV Daemon. > More information: . - Scan a file or directory for vulnerabilities: diff --git a/tldr/clang++ b/tldr/clang++ index 7904ce94..27c54604 100644 --- a/tldr/clang++ +++ b/tldr/clang++ @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # clang++ -> Compiles C++ source files. +> Compile C++ source files. > Part of LLVM. > More information: . diff --git a/tldr/cmark b/tldr/cmark index 4762c68b..e2562fc1 100644 --- a/tldr/cmark +++ b/tldr/cmark @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # cmark -> Converts CommonMark Markdown formatted text to other formats. +> Convert CommonMark Markdown formatted text to other formats. > More information: . - Render a CommonMark Markdown file to HTML: diff --git a/tldr/coffee b/tldr/coffee index 90a3502b..d971402a 100644 --- a/tldr/coffee +++ b/tldr/coffee @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # coffee -> Executes CoffeeScript scripts or compiles them into JavaScript. +> Execute CoffeeScript scripts or compiles them into JavaScript. > More information: . - Run a script: diff --git a/tldr/complete b/tldr/complete index f24097cd..1dbb1282 100644 --- a/tldr/complete +++ b/tldr/complete @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # complete -> Provides argument autocompletion to shell commands. +> Get argument autocompletion to shell commands. > More information: . - Apply a function that performs autocompletion to a command: diff --git a/tldr/cpio b/tldr/cpio index 4e2aecbb..8f952ff7 100644 --- a/tldr/cpio +++ b/tldr/cpio @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # cpio -> Copies files in and out of archives. +> Copy files in and out of archives. > Supports the following archive formats: cpio's custom binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. > More information: . diff --git a/tldr/cradle-install b/tldr/cradle-install index cff1dc7b..7e5f96a6 100644 --- a/tldr/cradle-install +++ b/tldr/cradle-install @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # cradle install -> Installs the Cradle PHP framework components. +> Install the Cradle PHP framework components. > More information: . - Install Cradle's components (User will be prompted for further details): diff --git a/tldr/csslint b/tldr/csslint index caaedba2..102db364 100644 --- a/tldr/csslint +++ b/tldr/csslint @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # csslint -> A linter for CSS code. +> Lint CSS code. > More information: . - Lint a single CSS file: diff --git a/tldr/csvclean b/tldr/csvclean index ee341adb..17ac2b1d 100644 --- a/tldr/csvclean +++ b/tldr/csvclean @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # csvclean -> Finds and cleans common syntax errors in CSV files. +> Find and clean common syntax errors in CSV files. > Included in csvkit. > More information: . diff --git a/tldr/csvpy b/tldr/csvpy index 5094e7e3..1bdca3c5 100644 --- a/tldr/csvpy +++ b/tldr/csvpy @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # csvpy -> Loads a CSV file into a Python shell. +> Load a CSV file into a Python shell. > Included in csvkit. > More information: . diff --git a/tldr/csvsort b/tldr/csvsort index 7632722d..082aaeba 100644 --- a/tldr/csvsort +++ b/tldr/csvsort @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # csvsort -> Sorts CSV files. +> Sort CSV files. > Included in csvkit. > More information: . diff --git a/tldr/ctags b/tldr/ctags index 7691e57a..13843755 100644 --- a/tldr/ctags +++ b/tldr/ctags @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # ctags -> Generates an index (or tag) file of language objects found in source files for many popular programming languages. +> Generate an index (or tag) file of language objects found in source files for many popular programming languages. > More information: . - Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists: diff --git a/tldr/dfc b/tldr/dfc index 8b23307b..311036e5 100644 --- a/tldr/dfc +++ b/tldr/dfc @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # dfc -> Gives an overview of the filesystem disk space usage with colors and graphs. +> Get an overview of the filesystem disk space usage with colors and graphs. > More information: . - Display filesystems and their disk usage in human-readable form with colors and graphs: diff --git a/tldr/doctl-kubernetes-options b/tldr/doctl-kubernetes-options index 89ed701b..816ce782 100644 --- a/tldr/doctl-kubernetes-options +++ b/tldr/doctl-kubernetes-options @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # doctl kubernetes options -> Provides values available for use with doctl's Kubernetes commands. +> Get values available for use with `doctl`'s Kubernetes commands. > More information: . - List regions that support Kubernetes clusters: diff --git a/tldr/doctum b/tldr/doctum index 76871354..07208b60 100644 --- a/tldr/doctum +++ b/tldr/doctum @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # doctum -> A PHP API documentation generator. +> Generate documentation for a PHP API. > More information: . - Parse a project: diff --git a/tldr/encfs b/tldr/encfs index c0cd931d..305549c5 100644 --- a/tldr/encfs +++ b/tldr/encfs @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # encfs -> Mounts or creates encrypted virtual filesystems. +> Mount or create encrypted virtual filesystems. > See also `fusermount`, which can unmount filesystems mounted by this command. > More information: . diff --git a/tldr/gcloud-topic b/tldr/gcloud-topic index bc528dfe..0365c4b4 100644 --- a/tldr/gcloud-topic +++ b/tldr/gcloud-topic @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # gcloud topic -> Provides supplementary help for topics not directly associated with individual commands. See also `gcloud`. +> Display supplementary help for topics not directly associated with individual commands. See also `gcloud`. > For general help, see `tldr gcloud help`. > More information: . diff --git a/tldr/git-force-clone b/tldr/git-force-clone index bc7c79cb..94dca170 100644 --- a/tldr/git-force-clone +++ b/tldr/git-force-clone @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # git force-clone -> Provides the basic functionality of `git clone`, but if the destination Git repository already exists it will force-reset it to resemble a clone of the remote. +> Get the basic functionality of `git clone`, but if the destination Git repository already exists it will force-reset it to resemble a clone of the remote. > Part of `git-extras`. > More information: . diff --git a/tldr/github-label-sync b/tldr/github-label-sync index 061f99b4..5b4be884 100644 --- a/tldr/github-label-sync +++ b/tldr/github-label-sync @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # github-label-sync -> A command-line interface for synchronizing GitHub labels. +> Synchronize GitHub labels. > More information: . - Synchronize labels using a local `labels.json` file: diff --git a/tldr/gitk b/tldr/gitk index ce971482..7616f4a3 100644 --- a/tldr/gitk +++ b/tldr/gitk @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # gitk -> A graphical Git repository browser. +> Browse Git repositories graphically. > See also: `git-gui`, `git-cola`, `tig`. > More information: . diff --git a/tldr/ical b/tldr/ical index 1b76b3cf..00bb5028 100644 --- a/tldr/ical +++ b/tldr/ical @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # ical -> A Hirji/Islamic calendar and converter for the terminal. +> View Hirji/Islamic and Gregorian calendars and convert their dates. > More information: . - Display the current month's calendar: diff --git a/tldr/iconv b/tldr/iconv index f2008f57..d88f7ff9 100644 --- a/tldr/iconv +++ b/tldr/iconv @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # iconv -> Converts text from one encoding to another. +> Convert text from one encoding to another. > More information: . - Convert file to a specific encoding, and print to `stdout`: diff --git a/tldr/imgtoppm b/tldr/imgtoppm index 99bf7734..03772483 100644 --- a/tldr/imgtoppm +++ b/tldr/imgtoppm @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # imgtoppm -> Converts various image file formats to the PPM (Portable Pixmap) format. +> Convert various image file formats to the PPM (Portable Pixmap) format. > More information: . - Convert an input image to PPM format: diff --git a/tldr/in2csv b/tldr/in2csv index 45929006..de19ea60 100644 --- a/tldr/in2csv +++ b/tldr/in2csv @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # in2csv -> Converts various tabular data formats into CSV. +> Convert various tabular data formats to CSV. > Included in csvkit. > More information: . diff --git a/tldr/jc b/tldr/jc index 26c1813b..c4d8bbe9 100644 --- a/tldr/jc +++ b/tldr/jc @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # jc -> A utility to convert the output of multiple commands to JSON. +> Convert the output of multiple commands to JSON. > More information: . - Convert command output to JSON via pipe: diff --git a/tldr/jpegtopnm b/tldr/jpegtopnm index 1da24292..ecb430b5 100644 --- a/tldr/jpegtopnm +++ b/tldr/jpegtopnm @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # jpegtopnm -> Converts a JPEG/JFIF file to the PPM or PGM format. +> Convert a JPEG/JFIF file to the PPM or PGM format. > More information: . - Convert JPEG/JFIF image to a PPM or PGM image: diff --git a/tldr/jq b/tldr/jq index 99481017..c782c8de 100644 --- a/tldr/jq +++ b/tldr/jq @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # jq -> A command-line JSON processor that uses a domain-specific language (DSL). +> A JSON processor that uses a domain-specific language (DSL). > More information: . - Execute a specific expression (print a colored and formatted JSON output): diff --git a/tldr/linux/arpaname b/tldr/linux/arpaname index 0fd5fe5a..1925fc6d 100644 --- a/tldr/linux/arpaname +++ b/tldr/linux/arpaname @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # arpaname -> Provides corresponding ARPA name for IP addresses. +> Get the corresponding ARPA name for a IP addresses. > More information: . - Translate IP addresses (IPv4 and IPv6) to the corresponding ARPA name: diff --git a/tldr/linux/cockpit-desktop b/tldr/linux/cockpit-desktop index 0763ad40..fce97c09 100644 --- a/tldr/linux/cockpit-desktop +++ b/tldr/linux/cockpit-desktop @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # cockpit-desktop -> Provides secure access to Cockpit pages in an already running session. +> Securely access Cockpit pages in a running session. > It starts `cockpit-ws` and a web browser in an isolated network space and a `cockpit-bridge` in a running user session. > More information: . diff --git a/tldr/linux/lsb_release b/tldr/linux/lsb_release index a1c9729d..0a23b992 100644 --- a/tldr/linux/lsb_release +++ b/tldr/linux/lsb_release @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # lsb_release -> Provides certain LSB (Linux Standard Base) and distribution-specific information. +> Get LSB (Linux Standard Base) and distribution-specific information. > More information: . - Print all available information: diff --git a/tldr/linux/reset b/tldr/linux/reset index 55ad485e..622b9455 100644 --- a/tldr/linux/reset +++ b/tldr/linux/reset @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # reset -> Reinitializes the current terminal. Clears the entire terminal screen. +> Reinitialize the current terminal. Clears the entire terminal screen. > More information: . - Reinitialize the current terminal: diff --git a/tldr/linux/sa b/tldr/linux/sa index b2a3df4c..588d497d 100644 --- a/tldr/linux/sa +++ b/tldr/linux/sa @@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # sa -> Summarizes accounting information. Part of the acct package. -> Shows commands called by users, including basic info on CPU time spent processing and I/O rates. +> Summarize accounting information about commands called by users, including basic information on CPU time spent processing and I/O rates. +> Part of the `acct` package. > More information: . - Display executable invocations per user (username not displayed): diff --git a/tldr/linux/slurmdbd b/tldr/linux/slurmdbd index 49a25bf4..4ded494e 100644 --- a/tldr/linux/slurmdbd +++ b/tldr/linux/slurmdbd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # slurmdbd -> Provides a secure enterprise-wide interface to a database for Slurm. +> A secure enterprise-wide interface to a database for Slurm. > More information: . - Set the daemon's nice value to the specified value, typically a negative number: diff --git a/tldr/linux/tcpkill b/tldr/linux/tcpkill index 09d595f8..6090acd0 100644 --- a/tldr/linux/tcpkill +++ b/tldr/linux/tcpkill @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # tcpkill -> Kills specified in-progress TCP connections. +> Kill specified in-progress TCP connections. > More information: . - Kill in-progress connections at a specified interface, host and port: diff --git a/tldr/linux/ul b/tldr/linux/ul index 943ca92b..dd587f48 100644 --- a/tldr/linux/ul +++ b/tldr/linux/ul @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # ul -> Performs the underlining of a text. +> Underline a text. > Each character in a string must be underlined separately. > More information: . diff --git a/tldr/linux/vncserver b/tldr/linux/vncserver index 455abd7b..8c2602a0 100644 --- a/tldr/linux/vncserver +++ b/tldr/linux/vncserver @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # vncserver -> Launches a VNC (Virtual Network Computing) desktop. +> Launch a VNC (Virtual Network Computing) desktop. > More information: . - Launch a VNC Server on next available display: diff --git a/tldr/linux/wal-telegram b/tldr/linux/wal-telegram index 2604dce2..b214a5f4 100644 --- a/tldr/linux/wal-telegram +++ b/tldr/linux/wal-telegram @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # wal-telegram -> Generates themes for Telegram based the colors generated by pywal/wal. +> Generate themes for Telegram based the colors generated by pywal/wal. > More information: . - Generate with wal's palette and the current wallpaper (feh only): diff --git a/tldr/linux/xdg-open b/tldr/linux/xdg-open index 6124cb5c..cce095b8 100644 --- a/tldr/linux/xdg-open +++ b/tldr/linux/xdg-open @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # xdg-open -> Opens a file or URL in the user's preferred application. +> Open a file or URL in the user's preferred application. > More information: . - Open the current directory in the default file explorer: diff --git a/tldr/llvm-dis b/tldr/llvm-dis index 7f7a458f..c9b0c977 100644 --- a/tldr/llvm-dis +++ b/tldr/llvm-dis @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # llvm-dis -> Converts LLVM bitcode files into human-readable LLVM Intermediate Representation (IR). +> Convert LLVM bitcode files into human-readable LLVM Intermediate Representation (IR). > More information: . - Convert a bitcode file as LLVM IR and write the result to `stdout`: diff --git a/tldr/md-to-clip b/tldr/md-to-clip index bd45316b..ef97cafd 100644 --- a/tldr/md-to-clip +++ b/tldr/md-to-clip @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # md-to-clip -> Converter from tldr-pages to Command Line Interface Pages. +> Convert tldr-pages to Command Line Interface Pages. > See also: `clip-view`. > More information: . diff --git a/tldr/mount b/tldr/mount index 01ed39ee..d9488ab2 100644 --- a/tldr/mount +++ b/tldr/mount @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # mount -> Provides access to an entire filesystem in one directory. +> Get access to an entire filesystem in one directory. > More information: . - Show all mounted filesystems: diff --git a/tldr/nc b/tldr/nc index 64aa074c..4b34e5f8 100644 --- a/tldr/nc +++ b/tldr/nc @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # nc -> A versatile utility for redirecting IO into a network stream. +> Redirect I/O into a network stream through this versatile tool. > More information: . - Start a listener on the specified TCP port and send a file into it: diff --git a/tldr/ned b/tldr/ned index e4a4f761..32825150 100644 --- a/tldr/ned +++ b/tldr/ned @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # ned -> Is like `grep` but with powerful replace capabilities. +> Like `grep` but with powerful replace capabilities. > Unlike `sed`, as it isn't restricted to line oriented editing. > More information: . diff --git a/tldr/nkf b/tldr/nkf index d6ed3d32..c1bf0a22 100644 --- a/tldr/nkf +++ b/tldr/nkf @@ -5,8 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # nkf -> Network kanji filter. -> Converts kanji code from one encoding to another. +> Network kanji filter: convert kanji code from one encoding to another. > More information: . - Convert to UTF-8 encoding: diff --git a/tldr/osx/appsleepd b/tldr/osx/appsleepd index f04360c6..5fcf6360 100644 --- a/tldr/osx/appsleepd +++ b/tldr/osx/appsleepd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # appsleepd -> Provides app sleep services. +> Start app sleep services. > It should not be invoked manually. > More information: . diff --git a/tldr/osx/autofsd b/tldr/osx/autofsd index 80da6730..35ef5f05 100644 --- a/tldr/osx/autofsd +++ b/tldr/osx/autofsd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # autofsd -> Runs `automount` on startup and network configuration change events. +> Run `automount` on startup and network configuration change events. > It should not be invoked manually. > More information: . diff --git a/tldr/osx/biometrickitd b/tldr/osx/biometrickitd index 3b99b601..65d35a0d 100644 --- a/tldr/osx/biometrickitd +++ b/tldr/osx/biometrickitd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # biometrickitd -> Provides support for biometric operations. +> Get support for biometric operations. > It should not be invoked manually. > More information: . diff --git a/tldr/osx/cfprefsd b/tldr/osx/cfprefsd index c05f6622..4c5addca 100644 --- a/tldr/osx/cfprefsd +++ b/tldr/osx/cfprefsd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # cfprefsd -> Provides preferences services (`CFPreferences`, `NSUserDefaults`). +> Start preferences services (`CFPreferences`, `NSUserDefaults`). > It should not be invoked manually. > More information: . diff --git a/tldr/osx/distnoted b/tldr/osx/distnoted index 59cf7aaf..2c7960d6 100644 --- a/tldr/osx/distnoted +++ b/tldr/osx/distnoted @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # distnoted -> Provides distributed notification services. +> Start distributed notification services. > It should not be invoked manually. > More information: . diff --git a/tldr/osx/open b/tldr/osx/open index 6fd66bac..6dcf33f5 100644 --- a/tldr/osx/open +++ b/tldr/osx/open @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # open -> Opens files, directories and applications. +> Open files, directories and applications. > More information: . - Open a file with the associated application: diff --git a/tldr/osx/route b/tldr/osx/route index efeafb39..b901c1a7 100644 --- a/tldr/osx/route +++ b/tldr/osx/route @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # route > Manually manipulate the routing tables. -> Necessitates to be root. +> Requires root privileges. > More information: . - Add a route to a destination through a gateway: diff --git a/tldr/osx/say b/tldr/osx/say index 5b13cd72..8daa535c 100644 --- a/tldr/osx/say +++ b/tldr/osx/say @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # say -> Converts text to speech. +> Convert text to speech. > More information: . - Say a phrase aloud: diff --git a/tldr/osx/scutil b/tldr/osx/scutil index b50ed905..a6613fca 100644 --- a/tldr/osx/scutil +++ b/tldr/osx/scutil @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # scutil > Manage system configuration parameters. -> Necessitates to be root when setting configuration. +> Require root privileges when setting configuration. > More information: . - Display DNS Configuration: diff --git a/tldr/osx/universalaccessd b/tldr/osx/universalaccessd index 7aca50fb..b4fd820a 100644 --- a/tldr/osx/universalaccessd +++ b/tldr/osx/universalaccessd @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # universalaccessd -> Provides universal access services. +> Get universal access services. > It should not be invoked manually. > More information: . diff --git a/tldr/pdftocairo b/tldr/pdftocairo index 49d8f639..e2ea9eb9 100644 --- a/tldr/pdftocairo +++ b/tldr/pdftocairo @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # pdftocairo -> Converts PDF files to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo. +> Convert PDF files to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo. > More information: . - Convert a PDF file to JPEG: diff --git a/tldr/pnmtojpeg b/tldr/pnmtojpeg index 03de2c1f..9fd097a3 100644 --- a/tldr/pnmtojpeg +++ b/tldr/pnmtojpeg @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # pnmtojpeg -> Converts a PNM image file to the JPEG/JFIF/EXIF image format. +> Convert a PNM image file to the JPEG/JFIF/EXIF image format. > More information: . - Read a PNM image as input and produce a JPEG/JFIF/EXIF image as output: diff --git a/tldr/pnmtopng b/tldr/pnmtopng index 40489318..7aa248ec 100644 --- a/tldr/pnmtopng +++ b/tldr/pnmtopng @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # pnmtopng -> Converts a PNM image file to PNG image format. +> Convert a PNM image file to PNG image format. > More information: . - Read a PNM image as input and produce a PNG image as output: diff --git a/tldr/quarkus b/tldr/quarkus new file mode 100644 index 00000000..d4c995d6 --- /dev/null +++ b/tldr/quarkus @@ -0,0 +1,41 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# quarkus + +> Create Quarkus projects, manage extensions and perform essential build and development tasks. +> More information: . + +- Create a new application project in a new directory: + +`quarkus create app {{project_name}}` + +- Run the current project in live coding mode: + +`quarkus dev` + +- Run the application: + +`quarkus run` + +- Run the current project in continuous testing mode: + +`quarkus test` + +- Add one or more extensions to the current project: + +`quarkus extension add {{extension_name_1 extension_name_2 ...}}` + +- Build a container image using Docker: + +`quarkus image build docker` + +- Deploy the application to Kubernetes: + +`quarkus deploy kubernetes` + +- Update project: + +`quarkus update` diff --git a/tldr/sass b/tldr/sass index 94693b75..d6f1ef8c 100644 --- a/tldr/sass +++ b/tldr/sass @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # sass -> Converts SCSS or Sass files to CSS. +> Convert SCSS or Sass files to CSS. > More information: . - Convert a SCSS or Sass file to CSS and print out the result: diff --git a/tldr/st-info b/tldr/st-info index 5e59c995..6a477c79 100644 --- a/tldr/st-info +++ b/tldr/st-info @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # st-info -> Provides information about connected STLink and STM32 devices. +> Get information about connected STLink and STM32 devices. > More information: . - Display amount of program memory available: diff --git a/tldr/timidity b/tldr/timidity index 12087c8c..11fbe47f 100644 --- a/tldr/timidity +++ b/tldr/timidity @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # timidity -> A MIDI file player and converter. +> Play and convert MIDI files. > More information: . - Play a MIDI file: diff --git a/tldr/units b/tldr/units index 1ec9bfbf..8b217b36 100644 --- a/tldr/units +++ b/tldr/units @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # units -> Provide the conversion between two units of measure. +> Convert between two units of measure. > More information: . - Run in interactive mode: diff --git a/tldr/verilator b/tldr/verilator index db50dc5b..2a56739e 100644 --- a/tldr/verilator +++ b/tldr/verilator @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # verilator -> Converts Verilog and SystemVerilog hardware description language (HDL) design into a C++ or SystemC model to be executed after compiling. +> Convert Verilog and SystemVerilog hardware description language (HDL) design into a C++ or SystemC model to be executed after compiling. > More information: . - Build a specific C project in the current directory: