summaryrefslogtreecommitdiffstats
path: root/newword
blob: 778605e4703be0890056a3925ec79c9a8ff0d88c (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

word=$(dmenu -p "Enter Word: " <&-)
mean=$(dmenu -p "Enter Meaning: " <&-)

echo "$word -> $mean" >> ~/.local/share/vocab/words.txt