This commit is contained in:
Rico Ullmann 2019-09-22 18:42:38 +02:00
parent 8878b06bdd
commit a2dee6be9d
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
1 changed files with 3 additions and 0 deletions

3
functions/dict.fish Normal file
View File

@ -0,0 +1,3 @@
function dict --description 'curl dict.org for given argument'
command curl dict://dict.org/d:$argv[1]
end