New backup 2024-04-11 20:15:03
This commit is contained in:
parent
c0e195d0ca
commit
4f14fb3017
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue