mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
common*: refresh old pages part 4 (#16258)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
5d7da65f0b
commit
dd77012848
13 changed files with 16 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
# chars
|
||||
|
||||
> Display names and codes for various ASCII and Unicode characters and code points.
|
||||
> More information: <https://github.com/antifuchs/chars>.
|
||||
> More information: <https://github.com/boinkor-net/chars#running>.
|
||||
|
||||
- Look up a character by its value:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# drupal-check
|
||||
|
||||
> Check Drupal PHP code for deprecations.
|
||||
> More information: <https://github.com/mglaman/drupal-check>.
|
||||
> More information: <https://github.com/mglaman/drupal-check#usage>.
|
||||
|
||||
- Check the code in a specific directory for deprecations:
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Check the code excluding a comma-separated list of directories:
|
||||
|
||||
`drupal-check --exclude-dir {{path/to/excluded_directory}},{{path/to/excluded_files/*.php}} {{path/to/directory}}`
|
||||
`drupal-check {{[-e|--exclude-dir]}} {{path/to/excluded_directory}},{{path/to/excluded_files/*.php}} {{path/to/directory}}`
|
||||
|
||||
- Don't show a progress bar:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Perform static analysis to detect bad coding practices:
|
||||
|
||||
`drupal-check --analysis {{path/to/directory}}`
|
||||
`drupal-check {{[-a|--analysis]}} {{path/to/directory}}`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# drush
|
||||
|
||||
> A command-line shell and scripting interface for Drupal.
|
||||
> More information: <https://www.drush.org>.
|
||||
> More information: <https://www.drush.org/latest/usage/>.
|
||||
|
||||
- Enable module "foo":
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# grumphp
|
||||
|
||||
> A PHP Composer plugin that enables source code quality checks.
|
||||
> More information: <https://github.com/phpro/grumphp>.
|
||||
> More information: <https://github.com/phpro/grumphp#commands>.
|
||||
|
||||
- Register the Git hooks:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Apache Guacamole proxy daemon.
|
||||
> Support loader for client plugins to interface between the Guacamole protocol and any arbitrary remote desktop protocol (e.g. RDP, VNC, Other).
|
||||
> More information: <https://guacamole.apache.org/>.
|
||||
> More information: <https://manned.org/guacd>.
|
||||
|
||||
- Bind to a specific port on localhost:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# info
|
||||
|
||||
> Reads documentation stored in the info format.
|
||||
> More information: <https://en.wikipedia.org/wiki/Info_(Unix)>.
|
||||
> Read documentation stored in the info format.
|
||||
> More information: <https://manned.org/man/info>.
|
||||
|
||||
- Start reading top-level directory menu:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# jp2a
|
||||
|
||||
> Convert JPEG images to ASCII.
|
||||
> More information: <https://csl.name/jp2a/>.
|
||||
> More information: <https://manned.org/jp2a>.
|
||||
|
||||
- Read JPEG image from a file and print in ASCII:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Provide specific options for a URL, overriding global options:
|
||||
|
||||
`pageres [{{https://example.com/}} {{1366x768}} --no-crop] [{{https://example2.com/}} {{1024x768}}] --crop`
|
||||
`pageres [{{https://example.com/}} {{1366x768}} --no-crop] [{{https://example2.com/}} {{1024x768}}] {{[-c|--crop]}}`
|
||||
|
||||
- Provide a custom filename template:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# robo
|
||||
|
||||
> PHP task runner.
|
||||
> More information: <https://robo.li/>.
|
||||
> More information: <https://robo.li/getting-started.html>.
|
||||
|
||||
- List available commands:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# shiori
|
||||
|
||||
> Simple bookmark manager built with Go.
|
||||
> More information: <https://github.com/go-shiori/shiori>.
|
||||
> More information: <https://github.com/go-shiori/shiori/blob/master/docs/Usage.md>.
|
||||
|
||||
- Import bookmarks from HTML Netscape bookmark format file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# vue build
|
||||
|
||||
> A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping.
|
||||
> More information: <https://cli.vuejs.org/guide/prototyping.html>.
|
||||
> More information: <https://cli.vuejs.org/guide/cli-service.html#vue-cli-service-serve>.
|
||||
|
||||
- Build a `.js` or `.vue` file in production mode with zero config:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# vue serve
|
||||
|
||||
> A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping.
|
||||
> More information: <https://cli.vuejs.org/guide/prototyping.html>.
|
||||
> More information: <https://cli.vuejs.org/guide/cli-service.html#vue-cli-service-serve>.
|
||||
|
||||
- Serve a `.js` or `.vue` file in development mode with zero config:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Multi-purpose CLI for Vue.js.
|
||||
> Some subcommands such as `build` have their own usage documentation.
|
||||
> More information: <https://cli.vuejs.org>.
|
||||
> More information: <https://cli.vuejs.org/guide/>.
|
||||
|
||||
- Create a new Vue project interactively:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue