New backup 2024-04-11 20:15:03

This commit is contained in:
Penelope Gwen 2024-04-11 20:15:03 -06:00
parent c0e195d0ca
commit 4f14fb3017

View file

@ -3,6 +3,11 @@
#cb_count=$(copyq count)
cb_count=2
wofilist=""
for i in $(seq $cb_count);do
echo "$(copyq read $((${i}-1)))"
cb_item="$(copyq read $((${i}-1)) | tr '\n' ' ')"
wofilist="${wofilist}\n${cb_item}"
done
echo -e "${wofilist}" | wofi -i --dmenu