mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
*: improve more info links and add option placeholders part 6 (#19605)
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# anki
|
||||
|
||||
> Powerful, intelligent flashcard program.
|
||||
> More information: <https://docs.ankiweb.net>.
|
||||
> More information: <https://manned.org/anki>.
|
||||
|
||||
- Launch the GUI:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# antibody
|
||||
|
||||
> "The fastest" shell plugin manager.
|
||||
> More information: <https://getantibody.github.io>.
|
||||
> More information: <https://getantibody.github.io/#Usage>.
|
||||
|
||||
- Bundle all plugins for static loading:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# asciidoctor
|
||||
|
||||
> Convert AsciiDoc files to a publishable format.
|
||||
> More information: <https://docs.asciidoctor.org>.
|
||||
> More information: <https://docs.asciidoctor.org/asciidoctor/latest/cli/man1/asciidoctor/>.
|
||||
|
||||
- Convert a specific `.adoc` file to HTML (the default output format):
|
||||
|
||||
|
||||
@@ -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: <https://atom.io/>.
|
||||
|
||||
- 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]}}`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# elixir
|
||||
|
||||
> Elixir programming language interpreter.
|
||||
> More information: <https://elixir-lang.org>.
|
||||
> More information: <https://manned.org/elixir>.
|
||||
|
||||
- Run an Elixir file:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# gnucash
|
||||
|
||||
> Personal and small-business financial-accounting software.
|
||||
> More information: <https://gnucash.org/viewdoc.phtml>.
|
||||
> More information: <https://manned.org/gnucash>.
|
||||
|
||||
- Launch GnuCash and load the previously opened file:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Helix, A post-modern text editor, provides several modes for different kinds of text manipulation.
|
||||
> Pressing `<i>` enters insert mode. `<Esc>` enters normal mode, which enables the use of Helix commands.
|
||||
> More information: <https://helix-editor.com>.
|
||||
> More information: <https://manpages.debian.org/testing/hx/editor.1.en.html>.
|
||||
|
||||
- Open a file:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Interface for the IVPN client.
|
||||
> See also: `fastd`, `mozillavpn`, `mullvad`, `warp-cli`.
|
||||
> More information: <https://www.ivpn.net>.
|
||||
> More information: <https://www.ivpn.net/knowledgebase/general/command-line-client-faq/>.
|
||||
|
||||
- Print the current state of IVPN, including the connection and firewall status:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# k6
|
||||
|
||||
> Open source load testing tool and SaaS for engineering teams.
|
||||
> More information: <https://k6.io>.
|
||||
> More information: <https://grafana.com/docs/k6/latest/using-k6/k6-options/reference/>.
|
||||
|
||||
- Run load test locally:
|
||||
|
||||
|
||||
+1
-1
@@ -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: <https://kakoune.org>.
|
||||
> More information: <https://manned.org/kak>.
|
||||
|
||||
- Open a file and enter normal mode, to execute commands:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# keepass2
|
||||
|
||||
> A light-weight password manager.
|
||||
> More information: <https://keepass.info>.
|
||||
> More information: <https://manned.org/keepass2>.
|
||||
|
||||
- Start KeePass 2, opening the most recently opened password database:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# lynx
|
||||
|
||||
> Command-line web browser.
|
||||
> More information: <https://lynx.browser.org>.
|
||||
> More information: <https://manned.org/lynx>.
|
||||
|
||||
- Visit a website:
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
# R
|
||||
|
||||
> R language interpreter.
|
||||
> More information: <https://www.r-project.org>.
|
||||
> More information: <https://manned.org/R>.
|
||||
|
||||
- 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:
|
||||
|
||||
|
||||
@@ -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: <https://soupault.app>.
|
||||
> More information: <https://soupault.net/reference-manual/>.
|
||||
|
||||
- Initialize a minimal website project in the current working directory:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# tcpdump
|
||||
|
||||
> Dump traffic on a network.
|
||||
> More information: <https://www.tcpdump.org>.
|
||||
> More information: <https://www.tcpdump.org/manpages/tcpdump.1.html>.
|
||||
|
||||
- List available network interfaces:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# upx
|
||||
|
||||
> Compress or decompress executables.
|
||||
> More information: <https://upx.github.io>.
|
||||
> More information: <https://github.com/upx/upx/blob/devel/doc/upx.pod>.
|
||||
|
||||
- Compress executable:
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
`wormhole receive {{wormhole_code}}`
|
||||
|
||||
- Send raw text:
|
||||
- Send raw text interactively:
|
||||
|
||||
`wormhole send`
|
||||
|
||||
|
||||
+1
-1
@@ -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 <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://dnf.readthedocs.io>.
|
||||
> More information: <https://dnf.readthedocs.io/en/latest/command_ref.html>.
|
||||
|
||||
- Upgrade installed packages to the newest available versions:
|
||||
|
||||
|
||||
+1
-1
@@ -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 <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://dnf5.readthedocs.io>.
|
||||
> More information: <https://dnf5.readthedocs.io/en/latest/commands/index.html>.
|
||||
|
||||
- Upgrade installed packages to the newest available versions:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# tuned-adm
|
||||
|
||||
> Manage and optimize system performance tuning profiles on Linux.
|
||||
> More information: <https://tuned-project.org>.
|
||||
> More information: <https://manned.org/tuned-adm>.
|
||||
|
||||
- List available profiles:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# usbip
|
||||
|
||||
> Use USB devices remotely.
|
||||
> More information: <https://usbip.sourceforge.net>.
|
||||
> More information: <https://manned.org/usbip>.
|
||||
|
||||
- List all local USB devices and their bus ID's:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> The Scoop package manager.
|
||||
> Some subcommands such as `bucket` have their own usage documentation.
|
||||
> More information: <https://scoop.sh>.
|
||||
> More information: <https://github.com/ScoopInstaller/Scoop/wiki/Commands>.
|
||||
|
||||
- Install a package:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user