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

# Selects a string from a file of frequently used strings

file="$HOME/.config/quicktext"

dmenu -l "$(wc -l "$file")" -p "🗒️" <"$file" | xsel -bi