1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 04:46:03 +02:00

*: follow style guide for see also section (#16793)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Pranaov S 2025-06-07 14:47:18 +00:00 committed by GitHub
parent 1835742458
commit bafdb59eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 29 additions and 17 deletions

View file

@ -1,7 +1,7 @@
# gcloud help # gcloud help
> Display help and reference information for `gcloud`. > Display help and reference information for `gcloud`.
> For supplementary help for topics not directly associated with individual commands, see also `tldr gcloud topic`. > See also: `gcloud topic`, for supplementary help topics not directly associated with individual commands.
> More information: <https://cloud.google.com/sdk/gcloud/reference/help>. > More information: <https://cloud.google.com/sdk/gcloud/reference/help>.
- Search the `gcloud` CLI reference documents for specific terms: - Search the `gcloud` CLI reference documents for specific terms:

View file

@ -1,7 +1,7 @@
# gcloud topic # gcloud topic
> Display supplementary help for topics not directly associated with individual commands. See also `gcloud`. > Display supplementary help for topics not directly associated with individual commands.
> For general help, see `tldr gcloud help`. > See also: `gcloud help` for general help.
> More information: <https://cloud.google.com/sdk/gcloud/reference/topic>. > More information: <https://cloud.google.com/sdk/gcloud/reference/topic>.
- View supplementary help material for non-command topics like accessibility, filtering, and formatting: - View supplementary help material for non-command topics like accessibility, filtering, and formatting:

View file

@ -1,7 +1,8 @@
# nix classic # nix classic
> A classic, stable interface to a powerful package manager that makes package management reliable, reproducible, and declarative. > A classic, stable interface to a powerful package manager that makes package management reliable, reproducible, and declarative.
> Some Nix commands such as `nix-build`, `nix-shell`, `nix-env`, and `nix-store` have their own pages. See also: `tldr nix`. > Some Nix commands such as `nix-build`, `nix-shell`, `nix-env`, and `nix-store` have their own pages.
> See also: `nix`.
> More information: <https://nixos.org>. > More information: <https://nixos.org>.
- Search for a package in nixpkgs via its name: - Search for a package in nixpkgs via its name:

View file

@ -1,7 +1,8 @@
# nix # nix
> A powerful package manager that makes package management reliable, reproducible, and declarative. > A powerful package manager that makes package management reliable, reproducible, and declarative.
> `nix` is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`. > `nix` is experimental and requires enabling experimental features.
> See also: `nix classic` for a classic, stable interface.
> Some subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation. > Some subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation.
> More information: <https://nix.dev/manual/nix/stable/command-ref/new-cli/nix>. > More information: <https://nix.dev/manual/nix/stable/command-ref/new-cli/nix>.

View file

@ -1,7 +1,8 @@
# distrobox-create # distrobox-create
> Create a Distrobox container. See also: `tldr distrobox`. > Create a Distrobox container.
> The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio. > The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-create>. > More information: <https://distrobox.it/usage/distrobox-create>.
- Create a Distrobox container using the Ubuntu image: - Create a Distrobox container using the Ubuntu image:

View file

@ -1,7 +1,8 @@
# distrobox-enter # distrobox-enter
> Enter a Distrobox container. See also: `tldr distrobox`. > Enter a Distrobox container.
> Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity. > Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-enter>. > More information: <https://distrobox.it/usage/distrobox-enter>.
- Enter a Distrobox container: - Enter a Distrobox container:

View file

@ -1,6 +1,7 @@
# distrobox-export # distrobox-export
> Export app/service/binary from container to host OS. See also: `tldr distrobox`. > Export app/service/binary from container to host OS.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-export>. > More information: <https://distrobox.it/usage/distrobox-export>.
- Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list): - Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list):

View file

@ -1,6 +1,7 @@
# distrobox-host-exec # distrobox-host-exec
> Execute a command on the host from inside a Distrobox container. See also: `tldr distrobox`. > Execute a command on the host from inside a Distrobox container.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-host-exec>. > More information: <https://distrobox.it/usage/distrobox-host-exec>.
- Execute command on the host system from inside the Distrobox container: - Execute command on the host system from inside the Distrobox container:

View file

@ -1,7 +1,8 @@
# distrobox-list # distrobox-list
> List all Distrobox containers. See also: `tldr distrobox`. > List all Distrobox containers.
> Distrobox containers are listed separately from the rest of normal Podman or Docker containers. > Distrobox containers are listed separately from the rest of normal Podman or Docker containers.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-list>. > More information: <https://distrobox.it/usage/distrobox-list>.
- List all Distrobox containers: - List all Distrobox containers:

View file

@ -1,6 +1,7 @@
# distrobox-rm # distrobox-rm
> Remove a Distrobox container. See also: `tldr distrobox`. > Remove a Distrobox container.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-rm>. > More information: <https://distrobox.it/usage/distrobox-rm>.
- Remove a Distrobox container (Tip: Stop the container before removing it): - Remove a Distrobox container (Tip: Stop the container before removing it):

View file

@ -1,6 +1,7 @@
# distrobox-stop # distrobox-stop
> Stop a Distrobox container. See also: `tldr distrobox`. > Stop a Distrobox container.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-stop>. > More information: <https://distrobox.it/usage/distrobox-stop>.
- Stop a Distrobox container: - Stop a Distrobox container:

View file

@ -1,6 +1,7 @@
# distrobox-upgrade # distrobox-upgrade
> Upgrade one or multiple Distrobox containers. See also: `tldr distrobox`. > Upgrade one or multiple Distrobox containers.
> See also: `distrobox`.
> More information: <https://distrobox.it/usage/distrobox-upgrade>. > More information: <https://distrobox.it/usage/distrobox-upgrade>.
- Upgrade a container using the container's native package manager: - Upgrade a container using the container's native package manager:

View file

@ -2,7 +2,7 @@
> Note: This page is currently a redirection stub. If you are familiar with this program, please open a pull request. > Note: This page is currently a redirection stub. If you are familiar with this program, please open a pull request.
> Query ID database and report results. > Query ID database and report results.
> On Fedora and Arch Linux, the binary name `lid` is taken by another program. See `tldr libuser-lid`. > On Fedora and Arch Linux, the binary name `lid` is taken by another program - see `tldr libuser-lid`.
> More information: <https://www.gnu.org/software/idutils/>. > More information: <https://www.gnu.org/software/idutils/>.
- View documentation for `libuser-lid`: - View documentation for `libuser-lid`:

View file

@ -1,7 +1,8 @@
# virt-viewer # virt-viewer
> Minimal graphical interface for a virtual machine (VM). > Minimal graphical interface for a virtual machine (VM).
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`). > Note: 'domain' refers to the name, UUID or ID for the existing VMs.
> See also: `virsh`.
> More information: <https://manned.org/virt-viewer>. > More information: <https://manned.org/virt-viewer>.
- Launch `virt-viewer` with a prompt to select running virtual machines: - Launch `virt-viewer` with a prompt to select running virtual machines:

View file

@ -1,7 +1,8 @@
# virt-xml # virt-xml
> Edit libvirt Domain XML files with explicit command-line options. > Edit libvirt Domain XML files with explicit command-line options.
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`). > Note: 'domain' refers to the name, UUID or ID for the existing VMs.
> See also: `virsh`.
> More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>. > More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.
- List all the suboptions for a specific option: - List all the suboptions for a specific option:
@ -24,6 +25,6 @@
`virt-xml {{domain}} --edit --boot bootmenu={{on|off}}` `virt-xml {{domain}} --edit --boot bootmenu={{on|off}}`
- Attach host USB hub to a running VM (See: `tldr lsusb`): - Attach host USB hub to a running VM (run `lsusb` to see a list of USB devices with their IDs):
`virt-xml {{domain}} --update --add-device --hostdev {{bus}}.{{device}}` `virt-xml {{domain}} --update --add-device --hostdev {{bus}}.{{device}}`