Skip to content

Emacs interface to pinot-search

Notifications You must be signed in to change notification settings

emacsmirror/pinot

 
 

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.

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 56.7%
  • Python 43.3%