Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jupl/helm-gitignore
Helm interface for generating .gitignore files
https://github.com/jupl/helm-gitignore
emacs gitignore gitignore-files helm melpa
Last synced: 2 months ago
JSON representation
Helm interface for generating .gitignore files
- Host: GitHub
- URL: https://github.com/jupl/helm-gitignore
- Owner: jupl
- License: mit
- Created: 2015-05-18T01:54:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T21:30:21.000Z (over 3 years ago)
- Last Synced: 2024-08-05T06:05:45.120Z (6 months ago)
- Topics: emacs, gitignore, gitignore-files, helm, melpa
- Language: Emacs Lisp
- Size: 164 KB
- Stars: 21
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
[[./media/screenshot.png]]
* Helm Gitignore
** About
This package provides a configured helm to generate =.gitignore= files using [[https://www.gitignore.io/][gitignore.io]].
** Installation
This package is available on [[http://melpa.org/][MELPA]] under the name =helm-gitignore=. Please note that gitignore.io's APIs are available through HTTPS, meaning if you experience issues attempting to connect to the network odds are you may need something like [[http://gnutls.org/][GnuTLS]].
** Usage
=M-x helm-gitignore= will bring up a Helm interface with all available operating systems, IDEs, and programming languages available to generate a =.gitignore= from. You can select a single or multiple candidates to generate a =.gitignore= based on the selected candidate(s). A buffer is generated with the resulting =.gitignore=, at which point you can save/copy.
** Credits
- [[https://github.com/joeblau][joeblau]] :: for [[https://www.gitignore.io/][gitignore.io]]
- [[https://github.com/emacs-helm][emacs-helm]] :: for [[https://emacs-helm.github.io/helm/][Helm]]