mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
55a49c4ba1
commit
af35564618
49 changed files with 58 additions and 58 deletions
|
@ -19,6 +19,6 @@
|
|||
|
||||
`alacritty --config-file {{path/to/config.yml}}`
|
||||
|
||||
- Run with live config reload enabled (can also be enabled by default in `alacritty.yml`):
|
||||
- Run with live configuration reload enabled (can also be enabled by default in `alacritty.yml`):
|
||||
|
||||
`alacritty --live-config-reload --config-file {{path/to/config.yml}}`
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`box compile`
|
||||
|
||||
- Compile a new Phar file using a specific config file:
|
||||
- Compile a new Phar file using a specific configuration file:
|
||||
|
||||
`box compile -c {{path/to/config}}`
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
`box info {{path/to/phar_file}}`
|
||||
|
||||
- Validate the first found config file in the working directory:
|
||||
- Validate the first found configuration file in the working directory:
|
||||
|
||||
`box validate`
|
||||
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
`brittany --indent {{4}} --columns {{100}} {{path/to/file.hs}}`
|
||||
|
||||
- Format a Haskell source file according to the style defined in the specified config file:
|
||||
- Format a Haskell source file according to the style defined in the specified configuration file:
|
||||
|
||||
`brittany --config-file {{path/to/config.yaml}} {{path/to/file.hs}}`
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
|
||||
`browser-sync init`
|
||||
|
||||
- Start Browsersync from config file:
|
||||
- Start Browsersync from configuration file:
|
||||
|
||||
`browser-sync start --config {{config_file}}`
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
|
||||
`cargo login`
|
||||
|
||||
- Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
|
||||
- Use the specified registry (registry names can be defined in the configuration - the default is <https://crates.io>):
|
||||
|
||||
`cargo login --registry {{name}}`
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
|
||||
`cargo logout`
|
||||
|
||||
- Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
|
||||
- Use the specified registry (registry names can be defined in the configuration - the default is <https://crates.io>):
|
||||
|
||||
`cargo logout --registry {{name}}`
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
|
||||
`cargo owner --list {{crate}}`
|
||||
|
||||
- Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
|
||||
- Use the specified registry (registry names can be defined in the configuration - the default is <https://crates.io>):
|
||||
|
||||
`cargo owner --registry {{name}}`
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
|
||||
`cargo publish --dry-run`
|
||||
|
||||
- Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
|
||||
- Use the specified registry (registry names can be defined in the configuration - the default is <https://crates.io>):
|
||||
|
||||
`cargo publish --registry {{name}}`
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
|
||||
`cargo yank --undo {{crate}}@{{version}}`
|
||||
|
||||
- Use the specified registry (registry names can be defined in the config - the default is <https://crates.io>):
|
||||
- Use the specified registry (registry names can be defined in the configuration - the default is <https://crates.io>):
|
||||
|
||||
`cargo yank --registry {{name}} {{crate}}@{{version}}`
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
|
||||
`deemix --bitrate {{bitrate}} --path {{path}} {{url}}`
|
||||
|
||||
- Create a portable deemix config in the current directory:
|
||||
- Create a portable deemix configuration file in the current directory:
|
||||
|
||||
`deemix --portable --bitrate {{bitrate}} --path {{path}} {{url}}`
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
|
||||
`dexter auth -i {{client_id}} -s {{client_secret}}`
|
||||
|
||||
- Override the default kube config location:
|
||||
- Override the default kube configuration file location:
|
||||
|
||||
`dexter auth -i {{client_id}} -s {{client_secret}} --kube-config {{sample/config}}`
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`doas -s`
|
||||
|
||||
- Parse a config file and check if the execution of a command as another user is allowed:
|
||||
- Parse a configuration file and check if the execution of a command as another user is allowed:
|
||||
|
||||
`doas -C {{config_file}} {{command}}`
|
||||
|
||||
|
|
|
@ -16,18 +16,18 @@
|
|||
|
||||
`dvc config --unset core.remote`
|
||||
|
||||
- Get the config value for a specified key for the current project:
|
||||
- Get the configuration value for a specified key for the current project:
|
||||
|
||||
`dvc config {{key}}`
|
||||
|
||||
- Set the config value for a key on a project level:
|
||||
- Set the configuration value for a key on a project level:
|
||||
|
||||
`dvc config {{key}} {{value}}`
|
||||
|
||||
- Unset a project level config value for a given key:
|
||||
- Unset a project level configuration value for a given key:
|
||||
|
||||
`dvc config --unset {{key}}`
|
||||
|
||||
- Set a local, global, or system level config value:
|
||||
- Set a local, global, or system level configuration value:
|
||||
|
||||
`dvc config --local/global/system {{key}} {{value}}`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> A pluggable linting utility for JavaScript and JSX.
|
||||
> More information: <https://eslint.org>.
|
||||
|
||||
- Create the ESLint config file:
|
||||
- Create the ESLint configuration file:
|
||||
|
||||
`eslint --init`
|
||||
|
||||
|
@ -15,6 +15,6 @@
|
|||
|
||||
`eslint --fix`
|
||||
|
||||
- Lint using the specified config:
|
||||
- Lint using the specified configuration file:
|
||||
|
||||
`eslint -c {{path/to/config_file}} {{path/to/file1.js path/to/file2.js}}`
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`fastfetch --structure {{structure}}`
|
||||
|
||||
- Load a custom config file:
|
||||
- Load a custom configuration file:
|
||||
|
||||
`fastfetch --load-config {{path/to/config_file}}`
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
|
||||
`fc-pattern --default '{{DejaVu Serif}}'`
|
||||
|
||||
- Display config information about a font:
|
||||
- Display configuration information about a font:
|
||||
|
||||
`fc-pattern --config '{{DejaVu Serif}}'`
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
`ffe --output={{path/to/output}} -c {{path/to/config.ffe}} {{path/to/input}}`
|
||||
|
||||
- Select input structure and print format from definitions in `~/.fferc` config file:
|
||||
- Select input structure and print format from definitions in `~/.fferc` configuration file:
|
||||
|
||||
`ffe --structure={{structure}} --print={{format}} {{path/to/input}}`
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Find files with SQL-like queries.
|
||||
> More information: <https://github.com/jhspetersson/fselect>.
|
||||
|
||||
- Select full path and size from temporary or config files in a given directory:
|
||||
- Select full path and size from temporary or configuration files in a given directory:
|
||||
|
||||
`fselect size, path from {{path/to/directory}} where name = {{'*.cfg'}} or name = {{'*.tmp'}}`
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`git commit --all --message "{{message}}"`
|
||||
|
||||
- Commit staged files and sign them with the specified GPG key (or the one defined in the config file if no argument is specified):
|
||||
- Commit staged files and sign them with the specified GPG key (or the one defined in the configuration file if no argument is specified):
|
||||
|
||||
`git commit --gpg-sign {{key_id}} --message "{{message}}"`
|
||||
|
||||
|
|
|
@ -19,10 +19,10 @@
|
|||
|
||||
`git mergetool --no-prompt`
|
||||
|
||||
- Explicitly use the GUI merge tool (see the `merge.guitool` config variable):
|
||||
- Explicitly use the GUI merge tool (see the `merge.guitool` configuration variable):
|
||||
|
||||
`git mergetool --gui`
|
||||
|
||||
- Explicitly use the regular merge tool (see the `merge.tool` config variable):
|
||||
- Explicitly use the regular merge tool (see the `merge.tool` configuration variable):
|
||||
|
||||
`git mergetool --no-gui`
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`mongod --dbpath {{path/to/directory}}`
|
||||
|
||||
- Specify a config file:
|
||||
- Specify a configuration file:
|
||||
|
||||
`mongod --config {{path/to/file}}`
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`neofetch`
|
||||
|
||||
- Trigger an info line from appearing in the output, where 'infoname' is the function name in the config file, e.g. memory:
|
||||
- Trigger an info line from appearing in the output, where 'infoname' is the function name in the configuration file, e.g. memory:
|
||||
|
||||
`neofetch --{{enable|disable}} {{infoname}}`
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Nginx web server.
|
||||
> More information: <https://nginx.org/en/>.
|
||||
|
||||
- Start server with the default config file:
|
||||
- Start server with the default configuration file:
|
||||
|
||||
`nginx`
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`killall -SIGINT openconnect`
|
||||
|
||||
- Connect to a server, reading options from a config file:
|
||||
- Connect to a server, reading options from a configuration file:
|
||||
|
||||
`openconnect --config={{path/to/file}} {{vpn.example.org}}`
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> OpenVPN client and daemon binary.
|
||||
> More information: <https://openvpn.net/>.
|
||||
|
||||
- Connect to server using a config file:
|
||||
- Connect to server using a configuration file:
|
||||
|
||||
`sudo openvpn {{path/to/client.conf}}`
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
`phan --directory {{path/to/directory}} --directory {{path/to/another_directory}}`
|
||||
|
||||
- Specify a config file (defaults to `.phan/config.php`):
|
||||
- Specify a configuration file (defaults to `.phan/config.php`):
|
||||
|
||||
`phan --config-file {{path/to/config.php}}`
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
`phpcs {{path/to/directory}} --report {{format}}`
|
||||
|
||||
- Set config variables to be used during the process:
|
||||
- Set configuration variables to be used during the process:
|
||||
|
||||
`phpcs {{path/to/directory}} --config-set {{key}} {{value}}`
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`pint --test`
|
||||
|
||||
- Execute code style fixes using a specific config file:
|
||||
- Execute code style fixes using a specific configuration file:
|
||||
|
||||
`pint --config {{path/to/pint.json}}`
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
`polybar --config={{path/to/config.ini}} {{bar_name}}`
|
||||
|
||||
- Start Polybar and reload the bar when the config file is modified:
|
||||
- Start Polybar and reload the bar when the configuration file is modified:
|
||||
|
||||
`polybar --reload {{bar_name}}`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Tooling for the Prometheus monitoring system.
|
||||
> More information: <https://prometheus.io/docs/prometheus/latest/getting_started/>.
|
||||
|
||||
- Check if the config files are valid or not (if present report errors):
|
||||
- Check if the configuration files are valid or not (if present report errors):
|
||||
|
||||
`promtool check config {{config_file.yml}}`
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
`puppet apply --execute {{code}}`
|
||||
|
||||
- Use a specific module and hiera config file:
|
||||
- Use a specific module and hiera configuration file:
|
||||
|
||||
`puppet apply --modulepath {{path/to/directory}} --hiera_config {{path/to/file}} {{path/to/manifest}}`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Behavior-driven development testing framework written in Ruby to test Ruby code.
|
||||
> More information: <https://rspec.info>.
|
||||
|
||||
- Initialize an .rspec config and a spec helper file:
|
||||
- Initialize an .rspec configuration and a spec helper file:
|
||||
|
||||
`rspec --init`
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
`soupault`
|
||||
|
||||
- Override default config file and directory locations:
|
||||
- Override default configuration file and directory locations:
|
||||
|
||||
`soupault --config {{config_path}} --site-dir {{input_dir}} --build-dir {{output_dir}}`
|
||||
|
||||
|
@ -20,6 +20,6 @@
|
|||
|
||||
`soupault --index-only --dump-index-json {{path/to/file.json}}`
|
||||
|
||||
- Show the effective config (values from `soupault.toml` plus defaults):
|
||||
- Show the effective configuration (values from `soupault.toml` plus defaults):
|
||||
|
||||
`soupault --show-effective-config`
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`ss-local -s {{host}} -p {{server_port}} -l {{local port}} -k {{password}} -m {{encrypt_method}}`
|
||||
|
||||
- Run a Shadowsocks proxy by specifying the config file:
|
||||
- Run a Shadowsocks proxy by specifying the configuration file:
|
||||
|
||||
`ss-local -c {{path/to/config/file.json}}`
|
||||
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
|
||||
`supervisorctl tail -f {{process_name}} stdout`
|
||||
|
||||
- Reload process config file to add/remove processes as necessary:
|
||||
- Reload process configuration file to add/remove processes as necessary:
|
||||
|
||||
`supervisorctl update`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Utility program which records the terminal and generate animated GIFs or share a video.
|
||||
> More information: <https://terminalizer.com>.
|
||||
|
||||
- Create the global config directory:
|
||||
- Create the global configuration directory:
|
||||
|
||||
`terminalizer init`
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
|
||||
`topgrade --only {{operation}}`
|
||||
|
||||
- Edit the config file with default editor:
|
||||
- Edit the configuration file with default editor:
|
||||
|
||||
`topgrade --edit-config`
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`traefik`
|
||||
|
||||
- Start server with a custom config file:
|
||||
- Start server with a custom configuration file:
|
||||
|
||||
`traefik --c {{config_file}}.toml`
|
||||
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
|
||||
`tslint --fix`
|
||||
|
||||
- Lint with the config file in the project root:
|
||||
- Lint with the configuration file in the project root:
|
||||
|
||||
`tslint --project {{path/to/project_root}}`
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`webpack {{app.js}} {{bundle.js}} --module-bind '{{css=css}}'`
|
||||
|
||||
- Pass a config file (with e.g. the entry script and the output filename) and show compilation progress:
|
||||
- Pass a configuration file (with e.g. the entry script and the output filename) and show compilation progress:
|
||||
|
||||
`webpack --config {{webpack.config.js}} --progress`
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`conky -C > ~/.conkyrc`
|
||||
|
||||
- Launch Conky with a given config file:
|
||||
- Launch Conky with a given configuration file:
|
||||
|
||||
`conky -c {{path/to/config}}`
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`dockerd`
|
||||
|
||||
- Run docker daemon and config it to listen to specific sockets (UNIX and TCP):
|
||||
- Run docker daemon and configure it to listen to specific sockets (UNIX and TCP):
|
||||
|
||||
`dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}}`
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`mediamtx`
|
||||
|
||||
- Run MediaMTX with a custom config location:
|
||||
- Run MediaMTX with a custom configuration location:
|
||||
|
||||
`mediamtx {{path/to/config}}.yml`
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
> Update both PO files and translated documents.
|
||||
> More information: <https://po4a.org/man/man1/po4a.1.php>.
|
||||
|
||||
- Update PO files and documents according to the specified config file:
|
||||
- Update PO files and documents according to the specified configuration file:
|
||||
|
||||
`po4a {{path/to/config_file}}`
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
`qm showcmd --pretty {{true}} {{vm_id}}`
|
||||
|
||||
- Fetch config values from a specific snapshot:
|
||||
- Fetch configuration values from a specific snapshot:
|
||||
|
||||
`qm showcmd --snapshot {{string}} {{vm_id}}`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> BTRFS snapshotting utility written in Rust.
|
||||
> More information: <https://github.com/Edu4rdSHL/rusnapshot>.
|
||||
|
||||
- Create a snapshot using a config file:
|
||||
- Create a snapshot using a configuration file:
|
||||
|
||||
`sudo rusnapshot --config {{path/to/config.toml}} --cr`
|
||||
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
|
||||
`systemd-sysusers --dry-run {{path/to/file}}`
|
||||
|
||||
- Print the contents of all config files (before each file, its name is printed as a comment):
|
||||
- Print the contents of all configuration files (before each file, its name is printed as a comment):
|
||||
|
||||
`systemd-sysusers --cat-config`
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
`vcgencmd get_throttled`
|
||||
|
||||
- Print the bootloader config (only available on Raspberry Pi 4 models):
|
||||
- Print the bootloader configuration (only available on Raspberry Pi 4 models):
|
||||
|
||||
`vcgencmd bootloader_config`
|
||||
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
> If `--prefix` is omitted, the image files must be located in the current working directory.
|
||||
> More information: <https://manned.org/xcursorgen>.
|
||||
|
||||
- Create an X cursor file using a config file:
|
||||
- Create an X cursor file using a configuration file:
|
||||
|
||||
`xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}`
|
||||
|
||||
- Create an X cursor file using a config file and specify the path to the image files:
|
||||
- Create an X cursor file using a configuration file and specify the path to the image files:
|
||||
|
||||
`xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}`
|
||||
|
||||
- Create an X cursor file using a config file and write the output to `stdout`:
|
||||
- Create an X cursor file using a configuration file and write the output to `stdout`:
|
||||
|
||||
`xcursorgen {{path/to/config.cursor}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue