aapis / evertils

Generate Evernote notes from YML files
1 stars 0 forks source link

Support custom search terms #61

Closed aapis closed 4 years ago

aapis commented 4 years ago

Define a custom search term in .evertils/templates/type/mysearch.yml as follows:

notebook: Daily
term: note to self
action: search

Run the command with:

evertils log mysearch

Useful for things like "note to self", TODO, etc. Also moves a big chunk of functionality out of the log controller into the action system for customization++.