Skip to content

Instantly share code, notes, and snippets.

@benstevinson
Created May 4, 2018 02:06
Show Gist options
  • Save benstevinson/b6fbede4babb76308c23815072f05d61 to your computer and use it in GitHub Desktop.
Save benstevinson/b6fbede4babb76308c23815072f05d61 to your computer and use it in GitHub Desktop.
Alfred Clipboard to CSV
cd ~/Library/Application\ Support/Alfred\ 3/Databases
sqlite3 -header -csv clipboard.alfdb "select * from clipboard;" > ~/Desktop/clipboard.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment