summaryrefslogtreecommitdiff
path: root/README.md
blob: 1149b92fa43f7d3990d4829e63f89ecd15f4abb0 (plain)
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
77
78
79
80
81
<!-- -*- html -*- -->
<p align="center"><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="https://img.shields.io/badge/license-GPL_3-green.svg" alt="License GPL 3" /></a>
  <a href="https://melpa.org/#/helm"><img alt="MELPA" src="https://melpa.org/packages/helm-badge.svg"/></a>
  <a href="https://stable.melpa.org/#/helm"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/helm-badge.svg"/></a>
</p>


<h1 align="center">Emacs-Helm</h1>

<p align="center">
  <img src="https://avatars3.githubusercontent.com/u/1541688?v=3&amp;s=200" alt="Emacs-helm" title="" />
</p>

***
<p align="justify">
  <b>Helm</b> is an Emacs framework for incremental completions and narrowing
  selections. It provides an easy-to-use API for developers wishing to build
  their own Helm applications in Emacs, powerful search tools and dozens of
  already built-in commands providing completion to almost everything.
  It is a must-have for anyone using Emacs as a main work environment.
  Helm has been widely adopted by many Emacs power-users.
  It is available in Melpa and can be easily installed from the Emacs package manager.
</p>

***
<p align="center">
  <a href="https://emacs-helm.github.io/helm/"><b>Homepage</b></a> |
  <a href="https://github.com/emacs-helm/helm/releases"><b>Downloads</b></a> |
  <a href="https://github.com/emacs-helm/helm/wiki#install"><b>Get started</b></a> |
  <a href="https://github.com/emacs-helm/helm/wiki"><b>Helm wiki</b></a> |
  <a href="https://github.com/emacs-helm/helm/wiki/FAQ"><b>FAQ</b></a>
</p>

***

<p align="center">
  Maintaining Helm requires a <a href="https://github.com/emacs-helm/helm/commits?author=thierryvolpiatto"><b>lot of work</b></a>,
  which I have done voluntarily since 2011.<br>
  As it demands lots of my time it gets increasingly difficult<br>
  maintaining it without financial help.<br>
  Thanks to all the people that are helping or have helped Helm development,<br>
  but they are actually too few to continue serenely.<br>
  By the way, after the release of version 3.0 I will have to stop<br>
  developing Helm seriously until I get enough financial support,<br>
  only providing a minimal bugfix maintenance.<br>
  Thanks for your understanding<br>
  If you feel Helm is making your daily work easier,<br>
  <b>please consider making a donation.</b><br>

</p>

<p align="center">
  <i>Thank you! &mdash; Thierry Volpiatto</i>
</p>

<div align="center">
  <a href="https://www.paypal.me/tvolpiatto">
    <img title="Donate with Paypal"
         alt="Donate with Paypal"
         style="height: 50px; width: auto;"
         src="https://github.com/emacs-helm/helm/blob/master/images/paypal.png?raw=true"></a>
  &nbsp;&nbsp;
  <a href="https://patreon.com/preview/30231724baf440fabe80d44d0ee77067">
    <img title="Donate monthly using Patreon"
         alt="Donate monthly using Patreon"
         style="height: 50px; width: auto;"
         src="https://github.com/emacs-helm/helm/blob/master/images/patreon-25x.png?raw=true"></a>
  &nbsp;&nbsp;
</div>

***

<p align="center">
  Helm in action searching with <a href="https://github.com/ggreer/the_silver_searcher"<b>Grep Ag</b></a>
                                   </p>

<p align="center">
  <img src="https://github.com/emacs-helm/helm/blob/master/images/helm-grep-ag-persistent.png?raw=true" alt="Emacs-helm grep ag" title="" />
</p>

[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg