Skip to content

Use pinot desktop meta search engine via Emacs anything/helm interface

Notifications You must be signed in to change notification settings

tkf/emacs-pinot-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

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.

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)

Usage

M-x helm-pinot-search or M-x anything-pinot-search does the job.

About

Use pinot desktop meta search engine via Emacs anything/helm interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published