pbcopy,pbpaste: add Thai translations (#9791)

This commit is contained in:
Nuttapong Rojanavanich
2023-02-03 11:38:01 +07:00
committed by GitHub
parent f46fc25fcd
commit 3a73b476e0
4 changed files with 28 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# pbcopy
> Copy data from `stdin` to the clipboard.
> Comparable to pressing Cmd + C on the keyboard.
> More information: <https://ss64.com/osx/pbcopy.html>.
- Place the contents of a specific file in the clipboard:

View File

@@ -1,6 +1,7 @@
# pbpaste
> Send the contents of the clipboard to standard output.
> Comparable to pressing Cmd + V on the keyboard.
> More information: <https://ss64.com/osx/pbpaste.html>.
- Write the contents of the clipboard to a file: