mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 05:01:43 +00:00
f0202964ec
* Compton improvements * Add a wide screen layout * Set termite as the default terminal * Update spacemacs * Add script to copy bibtex entries from zotero
5 lines
166 B
Bash
Executable File
5 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
cat ~/Exported\ Items.bib | sed -n 's/@.*{\(.*\),/\\cite{\1}/p' | xclip -selection clipboard
|
|
sleep 1
|
|
cat ~/Exported\ Items.bib | xclip -selection clipboard
|