mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-08 03:26:02 +02:00
*: make more information links dynamic (#16244)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
85197d4be4
commit
a5833ce758
25 changed files with 26 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
||||||
# django-admin
|
# django-admin
|
||||||
|
|
||||||
> Django’s utility for administrative tasks.
|
> Django’s utility for administrative tasks.
|
||||||
> More information: <https://docs.djangoproject.com/en/4.2/ref/django-admin/>.
|
> More information: <https://docs.djangoproject.com/en/stable/ref/django-admin/>.
|
||||||
|
|
||||||
- Create a new Django project:
|
- Create a new Django project:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# flask
|
# flask
|
||||||
|
|
||||||
> A general utility script for Flask applications. Loads the application defined in the `FLASK_APP` environment variable.
|
> A general utility script for Flask applications. Loads the application defined in the `FLASK_APP` environment variable.
|
||||||
> More information: <https://flask.palletsprojects.com/en/1.1.x/cli/>.
|
> More information: <https://flask.palletsprojects.com/en/stable/cli/>.
|
||||||
|
|
||||||
- Run a development server:
|
- Run a development server:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Performance analysis tool for many programming languages.
|
> Performance analysis tool for many programming languages.
|
||||||
> It profiles the function executions of a program.
|
> It profiles the function executions of a program.
|
||||||
> More information: <https://ftp.gnu.org/old-gnu/Manuals/gprof-2.9.1/html_mono/gprof.html>.
|
> More information: <https://ftp.gnu.org/old-gnu/Manuals/gprof/html_mono/gprof.html>.
|
||||||
|
|
||||||
- Compile binary to default `a.out` with gprof information and run it to get `gmon.out`:
|
- Compile binary to default `a.out` with gprof information and run it to get `gmon.out`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gst-inspect-1.0
|
# gst-inspect-1.0
|
||||||
|
|
||||||
> Print information on GStreamer plugins.
|
> Print information on GStreamer plugins.
|
||||||
> More information: <https://gstreamer.freedesktop.org/documentation/tools/gst-inspect.html?gi-language=c>.
|
> More information: <https://gstreamer.freedesktop.org/documentation/tools/gst-inspect.html>.
|
||||||
|
|
||||||
- Print information on a plugin:
|
- Print information on a plugin:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gst-launch-1.0
|
# gst-launch-1.0
|
||||||
|
|
||||||
> Build and run a GStreamer pipeline.
|
> Build and run a GStreamer pipeline.
|
||||||
> More information: <https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html?gi-language=c>.
|
> More information: <https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html>.
|
||||||
|
|
||||||
- Play test video in a window:
|
- Play test video in a window:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# influx
|
# influx
|
||||||
|
|
||||||
> InfluxDB command-line client.
|
> InfluxDB v1 command-line client.
|
||||||
> More information: <https://docs.influxdata.com/influxdb/v1.7/tools/shell/>.
|
> More information: <https://docs.influxdata.com/influxdb/v1/tools/influx-cli/use-influx-cli/>.
|
||||||
|
|
||||||
- Connect to an InfluxDB running on localhost with no credentials:
|
- Connect to an InfluxDB running on localhost with no credentials:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# initdb
|
# initdb
|
||||||
|
|
||||||
> Create a PostgreSQL database on disk.
|
> Create a PostgreSQL database on disk.
|
||||||
> More information: <https://www.postgresql.org/docs/9.5/app-initdb.html>.
|
> More information: <https://www.postgresql.org/docs/current/app-initdb.html>.
|
||||||
|
|
||||||
- Create a database at `/usr/local/var/postgres`:
|
- Create a database at `/usr/local/var/postgres`:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Authenticate a principal with a Kerberos server to gain and cache a ticket.
|
> Authenticate a principal with a Kerberos server to gain and cache a ticket.
|
||||||
> Note: A Kerberos principal can be either a user, service, or application.
|
> Note: A Kerberos principal can be either a user, service, or application.
|
||||||
> More information: <https://web.mit.edu/kerberos/krb5-1.12/doc/user/user_commands/kinit.html>.
|
> More information: <https://web.mit.edu/kerberos/krb5-latest/doc/user/user_commands/kinit.html>.
|
||||||
|
|
||||||
- Authenticate a user and obtain a ticket-granting ticket:
|
- Authenticate a user and obtain a ticket-granting ticket:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ld
|
# ld
|
||||||
|
|
||||||
> Link object files together.
|
> Link object files together.
|
||||||
> More information: <https://sourceware.org/binutils/docs-2.38/ld.html>.
|
> More information: <https://sourceware.org/binutils/docs/ld.html>.
|
||||||
|
|
||||||
- Link a specific object file with no dependencies into an executable:
|
- Link a specific object file with no dependencies into an executable:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> MuseScore 3 sheet music editor.
|
> MuseScore 3 sheet music editor.
|
||||||
> See also: `lilypond`.
|
> See also: `lilypond`.
|
||||||
> More information: <https://musescore.org/en/handbook/3/command-line-options>.
|
> More information: <https://musescore.org/en/handbook/4/command-line-options>.
|
||||||
|
|
||||||
- Use a specific audio driver:
|
- Use a specific audio driver:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# npm uninstall
|
# npm uninstall
|
||||||
|
|
||||||
> Remove a package.
|
> Remove a package.
|
||||||
> More information: <https://docs.npmjs.com/cli/v8/commands/npm-uninstall>.
|
> More information: <https://docs.npmjs.com/cli/commands/npm-uninstall>.
|
||||||
|
|
||||||
- Remove a package from the current project:
|
- Remove a package from the current project:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# npm unpublish
|
# npm unpublish
|
||||||
|
|
||||||
> Remove a package from the npm registry.
|
> Remove a package from the npm registry.
|
||||||
> More information: <https://docs.npmjs.com/cli/v8/commands/npm-unpublish>.
|
> More information: <https://docs.npmjs.com/cli/commands/npm-unpublish>.
|
||||||
|
|
||||||
- Unpublish a specific package version:
|
- Unpublish a specific package version:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> The OpenShift Container Platform CLI.
|
> The OpenShift Container Platform CLI.
|
||||||
> Allows for application and container management.
|
> Allows for application and container management.
|
||||||
> More information: <https://docs.openshift.com/container-platform/3.11/cli_reference/get_started_cli.html>.
|
> More information: <https://docs.openshift.com/container-platform/latest/cli_reference/get_started_cli.html>.
|
||||||
|
|
||||||
- Log in to the OpenShift Container Platform server:
|
- Log in to the OpenShift Container Platform server:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# pants
|
# pants
|
||||||
|
|
||||||
> Fast, scalable, user-friendly, open-source build and developer workflow tool.
|
> Fast, scalable, user-friendly, open-source build and developer workflow tool.
|
||||||
> More information: <https://www.pantsbuild.org/2.20/docs/using-pants/command-line-help>.
|
> More information: <https://www.pantsbuild.org/stable/docs/using-pants/command-line-help>.
|
||||||
|
|
||||||
- List all targets:
|
- List all targets:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# pgbench
|
# pgbench
|
||||||
|
|
||||||
> Run a benchmark test on PostgreSQL.
|
> Run a benchmark test on PostgreSQL.
|
||||||
> More information: <https://www.postgresql.org/docs/10/pgbench.html>.
|
> More information: <https://www.postgresql.org/docs/current/pgbench.html>.
|
||||||
|
|
||||||
- Initialize a database with a scale factor of 50 times the default size:
|
- Initialize a database with a scale factor of 50 times the default size:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Projucer
|
# Projucer
|
||||||
|
|
||||||
> A project manager for JUCE framework applications.
|
> A project manager for JUCE framework applications.
|
||||||
> More information: <https://juce.com/discover/stories/projucer-manual#10.4-command-line-tools>.
|
> More information: <https://docs.juce.com/master/projucer_manual.html#projucer_manual_tools_command_line_tools>.
|
||||||
|
|
||||||
- Display information about a project:
|
- Display information about a project:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# puppet agent
|
# puppet agent
|
||||||
|
|
||||||
> Retrieves the client configuration from a Puppet server and applies it to the local host.
|
> Retrieves the client configuration from a Puppet server and applies it to the local host.
|
||||||
> More information: <https://puppet.com/docs/puppet/7/man/agent.html>.
|
> More information: <https://github.com/puppetlabs/puppet/blob/main/references/man/agent.md>.
|
||||||
|
|
||||||
- Register a node at a Puppet server and apply the received catalog:
|
- Register a node at a Puppet server and apply the received catalog:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# puppet apply
|
# puppet apply
|
||||||
|
|
||||||
> Apply Puppet manifests locally.
|
> Apply Puppet manifests locally.
|
||||||
> More information: <https://puppet.com/docs/puppet/7/man/apply.html>.
|
> More information: <https://github.com/puppetlabs/puppet/blob/main/references/man/apply.md>.
|
||||||
|
|
||||||
- Apply a manifest:
|
- Apply a manifest:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Help to manage and automate the configuration of servers.
|
> Help to manage and automate the configuration of servers.
|
||||||
> Some subcommands such as `agent` have their own usage documentation.
|
> Some subcommands such as `agent` have their own usage documentation.
|
||||||
> More information: <https://puppet.com/>.
|
> More information: <https://github.com/puppetlabs/puppet/blob/main/references/man/overview.md>.
|
||||||
|
|
||||||
- Execute a Puppet subcommand:
|
- Execute a Puppet subcommand:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# pydoc
|
# pydoc
|
||||||
|
|
||||||
> Display offline Python documentation.
|
> Display offline Python documentation.
|
||||||
> More information: <https://docs.python.org/3/library/pydoc.html>.
|
> More information: <https://docs.python.org/library/pydoc.html>.
|
||||||
|
|
||||||
- Print documentation on a subject (Python keyword, topic, function, module, package, etc.):
|
- Print documentation on a subject (Python keyword, topic, function, module, package, etc.):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# svn changelist
|
# svn changelist
|
||||||
|
|
||||||
> Associate a changelist with a set of files.
|
> Associate a changelist with a set of files.
|
||||||
> More information: <https://svnbook.red-bean.com/en/1.7/svn.advanced.changelists.html>.
|
> More information: <https://subversion.apache.org/>.
|
||||||
|
|
||||||
- Add files to a changelist, creating the changelist if it does not exist:
|
- Add files to a changelist, creating the changelist if it does not exist:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Clean up and pretty print HTML, XHTML and XML files.
|
> Clean up and pretty print HTML, XHTML and XML files.
|
||||||
> Note: `tidy` cannot preserve original indentation.
|
> Note: `tidy` cannot preserve original indentation.
|
||||||
> More information: <https://api.html-tidy.org/tidy/tidylib_api_5.2.0/tidy_cmd.html>.
|
> More information: <https://api.html-tidy.org/tidy/tidylib_api_next/group__options__cli.html#gad7a9fcaf7b2a712a82e625e84c042b28>.
|
||||||
|
|
||||||
- Pretty print an HTML file:
|
- Pretty print an HTML file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# venv
|
# venv
|
||||||
|
|
||||||
> Create lightweight virtual environments in python.
|
> Create lightweight virtual environments in python.
|
||||||
> More information: <https://docs.python.org/3/library/venv.html>.
|
> More information: <https://docs.python.org/library/venv.html>.
|
||||||
|
|
||||||
- Create a Python virtual environment:
|
- Create a Python virtual environment:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# xrdb
|
# xrdb
|
||||||
|
|
||||||
> X window server's resource database utility for Unix-like systems.
|
> X window server's resource database utility for Unix-like systems.
|
||||||
> More information: <https://www.x.org/releases/X11R7.7/doc/man/man1/xrdb.1.xhtml>.
|
> More information: <https://www.x.org/releases/current/doc/man/man1/xrdb.1.xhtml>.
|
||||||
|
|
||||||
- Start `xrdb` in interactive mode:
|
- Start `xrdb` in interactive mode:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Python Launcher for Windows that runs with specified Python version.
|
> Python Launcher for Windows that runs with specified Python version.
|
||||||
> See also: `python`.
|
> See also: `python`.
|
||||||
> More information: <https://docs.python.org/3/using/windows.html#python-launcher-for-windows>.
|
> More information: <https://docs.python.org/using/windows.html#python-launcher-for-windows>.
|
||||||
|
|
||||||
- Start a REPL (interactive shell), optionally with arguments supported by `python` (like `-c`, `-m`, etc.):
|
- Start a REPL (interactive shell), optionally with arguments supported by `python` (like `-c`, `-m`, etc.):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue