Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redguardtoo/fastdef
Insert terminology faster
https://github.com/redguardtoo/fastdef
Last synced: about 2 months ago
JSON representation
Insert terminology faster
- Host: GitHub
- URL: https://github.com/redguardtoo/fastdef
- Owner: redguardtoo
- Created: 2016-05-16T00:00:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T04:49:56.000Z (over 1 year ago)
- Last Synced: 2024-11-09T20:37:41.259Z (2 months ago)
- Language: Emacs Lisp
- Size: 26.4 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+OPTIONS: ^:{} toc:nil H:3
* fastdef (v0.2.0)
Insert terminology from Google top search resultsScreenshot:
[[https://raw.github.com/redguardtoo/fastdef/master/screenshot-nq8.png]]
* Install
This program requires two emacs packages from [[https://melpa.org/][melpa]],
- [[http://melpa.org/#/w3m][w3m]]
- [[http://melpa.org/#/ivy][ivy]]Place [[https://raw.githubusercontent.com/redguardtoo/fastdef/master/fastdef.el][fastdef.el]] on your =load-path=, and add this to your configuration:
#+begin_src elisp
(autoload 'fastdef-insert "fastdef" nil t)
(autoload 'fastdef-insert-from-history "fastdef" nil t)
#+end_srcYou also need install [[http://w3m.sourceforge.net][w3m]] which is "text-based web browser as well as a pager like `more' or `less'"
* Usage
=M-x fastdef-insert= to insert terminology from Google.=M-x fastdef-insert-from-history= to re-use previous results.
=fastdef-text-template= decides the format of inserted content.
Change =fastdef-search-engine= and =fastdef-regexp-extract-url= to switch search engine.
* Contact
Report bug at [[https://github.com/redguardtoo/fastdef]].