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 /README.md | |
| parent | 84be1dada33180f504d9ad1595b53ace63def520 (diff) | |
[Docs] Improve the demo's description
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -44,11 +44,18 @@ it. Some of Projectile's features: * run make in a project with a single key chord * check for dirty repositories * toggle read-only mode for the entire project +* support for multiple minibuffer completion/selection libraries (e.g. `ido`, `ivy` and `helm`) -Here's a glimpse of Projectile in action: +Here's a glimpse of Projectile in action (using `ivy`):  +In this short demo you can see: + +* finding files in a project +* switching between implementation and test +* switching between projects + You can support my work on Projectile via [PayPal](https://www.paypal.me/bbatsov), [Patreon](https://www.patreon.com/bbatsov) and |
