Skip to content

Instantly share code, notes, and snippets.

@daniel12fsp
Last active February 26, 2021 02:00
Show Gist options
  • Save daniel12fsp/826c48fe4c1e148dfef21b39b02eee14 to your computer and use it in GitHub Desktop.
Save daniel12fsp/826c48fe4c1e148dfef21b39b02eee14 to your computer and use it in GitHub Desktop.
generate Base64 to clipboard
# You will need to install: sudo apt install xclip
base64 file | tr -d '\n' | xclip -sel clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment