From 492abf37de13c1ce97cdeb807047cb5f56e73bda Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:53:31 +0200 Subject: [PATCH] *: improve more info links and add option placeholders part 6 (#19605) Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> --- pages/common/anki.md | 2 +- pages/common/antibody.md | 2 +- pages/common/asciidoctor.md | 2 +- pages/common/atom.md | 12 ++++++------ pages/common/elixir.md | 2 +- pages/common/gnucash.md | 2 +- pages/common/helix.md | 2 +- pages/common/ivpn.md | 2 +- pages/common/k6.md | 2 +- pages/common/kak.md | 2 +- pages/common/keepass2.md | 2 +- pages/common/lynx.md | 2 +- pages/common/r.md | 4 ++-- pages/common/soupault.md | 2 +- pages/common/tcpdump.md | 2 +- pages/common/upx.md | 2 +- pages/common/wormhole.md | 2 +- pages/linux/dnf.md | 2 +- pages/linux/dnf5.md | 2 +- pages/linux/tuned-adm.md | 2 +- pages/linux/usbip.md | 2 +- pages/windows/scoop.md | 2 +- 22 files changed, 28 insertions(+), 28 deletions(-) diff --git a/pages/common/anki.md b/pages/common/anki.md index 916936861d..9836b97a7c 100644 --- a/pages/common/anki.md +++ b/pages/common/anki.md @@ -1,7 +1,7 @@ # anki > Powerful, intelligent flashcard program. -> More information: . +> More information: . - Launch the GUI: diff --git a/pages/common/antibody.md b/pages/common/antibody.md index a509c03423..7b0fef578c 100644 --- a/pages/common/antibody.md +++ b/pages/common/antibody.md @@ -1,7 +1,7 @@ # antibody > "The fastest" shell plugin manager. -> More information: . +> More information: . - Bundle all plugins for static loading: diff --git a/pages/common/asciidoctor.md b/pages/common/asciidoctor.md index 09a167e53e..b512bd4332 100644 --- a/pages/common/asciidoctor.md +++ b/pages/common/asciidoctor.md @@ -1,7 +1,7 @@ # asciidoctor > Convert AsciiDoc files to a publishable format. -> More information: . +> More information: . - Convert a specific `.adoc` file to HTML (the default output format): diff --git a/pages/common/atom.md b/pages/common/atom.md index 42daa1260a..e31324a9ff 100644 --- a/pages/common/atom.md +++ b/pages/common/atom.md @@ -2,20 +2,20 @@ > A cross-platform pluggable text editor. > Plugins are managed by `apm`. -> Note: Atom has been sunsetted and is no longer actively maintained. +> Note: Atom has been sunsetted and is no longer actively maintained. Use `zed` instead. > More information: . - Open a file or directory: `atom {{path/to/file_or_directory}}` -- Open a file or directory in a [n]ew window: +- Open a file or directory in a new window: -`atom -n {{path/to/file_or_directory}}` +`atom {{[-n|--new-window]}} {{path/to/file_or_directory}}` - Open a file or directory in an existing window: -`atom --add {{path/to/file_or_directory}}` +`atom {{[-a|--add]}} {{path/to/file_or_directory}}` - Open Atom in safe mode (does not load any additional packages): @@ -23,8 +23,8 @@ - Prevent Atom from forking into the background, keeping Atom attached to the terminal: -`atom --foreground` +`atom {{[-f|--foreground]}}` - Wait for Atom window to close before returning (useful for Git commit editor): -`atom --wait` +`atom {{[-w|--wait]}}` diff --git a/pages/common/elixir.md b/pages/common/elixir.md index 2bb68fd732..50d080bd36 100644 --- a/pages/common/elixir.md +++ b/pages/common/elixir.md @@ -1,7 +1,7 @@ # elixir > Elixir programming language interpreter. -> More information: . +> More information: . - Run an Elixir file: diff --git a/pages/common/gnucash.md b/pages/common/gnucash.md index 98995d8911..9cb01ef114 100644 --- a/pages/common/gnucash.md +++ b/pages/common/gnucash.md @@ -1,7 +1,7 @@ # gnucash > Personal and small-business financial-accounting software. -> More information: . +> More information: . - Launch GnuCash and load the previously opened file: diff --git a/pages/common/helix.md b/pages/common/helix.md index 5e1918305d..c2e8ecf6e3 100644 --- a/pages/common/helix.md +++ b/pages/common/helix.md @@ -2,7 +2,7 @@ > Helix, A post-modern text editor, provides several modes for different kinds of text manipulation. > Pressing `` enters insert mode. `` enters normal mode, which enables the use of Helix commands. -> More information: . +> More information: . - Open a file: diff --git a/pages/common/ivpn.md b/pages/common/ivpn.md index f5f1e9e9ca..3b472bd7b7 100644 --- a/pages/common/ivpn.md +++ b/pages/common/ivpn.md @@ -2,7 +2,7 @@ > Interface for the IVPN client. > See also: `fastd`, `mozillavpn`, `mullvad`, `warp-cli`. -> More information: . +> More information: . - Print the current state of IVPN, including the connection and firewall status: diff --git a/pages/common/k6.md b/pages/common/k6.md index 0d5c4a5cc5..6c5e46debe 100644 --- a/pages/common/k6.md +++ b/pages/common/k6.md @@ -1,7 +1,7 @@ # k6 > Open source load testing tool and SaaS for engineering teams. -> More information: . +> More information: . - Run load test locally: diff --git a/pages/common/kak.md b/pages/common/kak.md index f048eb84c4..6b8b23402b 100644 --- a/pages/common/kak.md +++ b/pages/common/kak.md @@ -2,7 +2,7 @@ > Kakoune is a mode-based code editor implementing the "multiple selections" paradigm. > Data can be selected and simultaneously edited in different locations, using multiple selections; users can also connect to the same session for collaborative editing. -> More information: . +> More information: . - Open a file and enter normal mode, to execute commands: diff --git a/pages/common/keepass2.md b/pages/common/keepass2.md index c2786b4353..9c36db27b1 100644 --- a/pages/common/keepass2.md +++ b/pages/common/keepass2.md @@ -1,7 +1,7 @@ # keepass2 > A light-weight password manager. -> More information: . +> More information: . - Start KeePass 2, opening the most recently opened password database: diff --git a/pages/common/lynx.md b/pages/common/lynx.md index d3c45741c6..b588656061 100644 --- a/pages/common/lynx.md +++ b/pages/common/lynx.md @@ -1,7 +1,7 @@ # lynx > Command-line web browser. -> More information: . +> More information: . - Visit a website: diff --git a/pages/common/r.md b/pages/common/r.md index dd41ca2568..43e200c875 100644 --- a/pages/common/r.md +++ b/pages/common/r.md @@ -1,7 +1,7 @@ # R > R language interpreter. -> More information: . +> More information: . - Start a REPL (interactive shell): @@ -9,7 +9,7 @@ - Start R in vanilla mode (i.e. a blank session that doesn't save the workspace at the end): -`R {{[-v|--vanilla]}}` +`R --vanilla` - Execute a file: diff --git a/pages/common/soupault.md b/pages/common/soupault.md index f514edb4a7..7521ca3980 100644 --- a/pages/common/soupault.md +++ b/pages/common/soupault.md @@ -2,7 +2,7 @@ > A static website generator based on HTML element tree rewriting. > It can also be used as an HTML post-processor or metadata extractor. -> More information: . +> More information: . - Initialize a minimal website project in the current working directory: diff --git a/pages/common/tcpdump.md b/pages/common/tcpdump.md index 041b3d8126..e70627dce1 100644 --- a/pages/common/tcpdump.md +++ b/pages/common/tcpdump.md @@ -1,7 +1,7 @@ # tcpdump > Dump traffic on a network. -> More information: . +> More information: . - List available network interfaces: diff --git a/pages/common/upx.md b/pages/common/upx.md index 2c745a6583..fcf132a739 100644 --- a/pages/common/upx.md +++ b/pages/common/upx.md @@ -1,7 +1,7 @@ # upx > Compress or decompress executables. -> More information: . +> More information: . - Compress executable: diff --git a/pages/common/wormhole.md b/pages/common/wormhole.md index c60cb49c57..b01c24d843 100644 --- a/pages/common/wormhole.md +++ b/pages/common/wormhole.md @@ -11,7 +11,7 @@ `wormhole receive {{wormhole_code}}` -- Send raw text: +- Send raw text interactively: `wormhole send` diff --git a/pages/linux/dnf.md b/pages/linux/dnf.md index 16c147d5ff..c291929ff9 100644 --- a/pages/linux/dnf.md +++ b/pages/linux/dnf.md @@ -3,7 +3,7 @@ > Package management utility for RHEL, Fedora, and CentOS (replaces yum). > Some subcommands such as `group` and `config-manager` have their own usage documentation. > For equivalent commands in other package managers, see . -> More information: . +> More information: . - Upgrade installed packages to the newest available versions: diff --git a/pages/linux/dnf5.md b/pages/linux/dnf5.md index 4479fb442c..982e5027ec 100644 --- a/pages/linux/dnf5.md +++ b/pages/linux/dnf5.md @@ -3,7 +3,7 @@ > Package management utility for RHEL, Fedora, and CentOS (it replaces dnf, which in turn replaced yum). > DNF5 is a C++ rewrite of the DNF package manager featuring improved performance and a smaller size. > For equivalent commands in other package managers, see . -> More information: . +> More information: . - Upgrade installed packages to the newest available versions: diff --git a/pages/linux/tuned-adm.md b/pages/linux/tuned-adm.md index f853dd85af..9f5df80b21 100644 --- a/pages/linux/tuned-adm.md +++ b/pages/linux/tuned-adm.md @@ -1,7 +1,7 @@ # tuned-adm > Manage and optimize system performance tuning profiles on Linux. -> More information: . +> More information: . - List available profiles: diff --git a/pages/linux/usbip.md b/pages/linux/usbip.md index 7ecc4c959a..13ee01d8d1 100644 --- a/pages/linux/usbip.md +++ b/pages/linux/usbip.md @@ -1,7 +1,7 @@ # usbip > Use USB devices remotely. -> More information: . +> More information: . - List all local USB devices and their bus ID's: diff --git a/pages/windows/scoop.md b/pages/windows/scoop.md index 5ceca8e06b..18d613c06c 100644 --- a/pages/windows/scoop.md +++ b/pages/windows/scoop.md @@ -2,7 +2,7 @@ > The Scoop package manager. > Some subcommands such as `bucket` have their own usage documentation. -> More information: . +> More information: . - Install a package: