summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-05-04 20:31:15 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-05-04 20:31:15 +0100
commit0665e351aac54294107aa9a02de5910d91a8bae8 (patch)
tree008c5127e5b616a6314e1fe9c80354865d07203c
parent2da20b8577d9c178a0fc4d9601a6472b82be05e6 (diff)
added Urban Dictionnary to the example file
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rwxr-xr-xexample.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.py b/example.py
index 7451a70..959b724 100755
--- a/example.py
+++ b/example.py
@@ -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')