Skip to content

Instantly share code, notes, and snippets.

View opeyemidy's full-sized avatar

Abdullahi Ridwan opeyemidy

  • Nigeria
View GitHub Profile
@opeyemidy
opeyemidy / pbpaste-pbcopy-ubuntu.md
Created September 29, 2023 12:53 — forked from diegopacheco/pbpaste-pbcopy-ubuntu.md
pbpaste && pbcopy for Ubuntu Linux 20.04

Install

sudo apt-get install xclip -y

Create Alias

alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'

Try out