aboutsummaryrefslogtreecommitdiff
path: root/quicktext.sh
blob: a399fd3cd11c56c80bcfd46382982c4b55fef41f (plain)
1
2
3
4
5
#!/bin/sh

# Selects a string from a file of frequently used strings

dmenu -i -p "Choose a string: " <"$HOME/.config/quicktext" | xsel -bi