├── README.org ├── example ├── global-interactive-chrome-bookmarks.gif ├── global-interactive-chrome-history.gif ├── global-interactive-find-file.gif ├── global-interactive-kubectl.gif ├── global-interactive-leetcode.gif ├── global-interactive-open-url.gif ├── global-interactive-run-app.gif ├── global-interactive-select-from-clipboard.gif ├── global-interactive-send-request.gif ├── global-interactive-web-search.gif └── global-interactive-youdao-dictionary.gif ├── global-interactive-chrome-bookmarks.el ├── global-interactive-chrome-history.el ├── global-interactive-emacs-frame.el ├── global-interactive-emacs.el ├── global-interactive-find-file.el ├── global-interactive-kubectl.el ├── global-interactive-leetcode.el ├── global-interactive-open-url.el ├── global-interactive-send-request.el ├── global-interactive-snippe.el ├── global-interactive-web-search.el ├── global-interactive-webpage-query.el ├── global-interactive-youdao-dictionary.el ├── plugins ├── active-browser-tab.js ├── close-browser-tab.js ├── global-interactive-browser-tab.el ├── global-interactive-kill-app.el ├── global-interactive-password.el ├── global-interactive-run-app.el ├── list-browser-tab.js └── list_running_app.sh └── send_request.py /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/README.org -------------------------------------------------------------------------------- /example/global-interactive-chrome-bookmarks.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-chrome-bookmarks.gif -------------------------------------------------------------------------------- /example/global-interactive-chrome-history.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-chrome-history.gif -------------------------------------------------------------------------------- /example/global-interactive-find-file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-find-file.gif -------------------------------------------------------------------------------- /example/global-interactive-kubectl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-kubectl.gif -------------------------------------------------------------------------------- /example/global-interactive-leetcode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-leetcode.gif -------------------------------------------------------------------------------- /example/global-interactive-open-url.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-open-url.gif -------------------------------------------------------------------------------- /example/global-interactive-run-app.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-run-app.gif -------------------------------------------------------------------------------- /example/global-interactive-select-from-clipboard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-select-from-clipboard.gif -------------------------------------------------------------------------------- /example/global-interactive-send-request.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-send-request.gif -------------------------------------------------------------------------------- /example/global-interactive-web-search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-web-search.gif -------------------------------------------------------------------------------- /example/global-interactive-youdao-dictionary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/example/global-interactive-youdao-dictionary.gif -------------------------------------------------------------------------------- /global-interactive-chrome-bookmarks.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-chrome-bookmarks.el -------------------------------------------------------------------------------- /global-interactive-chrome-history.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-chrome-history.el -------------------------------------------------------------------------------- /global-interactive-emacs-frame.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-emacs-frame.el -------------------------------------------------------------------------------- /global-interactive-emacs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-emacs.el -------------------------------------------------------------------------------- /global-interactive-find-file.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-find-file.el -------------------------------------------------------------------------------- /global-interactive-kubectl.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-kubectl.el -------------------------------------------------------------------------------- /global-interactive-leetcode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-leetcode.el -------------------------------------------------------------------------------- /global-interactive-open-url.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-open-url.el -------------------------------------------------------------------------------- /global-interactive-send-request.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-send-request.el -------------------------------------------------------------------------------- /global-interactive-snippe.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-snippe.el -------------------------------------------------------------------------------- /global-interactive-web-search.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-web-search.el -------------------------------------------------------------------------------- /global-interactive-webpage-query.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-webpage-query.el -------------------------------------------------------------------------------- /global-interactive-youdao-dictionary.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/global-interactive-youdao-dictionary.el -------------------------------------------------------------------------------- /plugins/active-browser-tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/active-browser-tab.js -------------------------------------------------------------------------------- /plugins/close-browser-tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/close-browser-tab.js -------------------------------------------------------------------------------- /plugins/global-interactive-browser-tab.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/global-interactive-browser-tab.el -------------------------------------------------------------------------------- /plugins/global-interactive-kill-app.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/global-interactive-kill-app.el -------------------------------------------------------------------------------- /plugins/global-interactive-password.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/global-interactive-password.el -------------------------------------------------------------------------------- /plugins/global-interactive-run-app.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/global-interactive-run-app.el -------------------------------------------------------------------------------- /plugins/list-browser-tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/list-browser-tab.js -------------------------------------------------------------------------------- /plugins/list_running_app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/plugins/list_running_app.sh -------------------------------------------------------------------------------- /send_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ginqi7/global-interactive-emacs/HEAD/send_request.py --------------------------------------------------------------------------------