summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
vimin
blob: 905b30f74f7a3510bd38655f92bd7741699875e0 (
plain
)
1
2
3
4
#!/usr/bin/env bash tempfile=$(mktemp) urxvt -e vim ${tempfile} cat ${tempfile} | xclip -i