fish-aliases/functions/dict.fish

4 lines
111 B
Fish
Raw Permalink Normal View History

2019-09-22 16:42:38 +00:00
function dict --description 'curl dict.org for given argument'
command curl dict://dict.org/d:$argv[1]
end