-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
110 changed files
with
784 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
|
||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].4 | ||
uses: tj-actions/[email protected].5 | ||
with: | ||
# Ignore all other languages except English | ||
files_ignore: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
name: PR Labeler | ||
on: pull_request_target | ||
on: | ||
pull_request_target: | ||
pull_request: | ||
types: | ||
- ready_for_review | ||
permissions: | ||
pull-requests: write | ||
jobs: | ||
labeler: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: tldr-pages/tldr-labeler-action@v0.4.0 | ||
- uses: tldr-pages/tldr-labeler-action@v0.5.0 | ||
with: | ||
token: "${{ secrets.GITHUB_TOKEN }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# id | ||
|
||
> يعرض معرف المستخدم الحالي ومعرف المجموعة. | ||
> لمزيد من التفاصيل: <https://www.gnu.org/software/coreutils/id>. | ||
- عرض معرف المستخدم الحالي (UID) ومعرف المجموعة (GID) والمجموعات التي ينتمي إليها: | ||
|
||
`id` | ||
|
||
- عرض اسم المستخدم الحالي: | ||
|
||
`id -un` | ||
|
||
- عرض معرف المستخدم الحالي كرقم: | ||
|
||
`id -u` | ||
|
||
- عرض معرف المجموعة الأساسية الحالي: | ||
|
||
`id -gn` | ||
|
||
- عرض معرف المجموعة الأساسية الحالي كرقم: | ||
|
||
`id -g` | ||
|
||
- عرض معرف مستخدم آخر (UID) ومعرف المجموعة (GID) والمجموعات التي ينتمي إليها: | ||
|
||
`id {{اسم المستخدم}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# apkeep | ||
|
||
> Descarga archivos APK de varias fuentes. | ||
> Más información: <https://github.com/EFForg/apkeep>. | ||
- Descarga un archivo APK al directorio especificado: | ||
|
||
`apkeep --app {{com.example.application}} {{ruta/al/directorio}}` | ||
|
||
- Lista todas las versiones disponibles para descarga: | ||
|
||
`apkeep --app {{com.example.application}} --list-versions {{ruta/al/directorio}}` | ||
|
||
- Especifica la tienda para hacer la descarga: | ||
|
||
`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{ruta/al/directorio}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# caller | ||
|
||
> Imprime el contexto de la función. | ||
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#index-caller>. | ||
- Imprime la línea y el nombre de archivo desde donde se invocó a la función actual: | ||
|
||
`caller` | ||
|
||
- Imprime la línea, la función y el nombre de archivo desde donde se invocó a la función actual: | ||
|
||
`caller 0` | ||
|
||
- Imprime la línea, el nombre de la función y el nombre del archivo de una llamada a una función `n`: | ||
|
||
`caller {{n}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# fc-list | ||
|
||
> Lista las fuentes disponibles instaladas en el sistema. | ||
> Más información: <https://manned.org/fc-list>. | ||
- Devuelve una lista de las fuentes instaladas en su sistema: | ||
|
||
`fc-list` | ||
|
||
- Devuelve una lista de las fuentes instaladas con el nombre dado: | ||
|
||
`fc-list | grep '{{DejaVu Serif}}'` | ||
|
||
- Devuelve el número de fuentes instaladas con el nombre dado: | ||
|
||
`fc-list | wc -l` | ||
|
||
- Devuelve una lista de las fuentes instaladas que soportan el idioma basado en su código de idioma: | ||
|
||
`fc-list :lang={{jp}}` | ||
|
||
- Devuelve una lista de las fuentes instaladas que contienen el glifo especificado por su código Unicode: | ||
|
||
`fc-list :charset={{f303}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# lit | ||
|
||
> Comprobador integrado LLVM para ejecutar conjuntos de pruebas estilo LLVM y Clang, resumiendo los resultados. | ||
> Parte de LLVM. | ||
> Más información: <https://www.llvm.org/docs/CommandGuide/lit.html>. | ||
- Ejecuta un caso de prueba especificado: | ||
|
||
`lit {{ruta/al/archivo_de_prueba.test}}` | ||
|
||
- Ejecuta todos los casos de prueba en un directorio especificado: | ||
|
||
`lit {{ruta/al/suite_de_pruebas}}` | ||
|
||
- Ejecuta todos los escenarios de prueba y comprueba el tiempo de ejecución de cada uno de ellos: | ||
|
||
`lit {{ruta/a/suite_de_pruebas}} --time-tests` | ||
|
||
- Ejecuta pruebas individuales con Valgrind (comprobación de memoria y prueba de fuga de memoria): | ||
|
||
`lit {{ruta/al/archivo_prueba.test}} --vg --vg-leak --vg-args={{args_con_valgrind}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# trans | ||
|
||
> Translate Shell es un traductor de línea de comandos. | ||
> Más información: <https://github.com/soimort/translate-shell>. | ||
- Traduce una palabra (el idioma es detectado automáticamente): | ||
|
||
`trans "{{palabra_u_oración_a_traducir}}"` | ||
|
||
- Genera una traducción corta: | ||
|
||
`trans --brief "{{palabra_u_oración_a_traducir}}"` | ||
|
||
- Traduce una palabra al español: | ||
|
||
`trans :{{es}} {{palabra}}` | ||
|
||
- Traduce una palabra del alemán al español: | ||
|
||
`trans {{de}}:{{es}} {{Schmetterling}}` | ||
|
||
- Se comporta como un diccionario para obtener el significado de una palabra: | ||
|
||
`trans -d {{palabra}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# vmtouch | ||
|
||
> Gestiona la caché del sistema de archivos. | ||
> Más información: <https://manned.org/vmtouch>. | ||
- Imprime el estado de la caché de un archivo: | ||
|
||
`vmtouch {{ruta/al/archivo}}` | ||
|
||
- Carga un archivo en la caché: | ||
|
||
`vmtouch -t {{ruta/al/archivo}}` | ||
|
||
- Expulsa un archivo de la caché: | ||
|
||
`vmtouch -e {{ruta/al/archivo}}` | ||
|
||
- Bloquea un archivo en la memoria caché para evitar que salga de la memoria: | ||
|
||
`vmtouch -l {{ruta/al/archivo}}` | ||
|
||
- Bloquea un archivo y daemoniza el programa: | ||
|
||
`vmtouch -ld {{ruta/al/archivo}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# lookandfeeltool | ||
|
||
> Cambia los temas globales de Plasma. | ||
> Más información: <https://userbase.kde.org/System_Settings/Look_And_Feel>. | ||
- Lista los temas globales disponibles: | ||
|
||
`lookandfeeltool --list` | ||
|
||
- Aplica un tema global: | ||
|
||
`lookandfeeltool --apply {{org.example.theme.desktop}}` | ||
|
||
- Utiliza `lookandfeeltool` sin un servidor de muestra: | ||
|
||
`lookandfeeltool --platform offscreen` | ||
|
||
- Muestra la ayuda: | ||
|
||
`lookandfeeltool --help` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Percent sign | ||
|
||
> 작업 관리. | ||
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>. | ||
- 현재 작업을 포어그라운드로 가져오기: | ||
|
||
`%` | ||
|
||
- 이전 작업을 포어그라운드로 가져오기: | ||
|
||
`%-` | ||
|
||
- `N` 번호가 붙은 작업을 포어그라운드로 가져오기: | ||
|
||
`%{{N}}` | ||
|
||
- 명령이 `문자열`로 시작하는 작업을 포어그라운드로 가져오기: | ||
|
||
`%{{문자열}}` | ||
|
||
- 명령에 `문자열`이 포함된 작업을 포어그라운드로 가져오기: | ||
|
||
`%?{{문자열}}` | ||
|
||
- 일시 중지된 작업을 재개: | ||
|
||
`%{{1}} &` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# batch | ||
|
||
> 이 명령은 `at`의 에일리어스 (별칭) 입니다. | ||
> 더 많은 정보: <https://manned.org/batch>. | ||
- 원본 명령의 도큐멘테이션 (설명서) 보기: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.