Add dmenu script for quick translating

master
Hektor Misplon 2021-01-09 14:30:55 +01:00
parent 57d94676c4
commit c6b0ddc99b
1 changed files with 8 additions and 0 deletions

8
.bin/dmenu-trans Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
options="nl:en\nen:nl\nnl:fr\nfr:nl\nen:fr\nfr:en\nnl:de\nde:nl"
selected=$(echo -e "$options" | dmenu -p "s?:t?" -i -l 0)
notify-send --app-name= -t 3000 "$(trans $selected -b "$(dmenu -p $selected &)" \
| tr -d '\n' \
| xclip -sel clip -f)"