diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-02-07 10:54:51 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-02-07 10:55:22 +0200 |
| commit | c4f682726181a8293fccd77e94f00e8113e59412 (patch) | |
| tree | 32e6d8b42df6391c3c4d20abe6a6da861ca1026c /doc | |
| parent | 84be1dada33180f504d9ad1595b53ace63def520 (diff) | |
[Docs] Improve the demo's description
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/index.md b/doc/index.md index ab4de59..5d329f4 100644 --- a/doc/index.md +++ b/doc/index.md @@ -16,10 +16,16 @@ Projectile tries to be practical - portability is great, but if some external tools could speed up some task substantially and the tools are available, Projectile will leverage them. -Here's a glimpse of Projectile in action (find file in project using `ido`): +Here's a glimpse of Projectile in action (find file in project using `ivy`):  +In this short demo you can see: + +* finding files in a project +* switching between implementation and test +* switching between projects + Projectile provides easy project management and navigation. The concept of a project is pretty basic - just a folder containing special file. Currently most VCS repos (e.g. `git`, `mercurial`, etc) @@ -47,6 +53,7 @@ Projectile's features: * visit project in dired * run make in a project with a single key chord * browse dirty version controlled projects +* support for multiple minibuffer completion/selection libraries (e.g. `ido`, `ivy` and `helm`) !!! Info |
