Skip to content

Instantly share code, notes, and snippets.

View strix's full-sized avatar

Brance Boren strix

View GitHub Profile
@strix
strix / rofi-gpaste.sh
Last active November 25, 2020 00:05 — forked from tadly/rofi-gpaste.sh
rofi + gpaste
#!/usr/bin/env bash
#
# Use rofi to select an entry from gpaste
#
# Requirements:
# rofi, gpaste
#
line=`gpaste-client --oneline | \
rofi -theme Monokai -dmenu -i -p clipboard -kb-custom-1 Ctrl+x $@`