spanskiblog/content/posts/Clipboard.md

17 lines
285 B
Markdown
Raw Normal View History

2022-12-24 17:42:40 +01:00
2022-12-24 17:09:22 +01:00
+++
2023-02-27 21:59:02 +01:00
date="2023-02-03"
2022-12-24 17:09:22 +01:00
author="spanskiduh"
title="Clipboard"
2022-12-24 17:42:40 +01:00
description="click to read about Clipboard"
2022-12-24 17:09:22 +01:00
+++
# Clipboard
2022-12-24 22:54:34 +01:00
### On xorg
- `cat file.txt | xclip -selection clipboard -i` - store file into clipboard
2022-12-24 17:09:22 +01:00
### On wayland
2022-12-24 22:54:34 +01:00
- `cat file.txt | wl-copy` - store file into clipboard