md-notes/Clipboard.md

14 lines
257 B
Markdown
Raw Permalink Normal View History

2022-07-25 13:05:35 +02:00
---
title: Clipboard
created: '2021-12-26T19:27:19.496Z'
modified: '2021-12-26T19:27:45.794Z'
---
# Clipboard
- `cat file.txt | xclip -selection clipboard -i` store file into clipboard
### On wayland
- `cat file.txt | wl-copy` store file into clipboard