├── .gitignore ├── README.md ├── Search Evernote (Chinese Edition).alfredworkflow ├── app.js ├── icon.png ├── info.plist ├── note.png ├── package.json └── screenshots ├── 1.png ├── 2.png └── 3.png /.gitignore: -------------------------------------------------------------------------------- 1 | persist 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/README.md -------------------------------------------------------------------------------- /Search Evernote (Chinese Edition).alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/Search Evernote (Chinese Edition).alfredworkflow -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/app.js -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/icon.png -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/info.plist -------------------------------------------------------------------------------- /note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/note.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/package.json -------------------------------------------------------------------------------- /screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/screenshots/1.png -------------------------------------------------------------------------------- /screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/screenshots/2.png -------------------------------------------------------------------------------- /screenshots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patricorgi/alfred-evernote/HEAD/screenshots/3.png --------------------------------------------------------------------------------