Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-12 00:27:18 +00:00
parent 084ddc68da
commit 42219ff8ca
3 changed files with 7 additions and 7 deletions

View File

@@ -24,11 +24,11 @@ source: https://github.com/tldr-pages/tldr.git
- Copy the contents of a file into the system clipboard:
`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{input_file.txt}}`
`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{path/to/input_file.txt}}`
- Copy the contents of a PNG into the system clipboard (can be pasted in other programs correctly):
`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png {{input_file.png}}`
`xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png {{path/to/input_file.png}}`
- Copy the user input in the console into the system clipboard: