Basic dictionary script.

This commit is contained in:
cronyakatsuki 2022-06-01 21:00:40 +02:00
parent 41c4a34544
commit 94d8f0b1e0

5
dmenu-dict Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
word="$(printf '\n' | dmenu -p "Enter Word")"
dym -c $word | dmenu -p "Select spelling" | xclip -selection clipboard