spanskiblog/content/posts/Clipboard.md

17 lines
285 B
Markdown

+++
date="2022-12-24"
author="spanskiduh"
title="Clipboard"
description="click to read about Clipboard"
+++
# Clipboard
### On xorg
- `cat file.txt | xclip -selection clipboard -i` - store file into clipboard
### On wayland
- `cat file.txt | wl-copy` - store file into clipboard