diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-05-23 09:48:02 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-05-23 09:48:02 +0100 |
commit | 6575e05ef82bfb4ed7c4805643e1eaad61624da4 (patch) | |
tree | 12ecb6054716b6c6d7d54412f6bbbcb5ad0f9059 /qutebrowser/.local/share | |
parent | bf681b02022b8bee8c122d0d3de2f1d4a3d0a174 (diff) |
Update
Diffstat (limited to 'qutebrowser/.local/share')
-rwxr-xr-x | qutebrowser/.local/share/qutebrowser/userscripts/dictionary-search | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qutebrowser/.local/share/qutebrowser/userscripts/dictionary-search b/qutebrowser/.local/share/qutebrowser/userscripts/dictionary-search new file mode 100755 index 0000000..3155c91 --- /dev/null +++ b/qutebrowser/.local/share/qutebrowser/userscripts/dictionary-search @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "open -t http://dictionary.cambridge.org/dictionary/english/$QUTE_SELECTED_TEXT" >> "$QUTE_FIFO" |