mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
noti: add Spanish translation (#14727)
This commit is contained in:
parent
9de941d889
commit
800f337c37
1 changed files with 16 additions and 0 deletions
16
pages.es/common/noti.md
Normal file
16
pages.es/common/noti.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# noti
|
||||||
|
|
||||||
|
> Monitorea un proceso y activa una notificación gráfica de voz o servicio.
|
||||||
|
> Más información: <https://github.com/variadico/noti>.
|
||||||
|
|
||||||
|
- Muestra una notificación cuando `tar` termina de comprimir archivos:
|
||||||
|
|
||||||
|
`noti {{tar -cjf ejemplo.tar.bz2 ejemplo/}}`
|
||||||
|
|
||||||
|
- Muestra una notificación incluso cuando se pone después del comando a vigilar:
|
||||||
|
|
||||||
|
`{{comando_a_vigilar}}; noti`
|
||||||
|
|
||||||
|
- Monitorea un proceso por PID y activa una notificación cuando el PID desaparece:
|
||||||
|
|
||||||
|
`noti -w {{identificador_del_proceso}}`
|
Loading…
Add table
Reference in a new issue