a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 292746 and 239568

Description: project interaction library for Emacs
 This library provides easy project management and navigation. The concept of a
 project is pretty basic - just a folder containing special file. Currently git,
 mercurial and bazaar repos are considered projects by default. 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 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 (close) all project buffers
   * replace in project
   * grep (search) in project
   * run shell commands in a project (e.g. `make`, `lein`)
   * support for multiple minibuffer completion/selection libraries (`ido`,
     `ivy`, `helm` and the default completion system)
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
--- 292746	Thu Jan  1 00:00:00 1970
+++ 239568	Thu Jan  1 00:00:00 1970
@@ -1,24 +1,29 @@
 project interaction library for Emacs
- This library provides easy project management and navigation. The concept of a
- project is pretty basic - just a folder containing special file. Currently git,
- mercurial and bazaar repos are considered projects by default. If you want to
- mark a folder manually as a project just create an empty .projectile file in
- it.
+ 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 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 (close) all project buffers
+   * kill all project buffers
    * replace in project
-   * grep (search) in project
+   * multi-occur in project buffers
-   * run shell commands in a project (e.g. `make`, `lein`)
+   * grep in project
-   * support for multiple minibuffer completion/selection libraries (`ido`,
+   * regenerate project etags or gtags
-     `ivy`, `helm` and the default completion system)
+   * visit project in dired
+   * run make in a project with a single key chord