1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 13:35:43 +02:00

*: fix title issues and a couple of typos (#17463)

This commit is contained in:
Managor 2025-08-08 16:48:13 +03:00 committed by GitHub
parent 6f1dac93de
commit 443020ffa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 52 additions and 52 deletions

View file

@ -1,4 +1,4 @@
# b2-tools # b2
> Access all features of Backblaze B2 Cloud Storage easily. > Access all features of Backblaze B2 Cloud Storage easily.
> More information: <https://www.backblaze.com/docs/cloud-storage-command-line-tools>. > More information: <https://www.backblaze.com/docs/cloud-storage-command-line-tools>.

View file

@ -1,4 +1,4 @@
# Chezmoi # chezmoi
> A multi-machine dotfile manager, written in Go. > A multi-machine dotfile manager, written in Go.
> See also: `stow`, `tuckr`, `vcsh`, `homeshick`. > See also: `stow`, `tuckr`, `vcsh`, `homeshick`.

View file

@ -1,4 +1,4 @@
# consul-kv # consul kv
> Distributed key-value store with health checking and service discovery. > Distributed key-value store with health checking and service discovery.
> More information: <https://learn.hashicorp.com/consul/getting-started/kv>. > More information: <https://learn.hashicorp.com/consul/getting-started/kv>.

View file

@ -1,4 +1,4 @@
# cs complete dep # cs complete-dep
> Search for libraries without doing it directly on the web. > Search for libraries without doing it directly on the web.
> More information: <https://get-coursier.io/docs/cli-complete>. > More information: <https://get-coursier.io/docs/cli-complete>.

View file

@ -1,4 +1,4 @@
# Gammastep # gammastep
> Adjust the screen's color temperature according to the time of day. > Adjust the screen's color temperature according to the time of day.
> More information: <https://gitlab.com/chinstrap/gammastep>. > More information: <https://gitlab.com/chinstrap/gammastep>.

View file

@ -1,4 +1,4 @@
# git-grep # git grep
> Find strings inside files anywhere in a repository's history. > Find strings inside files anywhere in a repository's history.
> Accepts a lot of the same flags as regular `grep`. > Accepts a lot of the same flags as regular `grep`.

View file

@ -1,4 +1,4 @@
# git-imerge # git imerge
> Perform a merge or rebase between two Git branches incrementally. > Perform a merge or rebase between two Git branches incrementally.
> Conflicts between branches are tracked down to pairs of individual commits, to simplify conflict resolution. > Conflicts between branches are tracked down to pairs of individual commits, to simplify conflict resolution.
@ -26,4 +26,4 @@
- Abort imerge operation, and return to the previous branch: - Abort imerge operation, and return to the previous branch:
`git-imerge remove && git checkout {{previous_branch}}` `git imerge remove && git checkout {{previous_branch}}`

View file

@ -1,4 +1,4 @@
# git-maintenance # git maintenance
> Run tasks to optimize Git repository data. > Run tasks to optimize Git repository data.
> More information: <https://git-scm.com/docs/git-maintenance>. > More information: <https://git-scm.com/docs/git-maintenance>.

View file

@ -1,4 +1,4 @@
# IPython # ipython
> A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more. > A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more.
> More information: <https://ipython.readthedocs.io>. > More information: <https://ipython.readthedocs.io>.

View file

@ -1,4 +1,4 @@
# PHP-CS-Fixer # php-cs-fixer
> Automatic coding style fixer for PHP. > Automatic coding style fixer for PHP.
> More information: <https://github.com/FriendsOfPHP/PHP-CS-Fixer>. > More information: <https://github.com/FriendsOfPHP/PHP-CS-Fixer>.

View file

@ -1,4 +1,4 @@
# Pint # pint
> An opinionated PHP code style fixer based on PHP-CS-Fixer. > An opinionated PHP code style fixer based on PHP-CS-Fixer.
> More information: <https://laravel.com/docs/pint>. > More information: <https://laravel.com/docs/pint>.

View file

@ -1,4 +1,4 @@
# pyATS # pyats
> A vendor agnostic test automation framework by Cisco Systems, used for network and systems testing. > A vendor agnostic test automation framework by Cisco Systems, used for network and systems testing.
> More information: <https://developer.cisco.com/pyats/>. > More information: <https://developer.cisco.com/pyats/>.

View file

@ -1,4 +1,4 @@
# qownnotes # QOwnNotes
> Markdown note-taking application. > Markdown note-taking application.
> Optionally integrates with the note-taking applications of Nextcloud and ownCloud. > Optionally integrates with the note-taking applications of Nextcloud and ownCloud.

View file

@ -1,4 +1,4 @@
# Stormlock # stormlock
> Centralized locking system. > Centralized locking system.
> More information: <https://github.com/tmccombs/stormlock>. > More information: <https://github.com/tmccombs/stormlock>.

View file

@ -1,4 +1,4 @@
# vboxmanage-clonevm # VBoxManage clonevm
> Create a clone of an existing virtual machine (VM). > Create a clone of an existing virtual machine (VM).
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-clonevm>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-clonevm>.

View file

@ -1,4 +1,4 @@
# vboxmanage-cloud # VBoxManage cloud
> VirtualBox command-line interface for managing cloud instances and images. > VirtualBox command-line interface for managing cloud instances and images.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-cloud>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-cloud>.

View file

@ -1,4 +1,4 @@
# vboxmanage-controlvm # VBoxManage controlvm
> Change the state and the settings of a currently running virtual machine. > Change the state and the settings of a currently running virtual machine.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-controlvm>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-controlvm>.

View file

@ -1,4 +1,4 @@
# vboxmanage-createvm # VBoxManage createvm
> Create a new virtual machine. > Create a new virtual machine.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-createvm>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-createvm>.

View file

@ -1,4 +1,4 @@
# vboxmanage-export # VBoxManage export
> Export virtual machines to a virtual appliance (ISO) or a cloud service. > Export virtual machines to a virtual appliance (ISO) or a cloud service.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-export>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-export>.

View file

@ -1,4 +1,4 @@
# vboxmanage-extpack # VBoxManage extpack
> Manage extension packs for Oracle VirtualBox. > Manage extension packs for Oracle VirtualBox.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-extpack>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-extpack>.

View file

@ -1,4 +1,4 @@
# vboxmanage-import # VBoxManage import
> Import a previously exported virtual machine (VM). > Import a previously exported virtual machine (VM).
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-import>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-import>.

View file

@ -1,4 +1,4 @@
# vboxmanage-list # VBoxManage list
> List information about the Oracle VM VirtualBox software and associated service. > List information about the Oracle VM VirtualBox software and associated service.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-list>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-list>.

View file

@ -1,4 +1,4 @@
# vboxmanage movevm # VBoxManage movevm
> Move a virtual machine (VM) to a new location on the host system. > Move a virtual machine (VM) to a new location on the host system.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-movevm>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-movevm>.

View file

@ -1,4 +1,4 @@
# vboxmanage-registervm # VBoxManage registervm
> Register a virtual machine (VM). > Register a virtual machine (VM).
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-registervm>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-registervm>.

View file

@ -1,4 +1,4 @@
# vboxmanage-showvminfo # VBoxManage showvminfo
> Show information about registered virtual machine. > Show information about registered virtual machine.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-showvminfo>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-showvminfo>.

View file

@ -1,4 +1,4 @@
# vboxmanage-startvm # VBoxManage startvm
> Start a virtual machine. > Start a virtual machine.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-startvm>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-startvm>.

View file

@ -1,4 +1,4 @@
# vboxmanage-unregistervm # VBoxManage unregistervm
> Unregister a virtual machine (VM). > Unregister a virtual machine (VM).
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-unregistervm>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-unregistervm>.

View file

@ -1,4 +1,4 @@
# virsh-connect # virsh connect
> Connect to a virtual machine hypervisor. > Connect to a virtual machine hypervisor.
> See also: `virsh`. > See also: `virsh`.

View file

@ -1,4 +1,4 @@
# virsh-domblklist # virsh domblklist
> List information about block devices associated with a virtual machine. > List information about block devices associated with a virtual machine.
> See also: `virsh`. > See also: `virsh`.

View file

@ -1,4 +1,4 @@
# virsh-help # virsh help
> Display information about `virsh` commands or command groups. > Display information about `virsh` commands or command groups.
> See also: `virsh`. > See also: `virsh`.

View file

@ -1,4 +1,4 @@
# virsh-list # virsh list
> List the ID, name, and state of virtual machines. > List the ID, name, and state of virtual machines.
> See also: `virsh`. > See also: `virsh`.

View file

@ -1,4 +1,4 @@
# yadm-alt # yadm alt
> Create symbolic links and process templates for any managed files. > Create symbolic links and process templates for any managed files.
> Learn more about templates: <https://yadm.io/docs/templates>. > Learn more about templates: <https://yadm.io/docs/templates>.

View file

@ -1,4 +1,4 @@
# yadm-bootstrap # yadm bootstrap
> Execute Yadm's bootstrap file. > Execute Yadm's bootstrap file.
> This file should be created in `$HOME/.config/yadm/bootstrap`. > This file should be created in `$HOME/.config/yadm/bootstrap`.

View file

@ -1,4 +1,4 @@
# yadm-clone # yadm clone
> Works just like `git clone`. In addition you can pass extra flags to configure your repository. > Works just like `git clone`. In addition you can pass extra flags to configure your repository.
> If there is a bootstrap file in the repository, you will be prompted to execute it. > If there is a bootstrap file in the repository, you will be prompted to execute it.

View file

@ -1,4 +1,4 @@
# yadm-config # yadm config
> Pass options to `yadm`'s config file. Change the `.config` of the repository managed by `yadm`. > Pass options to `yadm`'s config file. Change the `.config` of the repository managed by `yadm`.
> More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#configuration>. > More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#configuration>.

View file

@ -1,4 +1,4 @@
# yadm-decrypt # yadm decrypt
> Decrypt files that were encrypted by `yadm`. > Decrypt files that were encrypted by `yadm`.
> When activating this command you will be prompted for a password. > When activating this command you will be prompted for a password.

View file

@ -1,4 +1,4 @@
# yadm-encrypt # yadm encrypt
> Encrypt files listed in the designated encrypt file. > Encrypt files listed in the designated encrypt file.
> After the files are encrypted they will be save in the designated archive folder. > After the files are encrypted they will be save in the designated archive folder.

View file

@ -1,4 +1,4 @@
# yadm-enter # yadm enter
> Run a sub-shell with all Git variables set. This sub-shell can be used to easily interact with the local `yadm` repository using Git commands. > Run a sub-shell with all Git variables set. This sub-shell can be used to easily interact with the local `yadm` repository using Git commands.
> This could be useful if you are using a tool which uses Git directly. > This could be useful if you are using a tool which uses Git directly.

View file

@ -1,4 +1,4 @@
# yadm-gitconfig # yadm gitconfig
> Pass options to `git config`. Change the `.gitconfig` of the repository managed by `yadm`. > Pass options to `git config`. Change the `.gitconfig` of the repository managed by `yadm`.
> See also: `git config`. > See also: `git config`.

View file

@ -1,4 +1,4 @@
# yadm-init # yadm init
> Initialize a new, empty repository for tracking dotfiles. > Initialize a new, empty repository for tracking dotfiles.
> The repository is stored in `$HOME/.local/share/yadm/repo.git`. > The repository is stored in `$HOME/.local/share/yadm/repo.git`.

View file

@ -1,4 +1,4 @@
# yadm-introspect # yadm introspect
> Look at data that is managed by `yadm`. > Look at data that is managed by `yadm`.
> The purpose of introspection is to support command line completion. > The purpose of introspection is to support command line completion.

View file

@ -1,4 +1,4 @@
# yadm-list # yadm list
> Print a list of files managed by `yadm`. > Print a list of files managed by `yadm`.
> More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>. > More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.

View file

@ -1,4 +1,4 @@
# yadm-perms # yadm perms
> Update permissions. > Update permissions.
> It is usually unnecessary to run this command, as `yadm` automatically processes permissions by default. This automatic behavior can be disabled by setting the configuration `yadm.auto-perms` to `"false"`. > It is usually unnecessary to run this command, as `yadm` automatically processes permissions by default. This automatic behavior can be disabled by setting the configuration `yadm.auto-perms` to `"false"`.

View file

@ -1,4 +1,4 @@
# yadm-transcrypt # yadm transcrypt
> If `transcrypt` is installed, this command allows you to pass options directly to `transcrypt`. > If `transcrypt` is installed, this command allows you to pass options directly to `transcrypt`.
> With the environment configured to use the yadm repository. > With the environment configured to use the yadm repository.

View file

@ -1,4 +1,4 @@
# yadm-upgrade # yadm upgrade
> Upgrade `yadm` to the latest version. > Upgrade `yadm` to the latest version.
> Upgrading will attempt to de-initialize and re-initialize your submodules. > Upgrading will attempt to de-initialize and re-initialize your submodules.

View file

@ -13,7 +13,7 @@
- Verify fingerprints for a specific user: - Verify fingerprints for a specific user:
`fprint-verify {{username}}` `fprintd-verify {{username}}`
- Verify a specific fingerprint for a specific user: - Verify a specific fingerprint for a specific user:
@ -21,7 +21,7 @@
- Fail the process if a fingerprint doesn't match with ones stored in the database for the current user: - Fail the process if a fingerprint doesn't match with ones stored in the database for the current user:
`fprint-verify --g-fatal-warnings` `fprintd-verify --g-fatal-warnings`
- Display help: - Display help:

View file

@ -17,11 +17,11 @@
- Disable a specific extension: - Disable a specific extension:
`gnome-extension disable "{{extension_id}}"` `gnome-extensions disable "{{extension_id}}"`
- Uninstall a specific extension: - Uninstall a specific extension:
`gnome-extension uninstall "{{extension_id}}"` `gnome-extensions uninstall "{{extension_id}}"`
- Display help for a specific subcommand (like `list`): - Display help for a specific subcommand (like `list`):

View file

@ -1,4 +1,4 @@
# AutoRaise # autoraise
> Automatically raise and/or focus a window when hovering over it with the mouse. > Automatically raise and/or focus a window when hovering over it with the mouse.
> More information: <https://github.com/sbmpost/AutoRaise>. > More information: <https://github.com/sbmpost/AutoRaise>.

View file

@ -1,4 +1,4 @@
# choco-push # choco push
> Push a compiled NuGet package (`nupkg`) to a package feed. > Push a compiled NuGet package (`nupkg`) to a package feed.
> More information: <https://docs.chocolatey.org/en-us/create/commands/push>. > More information: <https://docs.chocolatey.org/en-us/create/commands/push>.