mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 05:01:43 +00:00
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
|
#!/bin/sh
|
||
|
cat ~/Exported\ Items.bib | sed -n 's/@.*{\(.*\),/\\cite{\1}/p' | xclip -selection clipboard
|
||
|
sleep 1
|
||
|
cat ~/Exported\ Items.bib | xclip -selection clipboard
|