Última vez editado
Añadido:
> [[everything.el]] supports the following search patterns:
> * Wildcards
> * Boolean Operators
> * Case Matching
> * Whole Words Matching
> * Full Path Matching
Añadido:
> Alternatively use the package archive at [[http://marmalade-repo.org|http://marmalade-repo.org]]
> and find everything.el via M-x list-packages.
Modificado:
< M-x everything
< Prompts for a query and let you choose one of the files returned by Everything and opens it.
a
> M-x everything Prompts for a query, let you choose one of the files and opens it.
Everything is a very fast and lightweight desktop search-engine for MS Windows for finding files scattered around your hard discs (see http://www.voidtools.com). The EmacsLisp package everything.el provides a simple interface to access Everything’s search power via its ftp interface within Emacs.
everything.el can also integrate itself into FindFileAtPoint. So, whenever all other methods of ffap fail, let everything try finding the file at point. Best used in combination with the exquisite Icicles package.
everything.el supports the following search patterns:
Basic steps to setup:
(add-to-list 'load-path "~/path/to/everything.el")
(require 'everything)Alternatively use the package archive at http://marmalade-repo.org and find everything.el via M-x list-packages.
Usage:
M-x everything Prompts for a query, let you choose one of the files and opens it.
See also: LocateFilesAnywhere