|
|
@ -18,10 +18,10 @@ CORE_CMDS = collections.OrderedDict([
|
|
|
|
('list', commands.list_cmd),
|
|
|
|
('list', commands.list_cmd),
|
|
|
|
('open', commands.open_cmd),
|
|
|
|
('open', commands.open_cmd),
|
|
|
|
('websearch', commands.websearch_cmd),
|
|
|
|
('websearch', commands.websearch_cmd),
|
|
|
|
|
|
|
|
('remove', commands.remove_cmd),
|
|
|
|
# ('import', commands.import_cmd),
|
|
|
|
# ('import', commands.import_cmd),
|
|
|
|
# ('export', commands.export_cmd),
|
|
|
|
# ('export', commands.export_cmd),
|
|
|
|
# ('edit', commands.edit_cmd),
|
|
|
|
# ('edit', commands.edit_cmd),
|
|
|
|
# ('remove', commands.remove_cmd),
|
|
|
|
|
|
|
|
# ('tag', commands.tag_cmd),
|
|
|
|
# ('tag', commands.tag_cmd),
|
|
|
|
# ('attach', commands.attach_cmd),
|
|
|
|
# ('attach', commands.attach_cmd),
|
|
|
|
# ('update', commands.update_cmd),
|
|
|
|
# ('update', commands.update_cmd),
|
|
|
|