## ELaunch - [ ] item/buttom click event - [ ] shortcut for item/buttom - [ ] config.jsx in plugin for config plugin - [x] config ui using react - [x] react/redux/webpack - [x] i18n - [x] ava test/airbnb lint/flow - [x] fix copy issue in osx (https://github.com/electron/electron/issues/2959) - [ ] updater (manually compare feed url to decide checkAndDownload) - [ ] sudo( electron sudo) - [ ] auto-launch ## Core Plugin - [ ] everything.exe cli for windows support of app/find - [x] mdfind for mac support of app/find - [x] replacement for locate in linux (https://www.zhihu.com/question/28316940 http://unix.stackexchange.com/questions/31063/is-there-a-file-search-engine-like-everything-in-linux) - [x] pass globalConfig.context, including mainWin,notifier and other global object to plugins - [x] web search(using url in pluginConfig) - [x] shell (return message in item list) - [x] translate by Youdao - [x] calculator (using `with(Math){}`) ## Plugin - [ ] clipboard history(using electron.clipboard and check it at intervals of 1s) - [ ] screen capture - [ ] kill process(list all process in item list) - [ ] emoji - [ ] pomodoro timer - [x] devdocs.io ## Theme add theme css in config
ELaunch
Core Plugin
with(Math){})Plugin
Theme
add theme css in config