dic.sh: added
This commit is contained in:
parent
b778e0c1be
commit
0a046359a5
6
src/.local/bin/dic.sh
Executable file
6
src/.local/bin/dic.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# local text dictionary
|
||||
# download dictionary here:
|
||||
# https://github.com/sujithps/Dictionary/raw/master/Oxford%20English%20Dictionary.txt
|
||||
|
||||
cat dox/dic | sed '/^$/d' | fzf -q "^"
|
Loading…
Reference in New Issue
Block a user