1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: find-file-in-project
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper-compat (= 11)
, dh-elpa
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/find-file-in-project
Vcs-Git: https://salsa.debian.org/emacsen-team/find-file-in-project.git
Homepage: https://github.com/technomancy/find-file-in-project
Testsuite: autopkgtest-pkg-elpa
Package: elpa-find-file-in-project
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
, emacs25
Suggests: fd-find
Description: quick access to project files in Emacs
This program provides a couple methods for quickly finding any file
in a given project. It depends on GNU Find, but can also use fd-find.
Find-file-in-project prefers Ivy but will also work with Ido Mode.
.
By default, it will automatically search for files in a local copy of
a Git, Subversion, or Mercurial repository. Files in remote repositories
are searcheable using TRAMP.
.
Features:
.
* Fast! Tested with projects that have 50,000+ files
* You can tweak find's behaviour using ffip-find-options
* Smart. For keyword “helloWorld”, “HelloWorld.html”,
“hello-world.css”, and “HelloWorld.js” are searched
|