mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 08:48:07 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user