forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chatgpt, libreoffice: move to common and add Indonesian translation (t…
- Loading branch information
1 parent
aa7bf76
commit 4a6ad79
Showing
5 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
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 @@ | ||
# chatgpt | ||
|
||
> Skrip syel untuk memakai OpenAI ChatGPT dan DALL-E dalam terminal. | ||
> Informasi lebih lanjut: <https://github.com/0xacx/chatGPT-shell-cli>. | ||
- Jalankan dalam mode percakapan interaktif: | ||
|
||
`chatgpt` | ||
|
||
- Berikan [p]rompt (pertanyaan) untuk dijawab oleh sang model: | ||
|
||
`chatgpt --prompt "{{Bagaimana cara membuat kriteria ekspresi reguler untuk mencocokkan format alamat surel/email?}}"` | ||
|
||
- Jalankan dalam mode interaktif menggunakan suatu [m]odel (model default adalah `gpt-3.5-turbo`): | ||
|
||
`chatgpt --model {{gpt-4}}` | ||
|
||
- Jalankan dalam mode interaktif dengan [i]nitial prompt, perintah/permintaan awal yang dapat mendefinisikan jenis jawaban yang diharapkan dari sang model: | ||
|
||
`chatgpt --init-prompt "{{Anda adalah Rick, dari serial Rick and Morty. Tanggapi pertanyaan dengan gayanya dan menyertakan lelucon yang menghina.}}"` | ||
|
||
- Alihkan luaran dari program baris perintah lainnya sebagai pertanyaan masukan (prompt) kepada `chatgpt`: | ||
|
||
`echo "{{Bagaimana cara melihat proses yang berjalan di Ubuntu?}}" | chatgpt` | ||
|
||
- Generate an image using DALL-E: | ||
|
||
`chatgpt --prompt "{{image: Seekor kucing putih}}"` |
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 @@ | ||
# libreoffice | ||
|
||
> Antarmuka baris perintah untuk LibreOffice, aplikasi perkantoran mahir dan gratis. | ||
> Informasi lebih lanjut: <https://www.libreoffice.org/>. | ||
- Buka suatu atau beberapa berkas dalam mode baca-saja (read-only): | ||
|
||
`libreoffice --view {{jalan/menuju/berkas1 jalan/menuju/berkas2 ...}}` | ||
|
||
- Tampilkan isi suatu atau beberapa berkas: | ||
|
||
`libreoffice --cat {{jalan/menuju/berkas1 jalan/menuju/berkas2 ...}}` | ||
|
||
- Cetak berkas menggunakan mesin pencetak (printer) tertentu: | ||
|
||
`libreoffice --pt {{printer_name}} {{jalan/menuju/berkas1 jalan/menuju/berkas2 ...}}` | ||
|
||
- Konversi semua berkas `.doc` dalam direktori saat ini menuju PDF: | ||
|
||
`libreoffice --convert-to {{pdf}} {{*.doc}}` |
File renamed without changes.
File renamed without changes.