Skip to content

Instantly share code, notes, and snippets.

@tomaszkubacki
Created July 22, 2023 09:46
Show Gist options
  • Save tomaszkubacki/c22c416e896265fa6d3a3d323012045e to your computer and use it in GitHub Desktop.
Save tomaszkubacki/c22c416e896265fa6d3a3d323012045e to your computer and use it in GitHub Desktop.
How to copy pass (passwordstore.org) result to clipbaord
#!/usr/bin/env bash
pass $1 | xclip -sel clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment