diff options
| author | Olivier Gayot <duskcoder@gmail.com> | 2015-05-04 20:31:15 +0100 |
|---|---|---|
| committer | Olivier Gayot <duskcoder@gmail.com> | 2015-05-04 20:31:15 +0100 |
| commit | 0665e351aac54294107aa9a02de5910d91a8bae8 (patch) | |
| tree | 008c5127e5b616a6314e1fe9c80354865d07203c | |
| parent | 2da20b8577d9c178a0fc4d9601a6472b82be05e6 (diff) | |
added Urban Dictionnary to the example file
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
| -rwxr-xr-x | example.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ def main(): builder.register_bang_shortcut('r', 'regex') builder.register_bang_shortcut('s', 'symbolhound') builder.register_bang_shortcut('t', 'tpb') + builder.register_bang_shortcut('u', 'ud') builder.register_bang_shortcut('w', 'wiki') builder.register_bang_shortcut('y', 'youtube') |
