diff --git a/pages/linux/asciiart.md b/pages/linux/asciiart.md index 99d0f5a028..d5af291510 100644 --- a/pages/linux/asciiart.md +++ b/pages/linux/asciiart.md @@ -1,7 +1,7 @@ # asciiart > Convert images to ASCII. -> More information: . +> More information: . - Read an image from a file and print in ASCII: diff --git a/pages/linux/aura.md b/pages/linux/aura.md index b1ff550aa5..97c13b07cc 100644 --- a/pages/linux/aura.md +++ b/pages/linux/aura.md @@ -3,34 +3,30 @@ > The Aura Package Manager: a secure, multilingual package manager for Arch Linux and the AUR. > More information: . -- Search for packages from the official repositories and AUR: +- Search for packages from the AUR: -`aura --aursync --both --search {{keyword|regex}}` +`aura {{[-As|--aursync --search]}} {{keyword|regex}}` - Install a package from the AUR: -`aura --aursync {{package}}` +`aura {{[-A|--aursync]}} {{package}}` - Update all AUR packages in a verbose mode and remove all make dependencies: -`aura --aursync --diff --sysupgrade --delmakedeps --unsuppress` +`aura {{[-Akua|--aursync --diff --sysupgrade --delmakedeps]}}` - Install a package from the official repositories: -`aura --sync {{package}}` +`aura {{[-S|--sync]}} {{package}}` - Synchronize and update all packages from the official repositories: -`aura --sync --refresh --sysupgrade` - -- Downgrade a package using the package cache: - -`aura --downgrade {{package}}` +`aura {{[-Syu|--sync --refresh --sysupgrade]}}` - Remove a package and its dependencies: -`aura --remove --recursive --unneeded {{package}}` +`aura {{[-Rsu|--remove --recursive --unneeded]}} {{package}}` - Remove orphan packages (installed as dependencies but not required by any package): -`aura --orphans --abandon` +`aura {{[-Oj|--orphans --abandon]}}` diff --git a/pages/linux/auracle.md b/pages/linux/auracle.md index 3c3d4389ba..be1e39df0f 100644 --- a/pages/linux/auracle.md +++ b/pages/linux/auracle.md @@ -1,7 +1,7 @@ # auracle > Interact with Arch Linux's User Repository, commonly referred to as the AUR. -> More information: . +> More information: . - Display AUR packages that match a `regex`: diff --git a/pages/linux/aurman.md b/pages/linux/aurman.md index 35cb21840e..a09b832345 100644 --- a/pages/linux/aurman.md +++ b/pages/linux/aurman.md @@ -2,7 +2,7 @@ > An Arch Linux utility to build and install packages from the Arch User Repository. > See also: `pacman`. -> More information: . +> More information: . - Synchronize and update all packages: diff --git a/pages/linux/aurvote.md b/pages/linux/aurvote.md index f57eb37d8a..07a20a8fcf 100644 --- a/pages/linux/aurvote.md +++ b/pages/linux/aurvote.md @@ -2,7 +2,7 @@ > Vote for packages in the Arch User Repository. > To be able to vote, the file `~/.config/aurvote` must exist and contain your AUR credentials. -> More information: . +> More information: . - Interactively create the file `~/.config/aurvote` containing your AUR username and password: diff --git a/pages/linux/blight.md b/pages/linux/blight.md index 927e60594f..99e0a090d3 100644 --- a/pages/linux/blight.md +++ b/pages/linux/blight.md @@ -1,7 +1,7 @@ # blight > Utility for changing the display brightness. -> More information: . +> More information: . - Set display brightness to 50%: diff --git a/pages/linux/br.md b/pages/linux/br.md index 8cebe6fd32..82133f69d1 100644 --- a/pages/linux/br.md +++ b/pages/linux/br.md @@ -2,7 +2,7 @@ > Navigate directory trees interactively. > See also: `broot`. -> More information: . +> More information: . - Start and navigate the current directory tree interactively: diff --git a/pages/linux/bspc.md b/pages/linux/bspc.md index 83acde08d2..a4ddfae51c 100644 --- a/pages/linux/bspc.md +++ b/pages/linux/bspc.md @@ -2,7 +2,7 @@ > Configure and control `bspwm`, managing nodes, desktops, monitors, and more. > See also: `bspwm`. -> More information: . +> More information: . - Define two virtual desktops: diff --git a/pages/linux/bspwm.md b/pages/linux/bspwm.md index 24557986c8..24021d7cbe 100644 --- a/pages/linux/bspwm.md +++ b/pages/linux/bspwm.md @@ -2,7 +2,7 @@ > A tiling window manager based on binary space partitioning. > See also: `bspc` for controlling it. -> More information: . +> More information: . - Start `bspwm` (note that a pre-existing window manager must not be open when this command is run): diff --git a/pages/linux/cliphist.md b/pages/linux/cliphist.md index bf0847e014..558e9d8630 100644 --- a/pages/linux/cliphist.md +++ b/pages/linux/cliphist.md @@ -2,7 +2,7 @@ > Manage clipboard history for Wayland compositors. > Works with `wl-copy` and `wl-paste`. -> More information: . +> More information: . - List clipboard history entries: diff --git a/pages/linux/debtap.md b/pages/linux/debtap.md index f00e81aafa..ba9e2d2187 100644 --- a/pages/linux/debtap.md +++ b/pages/linux/debtap.md @@ -2,7 +2,7 @@ > Convert Debian packages into Arch Linux packages. > See also: `pacman-upgrade`. -> More information: . +> More information: . - Update debtap database (before the first run): diff --git a/pages/linux/dex.md b/pages/linux/dex.md index 647c9945d5..03150e34d4 100644 --- a/pages/linux/dex.md +++ b/pages/linux/dex.md @@ -1,7 +1,7 @@ # dex > DesktopEntry Execution is a program to generate and execute DesktopEntry files of the Application type. -> More information: . +> More information: . - Execute all programs in the autostart folders: diff --git a/pages/linux/dnsrecon.md b/pages/linux/dnsrecon.md index d53133d632..32ab83320a 100644 --- a/pages/linux/dnsrecon.md +++ b/pages/linux/dnsrecon.md @@ -1,7 +1,7 @@ # dnsrecon > DNS enumeration tool. -> More information: . +> More information: . - Scan a domain and save the results to an SQLite database: diff --git a/pages/linux/expac.md b/pages/linux/expac.md index 0832f6c0fc..3e47e1f66f 100644 --- a/pages/linux/expac.md +++ b/pages/linux/expac.md @@ -2,7 +2,7 @@ > A data extraction tool for alpm databases, offering printf-like flexibility for pacman-based utilities. > See also: `pacman`. -> More information: . +> More information: . - List the dependencies of a package: diff --git a/pages/linux/larasail.md b/pages/linux/larasail.md index 9e82178e68..eb45cad246 100644 --- a/pages/linux/larasail.md +++ b/pages/linux/larasail.md @@ -1,7 +1,7 @@ # larasail > Manage Laravel on Digital Ocean servers. -> More information: . +> More information: . - Set up the server with Laravel dependencies using the default PHP version: diff --git a/pages/linux/lci.md b/pages/linux/lci.md index 3264f66eaa..75d0929a2b 100644 --- a/pages/linux/lci.md +++ b/pages/linux/lci.md @@ -9,8 +9,8 @@ - Display help: -`lci -h` +`lci {{[-h|--help]}}` - Display version: -`lci -v` +`lci {{[-v|--version]}}` diff --git a/pages/linux/mashtree.md b/pages/linux/mashtree.md index b2692cc86a..045db8578e 100644 --- a/pages/linux/mashtree.md +++ b/pages/linux/mashtree.md @@ -2,7 +2,7 @@ > Make a fast tree from genomes. > Does not make a phylogeny. -> More information: . +> More information: . - Fastest method in mashtree to create a tree from fastq and/or fasta files using multiple threads, piping into a newick file: diff --git a/pages/linux/mbw.md b/pages/linux/mbw.md index d9bad7cf46..916ba567b5 100644 --- a/pages/linux/mbw.md +++ b/pages/linux/mbw.md @@ -1,7 +1,7 @@ # mbw > Memory Bandwidth Benchmark. -> More information: . +> More information: . - Run 3 memory bandwidth tests with 512MB size: diff --git a/pages/linux/mokutil.md b/pages/linux/mokutil.md index 0d78caed97..8d018d7f64 100644 --- a/pages/linux/mokutil.md +++ b/pages/linux/mokutil.md @@ -2,7 +2,7 @@ > Configure Secure Boot Machine Owner Keys (MOK). > Some operations, such as enabling and disabling Secure Boot or enrolling keys require a reboot. -> More information: . +> More information: . - Show if Secure Boot is enabled: @@ -18,15 +18,15 @@ - List enrolled keys: -`mokutil --list-enrolled` +`mokutil {{[-l|--list-enrolled]}}` - Enroll a new key: -`mokutil --import {{path/to/key.der}}` +`mokutil {{[-i|--import]}} {{path/to/key.der}}` - List the keys to be enrolled: -`mokutil --list-new` +`mokutil {{[-N|--list-new]}}` - Set shim verbosity: diff --git a/pages/linux/mons.md b/pages/linux/mons.md index d1e2d6c57c..3c4820e6a5 100644 --- a/pages/linux/mons.md +++ b/pages/linux/mons.md @@ -1,20 +1,20 @@ # mons > Quickly manage two displays. -> More information: . +> More information: . - Enable only the primary monitor: `mons -o` -- Enable only the secondary monitor: +- Enable only the [s]econdary monitor: `mons -s` -- Duplicate the primary monitor onto the secondary monitor, using the resolution of the primary monitor: +- [d]uplicate the primary monitor onto the secondary monitor, using the resolution of the primary monitor: `mons -d` -- Mirror the primary monitor onto the secondary monitor, using the resolution of the secondary monitor: +- [m]irror the primary monitor onto the secondary monitor, using the resolution of the secondary monitor: `mons -m` diff --git a/pages/linux/navi.md b/pages/linux/navi.md index 60b1b13263..d4d7164b2b 100644 --- a/pages/linux/navi.md +++ b/pages/linux/navi.md @@ -21,4 +21,4 @@ - Autoselect and execute the snippet that best matches a query: -`navi --query '{{query}}' --best-match` +`navi {{[-q|--query]}} '{{query}}' --best-match` diff --git a/pages/linux/pacaur.md b/pages/linux/pacaur.md index e8a366a172..3a0108a8e3 100644 --- a/pages/linux/pacaur.md +++ b/pages/linux/pacaur.md @@ -1,7 +1,7 @@ # pacaur > A utility for Arch Linux to build and install packages from the Arch User Repository. -> More information: . +> More information: . - Synchronize and update all packages (includes AUR): diff --git a/pages/linux/pacgraph.md b/pages/linux/pacgraph.md index 31db7da794..baac7e9c16 100644 --- a/pages/linux/pacgraph.md +++ b/pages/linux/pacgraph.md @@ -1,7 +1,7 @@ # pacgraph > Draw a graph of installed packages to PNG/SVG/GUI/console. -> More information: . +> More information: . - Produce an SVG and PNG graph: @@ -9,28 +9,28 @@ - Produce an SVG graph: -`pacgraph --svg` +`pacgraph {{[-s|--svg]}}` - Print summary to console: -`pacgraph --console` +`pacgraph {{[-c|--console]}}` - Override the default filename/location (Note: Do not specify the file extension): -`pacgraph --file={{path/to/file}}` +`pacgraph {{[-f|--file]}} {{path/to/file}}` - Change the color of packages that are not dependencies: -`pacgraph --top={{color}}` +`pacgraph {{[-t|--top]}} {{color}}` - Change the color of package dependencies: -`pacgraph --dep={{color}}` +`pacgraph {{[-d|--dep]}} {{color}}` - Change the background color of a graph: -`pacgraph --background={{color}}` +`pacgraph {{[-b|--background]}} {{color}}` - Change the color of links between packages: -`pacgraph --link={{color}}` +`pacgraph {{[-l|--link]}} {{color}}` diff --git a/pages/linux/pacstall.md b/pages/linux/pacstall.md index c91eb89098..9c0a178514 100644 --- a/pages/linux/pacstall.md +++ b/pages/linux/pacstall.md @@ -5,32 +5,32 @@ - Search the package database for a package name: -`pacstall --search {{query}}` +`pacstall {{[-S|--search]}} {{query}}` - Install a package: -`pacstall --install {{package}}` +`pacstall {{[-I|--install]}} {{package}}` - Remove a package: -`pacstall --remove {{package}}` +`pacstall {{[-R|--remove]}} {{package}}` - Add a repository to the database (only GitHub and GitLab are supported): -`pacstall --add-repo {{remote_repository_location}}` +`pacstall {{[-A|--add-repo]}} {{remote_repository_location}}` - Update pacstall's scripts: -`pacstall --update` +`pacstall {{[-U|--update]}}` - Update all packages: -`pacstall --upgrade` +`pacstall {{[-Up|--upgrade]}}` - Display information about a package: -`pacstall --cache-info {{package}}` +`pacstall {{[-Ci|--cache-info]}} {{package}}` - List all installed packages: -`pacstall --list` +`pacstall {{[-L|--list]}}` diff --git a/pages/linux/physlock.md b/pages/linux/physlock.md index a283eb4082..f02087bb4b 100644 --- a/pages/linux/physlock.md +++ b/pages/linux/physlock.md @@ -1,7 +1,7 @@ # physlock > Lock all consoles and virtual terminals. -> More information: . +> More information: . - Lock every console (require current user or root to unlock): diff --git a/pages/linux/radeontop.md b/pages/linux/radeontop.md index a006e5de5b..dbb8efdacc 100644 --- a/pages/linux/radeontop.md +++ b/pages/linux/radeontop.md @@ -2,7 +2,7 @@ > Show utilization of AMD GPUs. > May require root privileges depending on your system. -> More information: . +> More information: . - Show the utilization of the default AMD GPU: @@ -10,12 +10,12 @@ - Enable colored output: -`radeontop --color` +`radeontop {{[-c|--color]}}` - Select a specific GPU (the bus number is the first number in the output of `lspci`): -`radeontop --bus {{bus_number}}` +`radeontop {{[-b|--bus]}} {{bus_number}}` - Specify the display refresh rate (higher means more GPU overhead): -`radeontop --ticks {{samples_per_second}}` +`radeontop {{[-t|--ticks]}} {{samples_per_second}}` diff --git a/pages/linux/retroarch.md b/pages/linux/retroarch.md index 2943c21072..21a322da7e 100644 --- a/pages/linux/retroarch.md +++ b/pages/linux/retroarch.md @@ -2,7 +2,7 @@ > A frontend for emulators, game engines and media players. > The reference implementation of the libretro API. -> More information: . +> More information: . - Start in the menu mode: @@ -10,7 +10,7 @@ - Start in full screen mode: -`retroarch --fullscreen` +`retroarch {{[-f|--fullscreen]}}` - List all compiled features: @@ -18,11 +18,11 @@ - Set the path of a configuration file: -`retroarch --config={{path/to/config_file}}` +`retroarch {{[-c|--config]}} {{path/to/config_file}}` - Display help: -`retroarch --help` +`retroarch {{[-h|--help]}}` - Display version: diff --git a/pages/linux/rpmconf.md b/pages/linux/rpmconf.md index 222f50d49d..88b47c7b75 100644 --- a/pages/linux/rpmconf.md +++ b/pages/linux/rpmconf.md @@ -2,12 +2,12 @@ > Handle RPMNEW, RPMSAVE and RPMORIG files left over by package upgrades. > See also: `rpm`. -> More information: . +> More information: . - List leftover files and interactively choose what to do with each of them: -`sudo rpmconf --all` +`sudo rpmconf {{[-a|--all]}}` - Delete orphaned RPMNEW and RPMSAVE files: -`sudo rpmconf --all --clean` +`sudo rpmconf {{[-a|--all]}} {{[-c|--clean]}}` diff --git a/pages/linux/tod.md b/pages/linux/tod.md index 11d2bb9f2a..3f2484cb1c 100644 --- a/pages/linux/tod.md +++ b/pages/linux/tod.md @@ -2,7 +2,7 @@ > A tiny Todoist client in Rust. > It takes simple input and dumps it in your inbox or another project. Taking advantage of natural language processing to assign due dates, tags, etc. -> More information: . +> More information: . - Import your projects (this is necessary to enable project prompts): diff --git a/pages/linux/trashy.md b/pages/linux/trashy.md index dfe7133bc3..3cf7f66bc1 100644 --- a/pages/linux/trashy.md +++ b/pages/linux/trashy.md @@ -1,7 +1,7 @@ # trashy > An alternative to `rm` and `trash-cli` written in Rust. -> More information: . +> More information: . - Move a specific file to the trash: diff --git a/pages/linux/woeusb.md b/pages/linux/woeusb.md index 8cd0589674..1fc18c20a9 100644 --- a/pages/linux/woeusb.md +++ b/pages/linux/woeusb.md @@ -1,12 +1,12 @@ # woeusb > Windows media creation tool. -> More information: . +> More information: . - Format a USB then create a bootable Windows installation drive: -`woeusb --device {{path/to/windows.iso}} {{/dev/sdX}}` +`woeusb {{[-d|--device]}} {{path/to/windows.iso}} {{/dev/sdX}}` - Copy Windows files to an existing partition of a USB storage device and make it bootable, without erasing the current data: -`woeusb --partition {{path/to/windows.iso}} {{/dev/sdXN}}` +`woeusb {{[-p|--partition]}} {{path/to/windows.iso}} {{/dev/sdXN}}` diff --git a/pages/linux/xed.md b/pages/linux/xed.md index b1329dcb9d..f5a60ff34d 100644 --- a/pages/linux/xed.md +++ b/pages/linux/xed.md @@ -1,7 +1,7 @@ # xed > Edit files in Cinnamon desktop environment. -> More information: . +> More information: . - Start the editor: diff --git a/pages/linux/ytfzf.md b/pages/linux/ytfzf.md index 6fc0e28996..8fc1a89ef3 100644 --- a/pages/linux/ytfzf.md +++ b/pages/linux/ytfzf.md @@ -2,23 +2,23 @@ > Find and download videos and music. Written in POSIX shell. > See also: `youtube-dl`, `yt-dlp`, `instaloader`. -> More information: . +> More information: . - Search for videos on YouTube with thumbnail previews: -`ytfzf --show-thumbnails {{search_pattern}}` +`ytfzf {{[-t|--show-thumbnails]}} {{search_pattern}}` - Play only the audio of the first item in a loop: -`ytfzf --audio-only --auto-select --loop {{search_pattern}}` +`ytfzf {{[-m|--audio-only]}} {{[-a|--auto-select]}} {{[-l|--loop]}} {{search_pattern}}` - Download a video from the history: -`ytfzf --download --choose-from-history` +`ytfzf {{[-d|--download]}} --choose-from-history` - Play all the music found in a search: -`ytfzf --audio-only --select-all {{search_pattern}}` +`ytfzf {{[-m|--audio-only]}} {{[-A|--select-all]}} {{search_pattern}}` - See the trending videos in an external menu: