]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Dictionary could be asked for multiwords
authorSergey Matveev <stargrave@stargrave.org>
Fri, 2 Oct 2020 13:26:54 +0000 (16:26 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 2 Oct 2020 13:26:54 +0000 (16:26 +0300)
bin/bin/tmux-menu-dict.sh

index 0a048193d188600e7f91ab23bb8a8ec9125459ac..1009d3846a7994d85538f5fa7f9bac382f01f1f4 100755 (executable)
@@ -2,4 +2,4 @@
 
 echo -n "> "
 read word
-sdcv $word | exec less
+sdcv "$word" | exec less