pages*: simplify page description (#12149)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Vitor Henrique 2024-02-14 17:25:13 -03:00 committed by GitHub
parent 22e8eb3722
commit c8f956319f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
204 changed files with 221 additions and 223 deletions

View File

@ -1,7 +1,6 @@
# aapt # aapt
> Android Asset Packaging Tool. > Android Asset Packaging Tool: compile and package an Android app's resources.
> Compile and package an Android app's resources.
> More information: <https://elinux.org/Android_aapt>. > More information: <https://elinux.org/Android_aapt>.
- List files contained in an APK archive: - List files contained in an APK archive:

View File

@ -1,6 +1,6 @@
# adb install # adb install
> Android Debug Bridge Install: Push packages to an Android emulator instance or connected Android devices. > Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>. > More information: <https://developer.android.com/studio/command-line/adb>.
- Push an Android application to an emulator/device: - Push an Android application to an emulator/device:

View File

@ -1,6 +1,6 @@
# adb shell # adb shell
> Android Debug Bridge Shell: Run remote shell commands on an Android emulator instance or connected Android devices. > Android Debug Bridge Shell: run remote shell commands on an Android emulator instance or connected Android devices.
> More information: <https://developer.android.com/studio/command-line/adb>. > More information: <https://developer.android.com/studio/command-line/adb>.
- Start a remote interactive shell on the emulator or device: - Start a remote interactive shell on the emulator or device:

View File

@ -1,6 +1,6 @@
# alex # alex
> A tool that catches insensitive, inconsiderate writing. > Catch insensitive, inconsiderate writing.
> It helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing in text. > It helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing in text.
> More information: <https://github.com/get-alex/alex>. > More information: <https://github.com/get-alex/alex>.

View File

@ -1,6 +1,6 @@
# androguard # androguard
> Reverse engineering tool for Android applications. Written in Python. > Reverse engineer Android applications. Written in Python.
> More information: <https://github.com/androguard/androguard>. > More information: <https://github.com/androguard/androguard>.
- Display Android app manifest: - Display Android app manifest:

View File

@ -1,7 +1,6 @@
# ant # ant
> Apache Ant. > Apache Ant: build and manage Java-based projects.
> Tool for building and managing Java-based projects.
> More information: <https://ant.apache.org>. > More information: <https://ant.apache.org>.
- Build a project with default build file `build.xml`: - Build a project with default build file `build.xml`:

View File

@ -1,6 +1,6 @@
# arc # arc
> Arcanist: A CLI for Phabricator. > Arcanist: a CLI for Phabricator.
> More information: <https://secure.phabricator.com/book/phabricator/article/arcanist/>. > More information: <https://secure.phabricator.com/book/phabricator/article/arcanist/>.
- Send the changes to Differential for review: - Send the changes to Differential for review:

View File

@ -1,7 +1,7 @@
# arduino-builder # arduino-builder
> Compile arduino sketches. > Compile arduino sketches.
> DEPRECATION WARNING: This tool is being phased out in favor of `arduino`. > DEPRECATION WARNING: this tool is being phased out in favor of `arduino`.
> More information: <https://github.com/arduino/arduino-builder>. > More information: <https://github.com/arduino/arduino-builder>.
- Compile a sketch: - Compile a sketch:

View File

@ -1,6 +1,6 @@
# asciidoctor # asciidoctor
> A processor that converts AsciiDoc files to a publishable format. > Convert AsciiDoc files to a publishable format.
> More information: <https://docs.asciidoctor.org>. > More information: <https://docs.asciidoctor.org>.
- Convert a specific `.adoc` file to HTML (the default output format): - Convert a specific `.adoc` file to HTML (the default output format):

View File

@ -1,6 +1,6 @@
# astronomer # astronomer
> Tool that detects illegitimate stars from bot accounts on GitHub projects. > Detect illegitimate stars from bot accounts on GitHub projects.
> More information: <https://github.com/Ullaakut/astronomer>. > More information: <https://github.com/Ullaakut/astronomer>.
- Scan a repository: - Scan a repository:

View File

@ -1,6 +1,6 @@
# autoflake # autoflake
> A tool to remove unused imports and variables from Python code. > Remove unused imports and variables from Python code.
> More information: <https://github.com/myint/autoflake>. > More information: <https://github.com/myint/autoflake>.
- Remove unused variables from a single file and display the diff: - Remove unused variables from a single file and display the diff:

View File

@ -1,6 +1,6 @@
# banner # banner
> Print the given argument as a large ASCII art. > Print the argument as a large ASCII art.
> More information: <https://manned.org/banner>. > More information: <https://manned.org/banner>.
- Print the text message as a large banner (quotes are optional): - Print the text message as a large banner (quotes are optional):

View File

@ -1,6 +1,6 @@
# bg # bg
> Resumes jobs that have been suspended (e.g. using `Ctrl + Z`), and keeps them running in the background. > Resume suspended jobs (e.g. using `Ctrl + Z`), and keeps them running in the background.
> More information: <https://manned.org/bg>. > More information: <https://manned.org/bg>.
- Resume the most recently suspended job and run it in the background: - Resume the most recently suspended job and run it in the background:

View File

@ -1,18 +1,18 @@
# birdc # birdc
> Bird remote control. > BIRD remote control.
> Command tool to retrieve information like routes from bird and perform configurations during runtime. > Retrieve information like routes from bird and perform configurations during runtime.
> More information: <https://bird.network.cz/>. > More information: <https://bird.network.cz/>.
- Open the remote control console: - Open the remote control console:
`birdc` `birdc`
- Reload the configuration without restarting Bird: - Reload the configuration without restarting BIRD:
`birdc configure` `birdc configure`
- Show the current status of Bird: - Show the current status of BIRD:
`birdc show status` `birdc show status`

View File

@ -1,6 +1,6 @@
# bosh # bosh
> Command-line tool to deploy and manage the bosh director. > Deploy and manage the BOSH director.
> More information: <https://bosh.io/docs/cli-v2/>. > More information: <https://bosh.io/docs/cli-v2/>.
- Create local alias for director: - Create local alias for director:

View File

@ -1,6 +1,6 @@
# bq # bq
> A Python-based tool for BigQuery. > A Python-based tool for BigQuery, Google Cloud's fully managed and completely serverless enterprise data warehouse.
> More information: <https://cloud.google.com/bigquery/docs/reference/bq-cli-reference>. > More information: <https://cloud.google.com/bigquery/docs/reference/bq-cli-reference>.
- Run query against a BigQuery table using standard SQL, add `--dry_run` flag to estimate the number of bytes read by the query: - Run query against a BigQuery table using standard SQL, add `--dry_run` flag to estimate the number of bytes read by the query:

View File

@ -1,6 +1,6 @@
# browser-sync # browser-sync
> Starts local web server that updates browser on file changes. > A local web server that updates browser on file changes.
> More information: <https://browsersync.io/docs/command-line>. > More information: <https://browsersync.io/docs/command-line>.
- Start a server from a specific directory: - Start a server from a specific directory:

View File

@ -1,6 +1,6 @@
# bshell # bshell
> A GUI tool for browsing for SSH/VNC servers on the local network. > A GUI for browsing for SSH/VNC servers on the local network.
> See also: `bssh` and `bvnc`. > See also: `bssh` and `bvnc`.
> More information: <https://manned.org/bshell>. > More information: <https://manned.org/bshell>.

View File

@ -1,6 +1,6 @@
# bundletool dump # bundletool dump
> Command-line tool to manipulate Android Application Bundles. > Manipulate Android Application Bundles.
> More information: <https://developer.android.com/studio/command-line/bundletool>. > More information: <https://developer.android.com/studio/command-line/bundletool>.
- Display the `AndroidManifest.xml` of the base module: - Display the `AndroidManifest.xml` of the base module:

View File

@ -1,6 +1,6 @@
# bundletool validate # bundletool validate
> Command-line tool to manipulate Android Application Bundles. > Manipulate Android Application Bundles.
> More information: <https://developer.android.com/studio/command-line/bundletool>. > More information: <https://developer.android.com/studio/command-line/bundletool>.
- Verify a bundle and display detailed information about it: - Verify a bundle and display detailed information about it:

View File

@ -1,6 +1,6 @@
# bundletool # bundletool
> Command-line tool to manipulate Android Application Bundles. > Manipulate Android Application Bundles.
> Some subcommands such as `bundletool validate` have their own usage documentation. > Some subcommands such as `bundletool validate` have their own usage documentation.
> More information: <https://developer.android.com/studio/command-line/bundletool>. > More information: <https://developer.android.com/studio/command-line/bundletool>.

View File

@ -1,6 +1,6 @@
# buzzphrase # buzzphrase
> Node.js command-line tool to output a random buzzphrase. > Output a random buzzphrase. Written in Node.js.
> More information: <https://github.com/atomantic/buzzphrase>. > More information: <https://github.com/atomantic/buzzphrase>.
- Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun: - Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun:

View File

@ -1,6 +1,6 @@
# calibre-server # calibre-server
> A server application that can be used to distribute e-books over a network. > A server application to distribute e-books over a network.
> Note: e-books must already be imported into the library using the GUI or the `calibredb` CLI. > Note: e-books must already be imported into the library using the GUI or the `calibredb` CLI.
> More information: <https://manual.calibre-ebook.com/generated/en/calibre-server.html>. > More information: <https://manual.calibre-ebook.com/generated/en/calibre-server.html>.

View File

@ -1,6 +1,6 @@
# calibredb # calibredb
> Tool to manipulate the your e-book database. > Manipulate an e-book database.
> Part of the Calibre e-book library. > Part of the Calibre e-book library.
> More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>. > More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.

View File

@ -1,17 +1,21 @@
# cargo locate-project # cargo locate-project
> Print the full path to the `Cargo.toml` manifest of the current project. > Print the full path to the `Cargo.toml` manifest of a project.
> If the project is part of a workspace, the manifest of the project is shown, rather than that of the workspace. > If the project is part of a workspace, the manifest of the project is shown, rather than that of the workspace.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-locate-project.html>. > More information: <https://doc.rust-lang.org/cargo/commands/cargo-locate-project.html>.
- Print the JSON object to `stdout` with full path to the `Cargo.toml` manifest: - Display the JSON object with full path to the `Cargo.toml` manifest:
`cargo locate-project` `cargo locate-project`
- Print the project path in the specified format: - Display the project path in the specified format:
`cargo locate-project --message-format {{plain|json}}` `cargo locate-project --message-format {{plain|json}}`
- Print the `Cargo.toml` manifest located at the root of the workspace as opposed to the current workspace member: - Display the `Cargo.toml` manifest located at the root of the workspace as opposed to the current workspace member:
`cargo locate-project --workspace` `cargo locate-project --workspace`
- Display the `Cargo.toml` manifest of a specific directory:
`cargo locate-project --manifest-path {{path/to/Cargo.toml}}`

View File

@ -1,6 +1,6 @@
# cf # cf
> Command-line tool to manage apps and services on Cloud Foundry. > Manage apps and services on Cloud Foundry.
> More information: <https://docs.cloudfoundry.org>. > More information: <https://docs.cloudfoundry.org>.
- Log in to the Cloud Foundry API: - Log in to the Cloud Foundry API:

View File

@ -1,6 +1,6 @@
# cksum # cksum
> Calculates CRC checksums and byte counts of a file. > Calculate CRC checksums and byte counts of a file.
> Note: on old UNIX systems the CRC implementation may differ. > Note: on old UNIX systems the CRC implementation may differ.
> More information: <https://www.gnu.org/software/coreutils/cksum>. > More information: <https://www.gnu.org/software/coreutils/cksum>.

View File

@ -1,6 +1,6 @@
# clang-format # clang-format
> Tool to auto-format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code. > Auto-format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code.
> More information: <https://clang.llvm.org/docs/ClangFormat.html>. > More information: <https://clang.llvm.org/docs/ClangFormat.html>.
- Format a file and print the result to `stdout`: - Format a file and print the result to `stdout`:

View File

@ -1,6 +1,6 @@
# clj # clj
> Clojure tool to start a REPL or invoke a specific function with data. > Clojure tool to start a REPL or invoke a function with data.
> All options can be defined in a `deps.edn` file. > All options can be defined in a `deps.edn` file.
> More information: <https://clojure.org/guides/deps_and_cli>. > More information: <https://clojure.org/guides/deps_and_cli>.

View File

@ -1,6 +1,6 @@
# cloudflared # cloudflared
> Command-line tool to create a persistent connection to the Cloudflare network. > Create a persistent connection to the Cloudflare network.
> More information: <https://developers.cloudflare.com/argo-tunnel/>. > More information: <https://developers.cloudflare.com/argo-tunnel/>.
- Authenticate and associate the connection to a domain in the Cloudflare account: - Authenticate and associate the connection to a domain in the Cloudflare account:

View File

@ -1,6 +1,6 @@
# colorls # colorls
> A Ruby gem that beautifies the terminal's `ls` command, with color and font-awesome icons. > Beautify `ls` command output, with color and font-awesome icons. Available as a Ruby gem.
> More information: <https://github.com/athityakumar/colorls>. > More information: <https://github.com/athityakumar/colorls>.
- List files one per line: - List files one per line:

View File

@ -1,6 +1,6 @@
# crystal # crystal
> Tool for managing Crystal source code. > Manage Crystal source code.
> More information: <https://crystal-lang.org/reference/using_the_compiler>. > More information: <https://crystal-lang.org/reference/using_the_compiler>.
- Run a Crystal file: - Run a Crystal file:

View File

@ -1,7 +1,7 @@
# cupsenable # cupsenable
> Start printers and classes. > Start printers and classes.
> NOTE: destination is referred as a printer or a class of printers. > Note: destination is referred as a printer or a class of printers.
> See also: `cupsdisable`, `cupsaccept`, `cupsreject`, `lpstat`. > See also: `cupsdisable`, `cupsaccept`, `cupsreject`, `lpstat`.
> More information: <https://www.cups.org/doc/man-cupsenable.html>. > More information: <https://www.cups.org/doc/man-cupsenable.html>.

View File

@ -1,6 +1,6 @@
# dart # dart
> The tool for managing Dart projects. > Manage Dart projects.
> More information: <https://dart.dev/tools/dart-tool>. > More information: <https://dart.dev/tools/dart-tool>.
- Initialize a new Dart project in a directory of the same name: - Initialize a new Dart project in a directory of the same name:

View File

@ -1,6 +1,6 @@
# dexter # dexter
> Tool for authenticating the kubectl users with OpenId Connect. > Authenticate the `kubectl` users with OpenId Connect.
> More information: <https://github.com/gini/dexter>. > More information: <https://github.com/gini/dexter>.
- Create and authenticate a user with Google OIDC: - Create and authenticate a user with Google OIDC:

View File

@ -1,6 +1,6 @@
# diff-pdf # diff-pdf
> Tool for comparing two PDFs. > Compare two PDFs.
> More information: <https://github.com/vslavik/diff-pdf>. > More information: <https://github.com/vslavik/diff-pdf>.
- Compare PDFs, indicating changes using return codes (`0` = no difference, `1` = PDFs differ): - Compare PDFs, indicating changes using return codes (`0` = no difference, `1` = PDFs differ):

View File

@ -1,6 +1,6 @@
# dirname # dirname
> Calculates the parent directory of a given file or directory path. > Calculates the parent directory of a file or directory path.
> More information: <https://www.gnu.org/software/coreutils/dirname>. > More information: <https://www.gnu.org/software/coreutils/dirname>.
- Calculate the parent directory of a given path: - Calculate the parent directory of a given path:

View File

@ -1,6 +1,6 @@
# dive # dive
> A tool for exploring a Docker image, layer contents, and discovering ways to shrink it. > Explore a Docker image, layer contents, and discover ways to shrink it.
> More information: <https://github.com/wagoodman/dive>. > More information: <https://github.com/wagoodman/dive>.
- Analyze a Docker image: - Analyze a Docker image:

View File

@ -1,6 +1,6 @@
# doctl apps # doctl apps
> Used to manage digitalocean apps. > Manage DigitalOcean apps.
> More information: <https://docs.digitalocean.com/reference/doctl/reference/apps>. > More information: <https://docs.digitalocean.com/reference/doctl/reference/apps>.
- Create an app: - Create an app:

View File

@ -1,6 +1,6 @@
# doctl databases db # doctl databases db
> Manage specific databases that are served by a database cluster. > Manage databases that are served by a database cluster.
> More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/db>. > More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/db>.
- Run a `doctl databases db` command with an access token: - Run a `doctl databases db` command with an access token:

View File

@ -1,6 +1,6 @@
# dolt checkout # dolt checkout
> Checkout the work tree or tables to a specific branch or commit. > Checkout the work tree or tables to a branch or commit.
> More information: <https://docs.dolthub.com/cli-reference/cli#dolt-checkout>. > More information: <https://docs.dolthub.com/cli-reference/cli#dolt-checkout>.
- Switch to a branch: - Switch to a branch:

View File

@ -1,6 +1,6 @@
# dua # dua
> Dua (Disk Usage Analyzer) is a tool to conveniently learn about the usage of disk space of a given directory. > Dua (Disk Usage Analyzer): get the disk space usage of a directory.
> More information: <https://github.com/Byron/dua-cli>. > More information: <https://github.com/Byron/dua-cli>.
- Analyze specific directory: - Analyze specific directory:

View File

@ -1,6 +1,6 @@
# electron-packager # electron-packager
> A tool used to build Electron app executables for Windows, Linux and macOS. > Build Electron app executables for Windows, Linux and macOS.
> Requires a valid package.json in the application directory. > Requires a valid package.json in the application directory.
> More information: <https://github.com/electron/electron-packager>. > More information: <https://github.com/electron/electron-packager>.

View File

@ -1,7 +1,6 @@
# ember # ember
> The Ember.js command-line utility. > Ember CLI: create and manage Ember.js applications.
> Used for creating and maintaining Ember.js applications.
> More information: <https://cli.emberjs.com>. > More information: <https://cli.emberjs.com>.
- Create a new Ember application: - Create a new Ember application:

View File

@ -1,6 +1,6 @@
# exenv # exenv
> A tool to easily install Elixir versions and manage application environments. > Easily install Elixir versions and manage application environments.
> More information: <https://github.com/mururu/exenv>. > More information: <https://github.com/mururu/exenv>.
- Display a list of installed versions: - Display a list of installed versions:

View File

@ -1,6 +1,6 @@
# fdupes # fdupes
> Finds duplicate files in a given set of directories. > Finds duplicate files in a set of directories.
> More information: <https://github.com/adrianlopezroche/fdupes>. > More information: <https://github.com/adrianlopezroche/fdupes>.
- Search a single directory: - Search a single directory:

View File

@ -1,6 +1,6 @@
# find # find
> Find files or directories under the given directory tree, recursively. > Find files or directories under a directory tree, recursively.
> More information: <https://manned.org/find>. > More information: <https://manned.org/find>.
- Find files by extension: - Find files by extension:

View File

@ -1,7 +1,6 @@
# fio # fio
> Flexible I/O tester. > Flexible I/O tester: do an I/O action spawning multiple threads or processes.
> Tool that will spawn a number of threads or processes doing a particular type of I/O action.
> More information: <https://fio.readthedocs.io/en/latest/fio_doc.html>. > More information: <https://fio.readthedocs.io/en/latest/fio_doc.html>.
- Test random reads: - Test random reads:

View File

@ -1,6 +1,6 @@
# flake8 # flake8
> Tool to check the style and quality of Python code. > Check the style and quality of Python code.
> More information: <https://flake8.pycqa.org/>. > More information: <https://flake8.pycqa.org/>.
- Lint a file or directory recursively: - Lint a file or directory recursively:

View File

@ -1,6 +1,6 @@
# fmt # fmt
> Reformat a text file by joining its paragraphs and limiting the line width to given number of characters (75 by default). > Reformat a text file by joining its paragraphs and limiting the line width to a number of characters (75 by default).
> More information: <https://www.gnu.org/software/coreutils/fmt>. > More information: <https://www.gnu.org/software/coreutils/fmt>.
- Reformat a file: - Reformat a file:

View File

@ -1,6 +1,6 @@
# func # func
> Azure Functions Core Tools: Develop and test Azure Functions locally. > Azure Functions Core Tools: develop and test Azure Functions locally.
> Local functions can connect to live Azure services, and can deploy a function app to an Azure subscription. > Local functions can connect to live Azure services, and can deploy a function app to an Azure subscription.
> More information: <https://learn.microsoft.com/azure/azure-functions/functions-run-local>. > More information: <https://learn.microsoft.com/azure/azure-functions/functions-run-local>.

View File

@ -1,6 +1,6 @@
# gcalcli # gcalcli
> Command-line tool to interact with Google Calendar. > Interact with Google Calendar.
> Requests Google API authorization upon first launch. > Requests Google API authorization upon first launch.
> More information: <https://github.com/insanum/gcalcli>. > More information: <https://github.com/insanum/gcalcli>.

View File

@ -1,6 +1,6 @@
# gcloud components install # gcloud components install
> Install specific components of the Google Cloud CLI, along with their dependencies. > Install components of the Google Cloud CLI, along with their dependencies.
> Installs components at the current version of the Google Cloud CLI without upgrading the existing installation. > Installs components at the current version of the Google Cloud CLI without upgrading the existing installation.
> More information: <https://cloud.google.com/sdk/gcloud/reference/components/install>. > More information: <https://cloud.google.com/sdk/gcloud/reference/components/install>.

View File

@ -1,6 +1,6 @@
# gdaldem # gdaldem
> Tool to analyze and visualize digital elevation models (DEM). > Analyze and visualize digital elevation models (DEM).
> More information: <https://gdal.org/programs/gdaldem>. > More information: <https://gdal.org/programs/gdaldem>.
- Compute the hillshade of a DEM: - Compute the hillshade of a DEM:

View File

@ -1,6 +1,6 @@
# gdrive # gdrive
> Command-line tool to interact with Google Drive. > Interact with Google Drive.
> Folder/file ID can be obtained from the Google Drive folder or ID URL. > Folder/file ID can be obtained from the Google Drive folder or ID URL.
> More information: <https://github.com/gdrive-org/gdrive>. > More information: <https://github.com/gdrive-org/gdrive>.

View File

@ -1,9 +1,9 @@
# git check-ref-format # git check-ref-format
> Check if a given refname is acceptable, and exit with a non-zero status if it is not. > Check if a reference name is acceptable, and exit with a non-zero status if it is not.
> More information: <https://git-scm.com/docs/git-check-ref-format>. > More information: <https://git-scm.com/docs/git-check-ref-format>.
- Check the format of the specified refname: - Check the format of the specified reference name:
`git check-ref-format {{refs/head/refname}}` `git check-ref-format {{refs/head/refname}}`

View File

@ -1,6 +1,6 @@
# git commits-since # git commits-since
> Display commits since a specific time or date. > Display commits since a time or date.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-commits-since>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-commits-since>.

View File

@ -1,6 +1,6 @@
# git contrib # git contrib
> Display commits from a specific author. > Display commits from a author.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-contrib>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-contrib>.

View File

@ -1,6 +1,6 @@
# git delete-submodule # git delete-submodule
> Delete a specific submodule from a `git` repository. > Delete a submodule from a `git` repository.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-submodule>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-submodule>.

View File

@ -1,6 +1,6 @@
# git diff-index # git diff-index
> Compare the working directory with a specific commit or tree object. > Compare the working directory with a commit or tree object.
> More information: <https://git-scm.com/docs/git-diff-index>. > More information: <https://git-scm.com/docs/git-diff-index>.
- Compare the working directory with a specific commit: - Compare the working directory with a specific commit:

View File

@ -1,6 +1,6 @@
# git fork # git fork
> Fork the given GitHub repo. Like `git clone` but forks first. > Fork a GitHub repo. Like `git clone` but forks first.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-fork>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-fork>.

View File

@ -1,6 +1,6 @@
# git graft # git graft
> Merge commits from a specific branch into another branch and delete the source branch. > Merge commits from a branch into another branch and delete the source branch.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-graft>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-graft>.

View File

@ -1,6 +1,6 @@
# git obliterate # git obliterate
> Delete specific files and erase their history from a Git repository. > Delete files and erase their history from a Git repository.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-obliterate>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-obliterate>.

View File

@ -1,6 +1,6 @@
# git reset-file # git reset-file
> Revert a file to HEAD or a specific commit. > Revert a file to HEAD or a commit.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-reset-file>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-reset-file>.

View File

@ -1,6 +1,6 @@
# git rev-parse # git rev-parse
> Display metadata related to specific revisions. > Display metadata related to revisions.
> More information: <https://git-scm.com/docs/git-rev-parse>. > More information: <https://git-scm.com/docs/git-rev-parse>.
- Get the commit hash of a branch: - Get the commit hash of a branch:

View File

@ -1,6 +1,6 @@
# git setup # git setup
> Create a Git repository in a specific directory and commit all files. > Create a Git repository in a directory and commit all files.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-setup>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-setup>.

View File

@ -1,6 +1,6 @@
# git subtree # git subtree
> Tool to manage project dependencies as subprojects. > Manage project dependencies as subprojects.
> More information: <https://manpages.debian.org/latest/git-man/git-subtree.1.html>. > More information: <https://manpages.debian.org/latest/git-man/git-subtree.1.html>.
- Add a Git repository as a subtree: - Add a Git repository as a subtree:

View File

@ -1,7 +1,7 @@
# git tag # git tag
> Create, list, delete or verify tags. > Create, list, delete or verify tags.
> A tag is a static reference to a specific commit. > A tag is a static reference to a commit.
> More information: <https://git-scm.com/docs/git-tag>. > More information: <https://git-scm.com/docs/git-tag>.
- List all tags: - List all tags:

View File

@ -1,6 +1,6 @@
# gitmoji # gitmoji
> An interactive command-line tool for using emojis on commits. > Interactively insert emojis on commits.
> More information: <https://github.com/carloscuesta/gitmoji-cli>. > More information: <https://github.com/carloscuesta/gitmoji-cli>.
- Start the commit wizard: - Start the commit wizard:

View File

@ -1,6 +1,6 @@
# go tool # go tool
> Run a specific Go tool or command. > Run a Go tool or command.
> Execute a Go command as a stand-alone binary, typically for debugging. > Execute a Go command as a stand-alone binary, typically for debugging.
> More information: <https://pkg.go.dev/cmd/go#hdr-Run_specified_go_tool>. > More information: <https://pkg.go.dev/cmd/go#hdr-Run_specified_go_tool>.

View File

@ -1,6 +1,6 @@
# go # go
> Tool for managing go source code. > Manage Go source code.
> Some subcommands such as `go build` have their own usage documentation. > Some subcommands such as `go build` have their own usage documentation.
> More information: <https://golang.org>. > More information: <https://golang.org>.

View File

@ -1,6 +1,6 @@
# gofmt # gofmt
> Tool for formatting Go source code. > Format Go source code.
> More information: <https://golang.org/cmd/gofmt/>. > More information: <https://golang.org/cmd/gofmt/>.
- Format a file and display the result to the console: - Format a file and display the result to the console:

View File

@ -1,6 +1,6 @@
# gotelemetry # gotelemetry
> A tool for managing Go telemetry data and settings. > Manage Go telemetry data and settings.
> More information: <https://telemetry.go.dev/privacy#collection>. > More information: <https://telemetry.go.dev/privacy#collection>.
- Enable telemetry uploading: - Enable telemetry uploading:

View File

@ -1,6 +1,6 @@
# gox # gox
> A tool for cross-compiling Go programs. > Cross-compile Go programs.
> More information: <https://github.com/mitchellh/gox>. > More information: <https://github.com/mitchellh/gox>.
- Compile Go program in the current directory for all operating systems and architecture combinations: - Compile Go program in the current directory for all operating systems and architecture combinations:

View File

@ -1,6 +1,6 @@
# gum # gum
> A tool for making glamorous shell scripts. > Make glamorous shell scripts.
> More information: <https://github.com/charmbracelet/gum>. > More information: <https://github.com/charmbracelet/gum>.
- Interactively pick a specific option to print to `stdout`: - Interactively pick a specific option to print to `stdout`:

View File

@ -1,6 +1,6 @@
# gunzip # gunzip
> Extract file(s) from a `gzip` (`.gz`) archive. > Extract files from a `gzip` (`.gz`) archive.
> More information: <https://manned.org/gunzip>. > More information: <https://manned.org/gunzip>.
- Extract a file from an archive, replacing the original file if it exists: - Extract a file from an archive, replacing the original file if it exists:

View File

@ -1,6 +1,6 @@
# hub fork # hub fork
> Fork the given GitHub repo. Like `git fork` from `git-extras`. > Fork a GitHub repo. Like `git fork` from `git-extras`.
> More information: <https://hub.github.com/hub-fork.1.html>. > More information: <https://hub.github.com/hub-fork.1.html>.
- Fork a GitHub repository by its slug: - Fork a GitHub repository by its slug:

View File

@ -1,6 +1,6 @@
# id3tag # id3tag
> Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files. > Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files.
> More information: <https://manned.org/id3tag>. > More information: <https://manned.org/id3tag>.
- Set artist and song title tag of an MP3 file: - Set artist and song title tag of an MP3 file:

View File

@ -1,6 +1,6 @@
# jupytext # jupytext
> Tool to convert Jupyter notebooks to plain text documents, and back again. > Convert Jupyter notebooks to plain text documents, and back again.
> More information: <https://jupytext.readthedocs.io>. > More information: <https://jupytext.readthedocs.io>.
- Turn a notebook into a paired `.ipynb`/`.py` notebook: - Turn a notebook into a paired `.ipynb`/`.py` notebook:

View File

@ -1,6 +1,6 @@
# kind # kind
> Tool for running local Kubernetes clusters using Docker container "nodes". > Run local Kubernetes clusters using Docker container "nodes".
> Designed for testing Kubernetes itself, but may be used for local development or continuous integration. > Designed for testing Kubernetes itself, but may be used for local development or continuous integration.
> More information: <https://github.com/kubernetes-sigs/kind>. > More information: <https://github.com/kubernetes-sigs/kind>.

View File

@ -1,6 +1,6 @@
# kompose # kompose
> A tool to convert docker-compose applications to Kubernetes. > Convert docker-compose applications to Kubernetes.
> More information: <https://github.com/kubernetes/kompose>. > More information: <https://github.com/kubernetes/kompose>.
- Deploy a dockerized application to Kubernetes: - Deploy a dockerized application to Kubernetes:

View File

@ -1,6 +1,6 @@
# kosmorro # kosmorro
> Compute the ephemerides and the events for a given date, at a given position on Earth. > Compute the ephemerides and the events for a date at a position on Earth.
> More information: <http://kosmorro.space>. > More information: <http://kosmorro.space>.
- Get ephemerides for Paris, France: - Get ephemerides for Paris, France:

View File

@ -1,6 +1,6 @@
# lb # lb
> A tool for managing a blog contained in the current directory. > Manage a blog contained in the current directory.
> Drafts and posts to operate on are selected interactively when running the commands. > Drafts and posts to operate on are selected interactively when running the commands.
> More information: <https://github.com/LukeSmithxyz/lb>. > More information: <https://github.com/LukeSmithxyz/lb>.

View File

@ -1,6 +1,6 @@
# lerna # lerna
> A tool for managing JavaScript projects with multiple packages. > Manage JavaScript projects with multiple packages.
> More information: <https://lerna.js.org>. > More information: <https://lerna.js.org>.
- Initialize project files (`lerna.json`, `package.json`, `.git`, etc.): - Initialize project files (`lerna.json`, `package.json`, `.git`, etc.):

View File

@ -1,6 +1,6 @@
# loc # loc
> Tool written in Rust that counts lines of code. > Count lines of code. Written in Rust.
> More information: <https://github.com/cgag/loc>. > More information: <https://github.com/cgag/loc>.
- Print lines of code in the current directory: - Print lines of code in the current directory:

View File

@ -1,6 +1,6 @@
# minikube # minikube
> Tool to run Kubernetes locally. > Run Kubernetes locally.
> More information: <https://minikube.sigs.k8s.io/docs/>. > More information: <https://minikube.sigs.k8s.io/docs/>.
- Start the cluster: - Start the cluster:

View File

@ -1,6 +1,6 @@
# mkcert # mkcert
> Tool for making locally-trusted development certificates. > Make locally-trusted development certificates.
> More information: <https://github.com/FiloSottile/mkcert>. > More information: <https://github.com/FiloSottile/mkcert>.
- Install the local CA in the system trust store: - Install the local CA in the system trust store:

View File

@ -1,6 +1,6 @@
# mocha # mocha
> Execute Mocha JavaScript test runner. > A feature-rich JavaScript test framework.
> More information: <https://mochajs.org>. > More information: <https://mochajs.org>.
- Run tests with default configuration or as configured in `mocha.opts`: - Run tests with default configuration or as configured in `mocha.opts`:

View File

@ -1,6 +1,6 @@
# mp4box # mp4box
> MPEG-4 Systems Toolbox - Muxes streams into MP4 container. > MPEG-4 Systems Toolbox: muxe streams into MP4 container.
> More information: <https://gpac.wp.imt.fr/mp4box>. > More information: <https://gpac.wp.imt.fr/mp4box>.
- Display information about an existing MP4 file: - Display information about an existing MP4 file:

View File

@ -1,7 +1,6 @@
# mvn # mvn
> Apache Maven. > Apache Maven: build and manage Java-based projects.
> Tool for building and managing Java-based projects.
> More information: <https://maven.apache.org>. > More information: <https://maven.apache.org>.
- Compile a project: - Compile a project:

View File

@ -1,6 +1,6 @@
# n # n
> Tool to manage multiple node versions. > Manage multiple node versions.
> More information: <https://github.com/tj/n>. > More information: <https://github.com/tj/n>.
- Install a given version of node. If the version is already installed, it will be activated: - Install a given version of node. If the version is already installed, it will be activated:

View File

@ -1,6 +1,6 @@
# nextflow # nextflow
> Tool for running computational pipelines. Mostly used for bioinformatics workflows. > Run computational pipelines. Mostly used for bioinformatics workflows.
> More information: <https://www.nextflow.io>. > More information: <https://www.nextflow.io>.
- Run a pipeline, use cached results from previous runs: - Run a pipeline, use cached results from previous runs:

View File

@ -2,7 +2,7 @@
> A powerful package manager that makes package management reliable, reproducible, and declarative. > A powerful package manager that makes package management reliable, reproducible, and declarative.
> `nix` is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`. > `nix` is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`.
> Some `nix` subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation. > Some subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation.
> More information: <https://nixos.org/manual/nix>. > More information: <https://nixos.org/manual/nix>.
- Enable the `nix` command: - Enable the `nix` command:

View File

@ -1,6 +1,6 @@
# nload # nload
> A tool for visualizing network usage in the terminal. > Visualize network usage in the terminal.
> More information: <https://github.com/rolandriegel/nload>. > More information: <https://github.com/rolandriegel/nload>.
- View all network traffic (use the arrow keys to switch interfaces): - View all network traffic (use the arrow keys to switch interfaces):

View File

@ -1,6 +1,6 @@
# nodenv # nodenv
> A tool to manage Node.js versions. > Manage Node.js versions.
> More information: <https://github.com/nodenv/nodenv>. > More information: <https://github.com/nodenv/nodenv>.
- Install a specific version of Node.js: - Install a specific version of Node.js:

View File

@ -1,6 +1,6 @@
# nslookup # nslookup
> Query name server(s) for various domain records. > Query name servers for various domain records.
> More information: <https://manned.org/nslookup>. > More information: <https://manned.org/nslookup>.
- Query your system's default name server for an IP address (A record) of the domain: - Query your system's default name server for an IP address (A record) of the domain:

View File

@ -1,6 +1,6 @@
# opt # opt
> A tool that takes LLVM source files and runs specified optimizations and/or analyses on them. > Runs optimizations and analyse LLVM source files.
> More information: <https://llvm.org/docs/CommandGuide/opt.html>. > More information: <https://llvm.org/docs/CommandGuide/opt.html>.
- Run an optimization or analysis on a bitcode file: - Run an optimization or analysis on a bitcode file:

View File

@ -1,6 +1,6 @@
# parallel-lint # parallel-lint
> A tool to check the syntax of PHP files in parallel. > Check the syntax of PHP files in parallel.
> More information: <https://github.com/JakubOnderka/PHP-Parallel-Lint>. > More information: <https://github.com/JakubOnderka/PHP-Parallel-Lint>.
- Lint a specific directory: - Lint a specific directory:

View File

@ -1,6 +1,6 @@
# parquet-tools # parquet-tools
> A tool to show, inspect and manipulate Parquet file. > Show, inspect and manipulate Parquet file.
> More information: <https://github.com/apache/parquet-mr>. > More information: <https://github.com/apache/parquet-mr>.
- Display the content of a Parquet file: - Display the content of a Parquet file:

View File

@ -1,6 +1,6 @@
# pass # pass
> Tool for storing and reading passwords or other sensitive data. > Store and read passwords or other sensitive data.
> All data is GPG-encrypted, and managed with a Git repository. > All data is GPG-encrypted, and managed with a Git repository.
> More information: <https://www.passwordstore.org>. > More information: <https://www.passwordstore.org>.

Some files were not shown because too many files have changed in this diff Show More