Skip to content

Commit

Permalink
Data update 2024-10-20 18-16-40
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Oct 20, 2024
1 parent 200e300 commit 600fc29
Show file tree
Hide file tree
Showing 164 changed files with 6,232 additions and 127 deletions.
16 changes: 10 additions & 6 deletions docs/en/common/fastfetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
layout: page
title: common/fastfetch (English)
description: "Display information about your operating system, software and hardware."
content_hash: 3edb7e62494aeffd2b44595ff1c6b998687911ef
last_modified_at: 2024-05-06
content_hash: 0767bc7c4b8f8f2dcc5e85af4951481f9f011bb7
last_modified_at: 2024-10-20
related_topics:
- title: 한국어 version
url: /ko/common/fastfetch.html
icon: bi bi-globe
tldri18n_status: 2
---
# fastfetch
Expand All @@ -15,10 +19,6 @@ More information: <https://github.com/LinusDierheimer/fastfetch>.

`fastfetch`

- Display system information without a logo and escape sequences:

`fastfetch --pipe`

- Fetch a specific structure:

`fastfetch --structure `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">structure</span>
Expand All @@ -31,6 +31,10 @@ More information: <https://github.com/LinusDierheimer/fastfetch>.

`fastfetch --logo `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">logo</span>

- Display system information without a logo:

`fastfetch --logo none`

- Use a specific color for the keys and title:

`fastfetch --color `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">blue</span>
6 changes: 3 additions & 3 deletions docs/en/common/lambo-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/lambo-new (English)
description: "A super-powered `laravel new` for Laravel and Valet."
content_hash: ef490b92953d18c70252216086f819ddb08b4661
last_modified_at: 2023-11-12
content_hash: 427dbb17d39e8c023e96accac47b1f4893fa5265
last_modified_at: 2024-10-20
tldri18n_status: 2
---
# lambo new
Expand All @@ -27,7 +27,7 @@ More information: <https://github.com/tighten/lambo>.

`lambo new --`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">vue|bootstrap|react</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">app_name</span>

- Install npm dependencies after the project has been created:
- Install `npm` dependencies after the project has been created:

`lambo new --node `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">app_name</span>

Expand Down
6 changes: 3 additions & 3 deletions docs/en/common/ncu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/ncu (English)
description: "Find newer versions of package dependencies and check outdated npm packages locally or globally."
content_hash: 5745d4993965f3946ef49773c2de63767b79f200
last_modified_at: 2023-11-23
content_hash: 0c5f685b93b394895edeed8c368cf5d5e1f037ff
last_modified_at: 2024-10-20
tldri18n_status: 2
---
# ncu
Expand All @@ -16,7 +16,7 @@ More information: <https://github.com/raineorshine/npm-check-updates>.

`ncu`

- List outdated global npm packages:
- List outdated global `npm` packages:

`ncu --global`

Expand Down
10 changes: 5 additions & 5 deletions docs/en/common/npm-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: common/npm-doctor (English)
description: "Check the health of the npm environment."
content_hash: 77a68c297ffb9f0d376f1cec57909a8df94bd5a9
content_hash: cf6664ac3e1141c1f14d3f66fdc02422e42125d2
last_modified_at: 2024-10-20
tldri18n_status: 2
---
Expand All @@ -11,19 +11,19 @@ tldri18n_status: 2
Check the health of the npm environment.
More information: <https://docs.npmjs.com/cli/commands/npm-doctor>.

- Run all default health checks for npm:
- Run all default health checks for `npm`:

`npm doctor`

- Check the connection to the npm registry:
- Check the connection to the `npm` registry:

`npm doctor connection`

- Check the versions of Node.js and npm in use:
- Check the versions of Node.js and `npm` in use:

`npm doctor versions`

- Check for permissions issues with npm directories and cache:
- Check for permissions issues with `npm` directories and cache:

`npm doctor permissions`

Expand Down
9 changes: 6 additions & 3 deletions docs/en/common/npm-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
layout: page
title: common/npm-home (English)
description: "Open the npm page, Yarn page, or GitHub repository of a package in the web browser."
content_hash: 052bde769b6591f56ffc87da16a6a3590d874215
last_modified_at: 2023-11-12
content_hash: 532c2687da787e2ae4594f1faeb91e7f6d96bfcd
last_modified_at: 2024-10-20
related_topics:
- title: 한국어 version
url: /ko/common/npm-home.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/npm-home.html
icon: bi bi-globe
tldri18n_status: 2
---
# npm-home

Open the npm page, Yarn page, or GitHub repository of a package in the web browser.
More information: <https://github.com/sindresorhus/npm-home>.

- Open the npm page of a specific package in the web browser:
- Open the `npm` page of a specific package in the web browser:

`npm-home `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

Expand Down
11 changes: 7 additions & 4 deletions docs/en/common/npm-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,26 @@
layout: page
title: common/npm-name (English)
description: "Check whether a package or organization name is available on npm."
content_hash: ece06d7d85d28c57f4984f8a9d1eb97b31dadbdd
last_modified_at: 2023-11-12
content_hash: bb636bfa7bdc3e3fe615a5f30f69b3c4a332c586
last_modified_at: 2024-10-20
related_topics:
- title: 한국어 version
url: /ko/common/npm-name.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/npm-name.html
icon: bi bi-globe
tldri18n_status: 2
---
# npm-name

Check whether a package or organization name is available on npm.
More information: <https://github.com/sindresorhus/npm-name-cli>.

- Check if a specific package name is available in the npm registry:
- Check if a specific package name is available in the `npm` registry:

`npm-name `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Find similar package names in the npm registry:
- Find similar package names in the `npm` registry:

`npm-name --similar `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>
45 changes: 45 additions & 0 deletions docs/en/common/npm-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: page
title: common/npm-team (English)
description: "Manage teams in an organization on the `npm` registry."
content_hash: 77a27a9633dcfe60a04131a30d9f6c0ac0fcd63e
last_modified_at: 2024-10-20
tldri18n_status: 0
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/common/npm-team.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># npm team

Manage teams in an organization on the `npm` registry.
More information: <https://docs.npmjs.com/cli/commands/npm-team>.

- Add a user to a team in an organization:

`npm team add `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">organization:team</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">username</span>

- Remove a user from a team:

`npm team rm `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">organization:team</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">username</span>

- Create a new team in an organization:

`npm team create `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">organization:team</span>

- Delete a team from an organization:

`npm team destroy `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">organization:team</span>

- List all teams in an organization:

`npm team ls `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">organization</span>

- List all users in a specific team:

`npm team ls `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">organization:team</span>
9 changes: 6 additions & 3 deletions docs/en/common/npm-why.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
layout: page
title: common/npm-why (English)
description: "Identifies why an npm package is installed."
content_hash: 99d5dd6b05aed92416e5868335cbab73251b9374
last_modified_at: 2023-11-12
content_hash: 9141ee4bcf2b3b6751e3a831d9b93a37c009cd21
last_modified_at: 2024-10-20
related_topics:
- title: Deutsch version
url: /de/common/npm-why.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/npm-why.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/npm-why.html
icon: bi bi-globe
- title: svenska version
url: /sv/common/npm-why.html
icon: bi bi-globe
Expand All @@ -21,6 +24,6 @@ tldri18n_status: 2
Identifies why an npm package is installed.
More information: <https://github.com/amio/npm-why>.

- Show why an npm package is installed:
- Show why an `npm` package is installed:

`npm-why `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>
6 changes: 3 additions & 3 deletions docs/en/common/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: common/npm (English)
description: "JavaScript and Node.js package manager."
content_hash: 4e4f5165a4ec9b78d6930923c597f1fc586eec88
content_hash: 930037ee17cf6ff08a45dba80a2c68d16fd405e9
last_modified_at: 2024-10-20
related_topics:
- title: Deutsch version
Expand Down Expand Up @@ -55,10 +55,10 @@ More information: <https://www.npmjs.com>.

`npm uninstall `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>

- List of locally installed dependencies:
- List all locally installed dependencies:

`npm list`

- List top-level globally installed packages:
- List all top-level globally installed packages:

`npm list `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">-g|--global</span>` --depth `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">0</span>
8 changes: 4 additions & 4 deletions docs/en/common/pnpx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/pnpx (English)
description: "Directly execute binaries from npm packages, using `pnpm` instead of `npm`."
content_hash: 1286abd91b503c48b949f23ca3abe281e107dcc5
last_modified_at: 2024-10-16
content_hash: 180b103d22dc098bdf02d5f5f20246ee0219529f
last_modified_at: 2024-10-20
tldri18n_status: 2
---
# pnpx
Expand All @@ -12,11 +12,11 @@ Directly execute binaries from npm packages, using `pnpm` instead of `npm`.
Note: This command is deprecated! Use `pnpm exec` and `pnpm dlx` instead.
More information: <https://cuyl.github.io/pnpm.github.io/pnpx-cli>.

- Execute the binary from a given npm module:
- Execute the binary from a given `npm` module:

`pnpx `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">module_name</span>

- Execute a specific binary from a given npm module, in case the module has multiple binaries:
- Execute a specific binary from a given `npm` module, in case the module has multiple binaries:

`pnpx --package `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_name</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">module_name</span>

Expand Down
8 changes: 6 additions & 2 deletions docs/en/common/tsc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/tsc (English)
description: "TypeScript compiler."
content_hash: ac5dd7ef37b501755fc0d35f6b34612583402eff
last_modified_at: 2023-11-12
content_hash: f0b786e12c5586fd4a3f3cc4a941f7ef03b9cc71
last_modified_at: 2024-10-20
tldri18n_status: 2
---
# tsc
Expand Down Expand Up @@ -34,3 +34,7 @@ More information: <https://www.typescriptlang.org/docs/handbook/compiler-options
- Type-check multiple JavaScript files, and output only the errors:

`tsc --allowJs --checkJs --noEmit `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">src/**/*.js</span>

- Run the compiler in watch mode, which automatically recompiles code when it changes:

`tsc --watch`
49 changes: 49 additions & 0 deletions docs/es/common/magick-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: page
title: common/magick-compare (español)
description: "Crea una imagen de comparación para anotar visualmente la diferencia entre dos imágenes."
content_hash: cf0d243fb3e6c4e737a338a86c09dd5dbf1b1a55
last_modified_at: 2024-10-20
related_topics:
- title: Deutsch version
url: /de/common/magick-compare.html
icon: bi bi-globe
- title: English version
url: /en/common/magick-compare.html
icon: bi bi-globe
- title: فارسی version
url: /fa/common/magick-compare.html
icon: bi bi-globe
- title: हिन्दी version
url: /hi/common/magick-compare.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/magick-compare.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/magick-compare.html
icon: bi bi-globe
tldri18n_status: 0
---

### Outdated Translation
This entry is currently considered outdated and its contents may not be up-to-date with other translations.

Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly.

<a class="btn btn-primary" href="{{ site.url }}/en/common/magick-compare.html">View original (English) version</a>
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>

<hr># magick compare

Crea una imagen de comparación para anotar visualmente la diferencia entre dos imágenes.
Vea también: `magick`.
Más información: <https://imagemagick.org/script/compare.php>.

- Compara dos imágenes:

`magick compare `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/a/imagen1.png</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/a/imagen2.png</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/a/diff.png</span>

- Compara dos imágenes usando una métrica específica:

`magick compare -verbose -metric `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">PSNR</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/a/imagen1.png</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/a/imagen2.png</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/a/diff.png</span>
Loading

0 comments on commit 600fc29

Please sign in to comment.