This commit is contained in:
2025-05-12 15:50:02 -06:00
parent 9f4a11f2e0
commit 9ed520abc2
24 changed files with 282 additions and 113 deletions

View File

@@ -0,0 +1,27 @@
#!/bin/bash
# pipe=/tmp/testpipe
# trap "rm -f $pipe" EXIT
#
# if [[ ! -p $pipe ]]; then
# mkfifo $pipe
# fi
# echo "$QUTE_FIFO" > $HOME/fifoa
#
# echo "jseval window.location.href"
#
# while true
# do
# if read -r line <"$QUTE_FIFO"; then
# if [[ "$line" == 'quit' ]]; then
# break
# fi
# echo "$line"
# fi
# done
#
# echo "Reader exiting"
echo "open -t https://www.dict.cc/?s=$QUTE_SELECTED_TEXT" >> "$QUTE_FIFO"