https://github.com/tkf/emacs-pinot-search
Use pinot desktop meta search engine via Emacs anything/helm interface
https://github.com/tkf/emacs-pinot-search
Last synced: 4 months ago
JSON representation
Use pinot desktop meta search engine via Emacs anything/helm interface
- Host: GitHub
- URL: https://github.com/tkf/emacs-pinot-search
- Owner: tkf
- Created: 2012-07-31T21:20:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T05:31:54.000Z (over 12 years ago)
- Last Synced: 2025-05-24T09:38:45.094Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 191 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
====================================================
Search your desktop using Pinot_ from Emacs
====================================================
Pinot_ is an application for "Personal search and metasearch for the
Free Desktop". pinot.el provides interface to incrementally search
your desktop using Emacs's helm/anything interface.
.. _pinot: http://code.google.com/p/pinot-search/
Requirements
============
* pinot_ (of course)
* helm.el or anything.el
Install
=======
1. Using el-get_
Just do ``M-x el-get-install RET pinot``. That's all.
2. Manual install
Download pinot.el, put somewhere in your `load-path`, and then
add this in your configuration file::
(autoload 'helm-pinot-search "pinot" nil t)
or if you are using anything.el::
(autoload 'anything-pinot-search "pinot" nil t)
.. _el-get: https://github.com/dimitri/el-get
Usage
=====
`M-x helm-pinot-search` or `M-x anything-pinot-search` does the job.