find-file-in-project 5.7.7-1 source package in Ubuntu

Changelog

find-file-in-project (5.7.7-1) unstable; urgency=medium

  * New upstream release.

 -- Nicholas D Steeves <email address hidden>  Mon, 05 Aug 2019 16:29:50 -0400

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
find-file-in-project_5.7.7-1.dsc 2.1 KiB 9e49b68811b2b9c957dbd04e91d8969ec0ce39f9e3d4777af56ae56c98883b8a
find-file-in-project_5.7.7.orig.tar.xz 48.7 KiB a7677e620e1aedd10be77189776a1a4c162b18e2daf2a3e2b921abf2f6630aad
find-file-in-project_5.7.7-1.debian.tar.xz 3.6 KiB 525eefcd64dcf404e31d6990488d5993be2c103bca707520c01c58762fd4e8a6

Available diffs

No changes file available.

Binary packages built by this source

elpa-find-file-in-project: quick access to project files in Emacs

 This program provides a methods for quickly finding any file in a
 project. It defaults to GNU Find, but can also use fd-find, or its
 built-in Emacs Lisp method. Find-file-in-project prefers Ivy for
 candidate selection, but can be configured to use Ido Mode.
 .
 By default, FFIP will search for files in a local Git, Subversion, or
 Mercurial repository. FFIP uses TRAMP to find files in remote
 repositories, and claims this is "flawlessly" supported.
 .
 Features:
 .
   * Fast! Tested with projects that have 50,000+ files
   * Find's behaviour can be tweaked using ffip-find-options
   * Smart. For keyword "helloWorld", "HelloWorld.html",
     "hello-world.css", and "HelloWorld.js" are searched
   * Enhances diff-mode with more convenient patch-handling, including
     diff creation, application, finding the file associated with a given
     hunk, and jumping to the section relevant to that hunk
   * No configuration required. Find-file-in-project works out-of-the-box