Basic dictionary script.
This commit is contained in:
parent
41c4a34544
commit
94d8f0b1e0
1 changed files with 5 additions and 0 deletions
5
dmenu-dict
Executable file
5
dmenu-dict
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
word="$(printf '\n' | dmenu -p "Enter Word")"
|
||||
|
||||
dym -c $word | dmenu -p "Select spelling" | xclip -selection clipboard
|
Loading…
Add table
Add a link
Reference in a new issue