1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 05:35:42 +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.
> 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.
> 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.
> 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.
> 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.
> 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.
> 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.
> 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:
`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.
> 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.
> More information: <https://ipython.readthedocs.io>.

View file

@ -1,4 +1,4 @@
# PHP-CS-Fixer
# php-cs-fixer
> Automatic coding style fixer for PHP.
> 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.
> 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.
> More information: <https://developer.cisco.com/pyats/>.

View file

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

View file

@ -1,4 +1,4 @@
# Stormlock
# stormlock
> Centralized locking system.
> 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).
> 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.
> 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.
> 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.
> 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.
> 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.
> 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).
> 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.
> 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.
> 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).
> 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.
> 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.
> 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).
> 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.
> See also: `virsh`.

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
# yadm-bootstrap
# yadm bootstrap
> Execute Yadm's bootstrap file.
> 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.
> 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`.
> 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`.
> 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.
> 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.
> 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`.
> See also: `git config`.

View file

@ -1,4 +1,4 @@
# yadm-init
# yadm init
> Initialize a new, empty repository for tracking dotfiles.
> 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`.
> 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`.
> More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.

View file

@ -1,4 +1,4 @@
# yadm-perms
# yadm perms
> 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"`.

View file

@ -1,4 +1,4 @@
# yadm-transcrypt
# yadm transcrypt
> If `transcrypt` is installed, this command allows you to pass options directly to `transcrypt`.
> 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.
> Upgrading will attempt to de-initialize and re-initialize your submodules.

View file

@ -13,7 +13,7 @@
- Verify fingerprints for a specific user:
`fprint-verify {{username}}`
`fprintd-verify {{username}}`
- 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:
`fprint-verify --g-fatal-warnings`
`fprintd-verify --g-fatal-warnings`
- Display help:

View file

@ -17,11 +17,11 @@
- Disable a specific extension:
`gnome-extension disable "{{extension_id}}"`
`gnome-extensions disable "{{extension_id}}"`
- Uninstall a specific extension:
`gnome-extension uninstall "{{extension_id}}"`
`gnome-extensions uninstall "{{extension_id}}"`
- 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.
> 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.
> More information: <https://docs.chocolatey.org/en-us/create/commands/push>.