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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: projectile
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders:
Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
debhelper (>= 10),
dh-elpa (>= 1.7),
dh-exec,
elpa-buttercup,
mkdocs (>= 1.0.4),
Standards-Version: 4.1.2
Homepage: https://www.projectile.mx/
Vcs-Git: https://salsa.debian.org/emacsen-team/projectile.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/projectile
Package: elpa-projectile
Architecture: all
Depends:
${elpa:Depends},
${misc:Depends},
Breaks: emacs24 (<< 1:25.1), emacs24-lucid (<< 1:25.1), emacs24-nox (<< 1:25.1)
Recommends:
elpa-flx-ido,
emacs (>= 46.0),
exuberant-ctags,
Suggests:
elpa-ag,
fd-find,
projectile-doc,
Enhances:
emacs
Description: project interaction library for Emacs
This library enhances Emacs with easy project management and
navigation. The concept of a project is simple: just a folder
containing a special file. Currently git, mercurial, darcs and
bazaar repos are considered projects by default. So are lein, maven,
sbt, scons, rebar and bundler projects. If you want to mark a folder
manually as a project just create an empty .projectile file in it.
.
Some of Projectile's features:
.
* jump to a file in project
* jump to files at point in project
* jump to a directory in project
* jump to a file in a directory
* jump to a project buffer
* jump to a test in project
* toggle between files with same names but different extensions
(e.g. `.h` <-> `.c/.cpp`, `Gemfile` <-> `Gemfile.lock`)
* toggle between code and its test (e.g. `main.service.js` <->
`main.service.spec.js`)
* jump to recently visited files in the project
* switch between projects you have worked on
* kill all project buffers
* replace in project
* multi-occur in project buffers
* grep in project
* regenerate project etags or gtags
* visit project in dired
* run make in a project with a single key chord
Package: projectile-doc
Section: doc
Architecture: all
Depends:
elpa-projectile (= ${source:Version}),
${misc:Depends},
${mkdocs:Depends},
Description: project interaction library for Emacs - documentation
Projectile enhances Emacs with easy project management and
navigation. The concept of a project is simple: just a folder
containing a special file.
.
This package include projectile's HTML documentation.
|