Skip to content

Instantly share code, notes, and snippets.

@rubencabrera
Last active September 18, 2019 13:58
Show Gist options
  • Save rubencabrera/dc461de1a0cf9bd1dc3e1bbca23b8bbc to your computer and use it in GitHub Desktop.
Save rubencabrera/dc461de1a0cf9bd1dc3e1bbca23b8bbc to your computer and use it in GitHub Desktop.
Xclip aliases (requires xclip installed)
#! /bin/bash
echo 'alias "c=xclip"' >> ~/.bashrc
echo 'alias "v=xclip -o"' >> ~/.bashrc
echo 'alias "cs=xclip -selection clipboard"' >> ~/.bashrc
echo 'alias "vs=xclip -o -selection clipboard"' >> ~/.bashrc
@stuart-warren
Copy link

pbcopy/pbpaste can be used for the same sort of thing on mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment