[console_scripts]
exmemo = exmemo.commands.main:main

[exmemo.commands]
browse = exmemo.commands.note:browse
build = exmemo.commands.note:build
config = exmemo.commands.main:config
data = exmemo.commands.main:data
debug = exmemo.commands.main:debug
edit = exmemo.commands.note:edit
init = exmemo.commands.project:init
link = exmemo.commands.data:link
new = exmemo.commands.note:new
note = exmemo.commands.main:note
open = exmemo.commands.note:open
project = exmemo.commands.main:project
sync = exmemo.commands.data:sync

[exmemo.commands.config]
edit = exmemo.commands.config:edit
get = exmemo.commands.config:get
set = exmemo.commands.config:set

[exmemo.commands.data]
gel = exmemo.commands.data:gel
link = exmemo.commands.data:link
ls = exmemo.commands.data:ls
sync = exmemo.commands.data:sync

[exmemo.commands.debug]
collectors = exmemo.commands.debug:collectors
config = exmemo.commands.debug:config
readers = exmemo.commands.debug:readers

[exmemo.commands.note]
browse = exmemo.commands.note:browse
build = exmemo.commands.note:build
directory = exmemo.commands.note:directory
edit = exmemo.commands.note:edit
ls = exmemo.commands.note:ls
new = exmemo.commands.note:new
open = exmemo.commands.note:open

[exmemo.commands.project]
init = exmemo.commands.project:init
root = exmemo.commands.project:root

[exmemo.datacollectors]
gdrive = exmemo.collectors:GoogleDriveCollector
rsync = exmemo.collectors:RsyncCollector
usb = exmemo.collectors:UsbCollector

