Skip to content

Instantly share code, notes, and snippets.

View opeyemidy's full-sized avatar

Abdullahi Ridwan opeyemidy

  • Nigeria
View GitHub Profile
@diegopacheco
diegopacheco / pbpaste-pbcopy-ubuntu.md
Last active July 3, 2024 12:18
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