mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00

* 7z, 7za, 7zr: update Indonesian translation * common: imperative mood on Indonesian translation * linux, osx, windows: imperative mood on Indonesian translation * common, linux: add Indonesian translation * powershell, pwsh: add Indonesian translation * common: add Indonesian translation * gcc: use standard file path template * Update pages.id/common/gcc.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/gcc.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/7za.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/gcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages.id/common/7za.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update 7za.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update gcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * git-commit: update Indonesian translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
24 lines
495 B
Markdown
24 lines
495 B
Markdown
# airpaste
|
|
|
|
> Bagikan pesan dan file dalam jaringan yang sama menggunakan mDNS.
|
|
> Informasi lebih lanjut: <https://github.com/mafintosh/airpaste>.
|
|
|
|
- Tunggu untuk pesan baru dan tampilkan pesan jika diterimanya:
|
|
|
|
`airpaste`
|
|
|
|
- Kirim teks menuju jaringan:
|
|
|
|
`echo {{teks}} | airpaste`
|
|
|
|
- Kirim sebuah file:
|
|
|
|
`airpaste < {{jalan/menuju/file}}`
|
|
|
|
- Terima pesan dalam bentuk file:
|
|
|
|
`airpaste > {{jalan/menuju/file}}`
|
|
|
|
- Buat atau masuk kepada suatu kanal penerimaan pesan:
|
|
|
|
`airpaste {{nama_kanal}}`
|