From a2dee6be9d76ebfcb9850f3b5ce04d93cfab58b2 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sun, 22 Sep 2019 18:42:38 +0200 Subject: [PATCH] add dict --- functions/dict.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/dict.fish diff --git a/functions/dict.fish b/functions/dict.fish new file mode 100644 index 0000000..7f8e2b2 --- /dev/null +++ b/functions/dict.fish @@ -0,0 +1,3 @@ +function dict --description 'curl dict.org for given argument' + command curl dict://dict.org/d:$argv[1] +end