[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31510] [PATCH 16/21] gnu: emacs-helm-ls-git: New variable.
From: |
Pierre Neidhardt |
Subject: |
[bug#31510] [PATCH 16/21] gnu: emacs-helm-ls-git: New variable. |
Date: |
Fri, 18 May 2018 20:49:01 +0200 |
* gnu/packages/emacs.scm (emacs-helm-ls-git): New variable.
---
gnu/packages/emacs.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c84f97ae9..8ad90560f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10904,3 +10904,36 @@ See @code{helm-exwm-switch-browser} for an example.
'(define-key flycheck-mode-map (kbd \"C-c ! h\") 'helm-flycheck))
}")
(license license:gpl3+)))
+
+(define-public emacs-helm-ls-git
+ (package
+ (name "emacs-helm-ls-git")
+ (version "20180426.1126")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/helm-ls-git-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "04sphfw7izcqw7jzrrda9sq0c2j65qrky2gqqaz3bc92qd9wky3m"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-helm" ,emacs-helm)))
+ (home-page "https://github.com/emacs-helm/helm-ls-git")
+ (synopsis "Yet another Helm for listing the files in a git repo")
+ (description
+ "Features:
+- Display the open buffers in project.
+- Display a status source showing state of project (modified files etc...).
+- Display a list of all files in project under git control.
+- Allow looking quickly at diff on modified files.
+- Allow switching to git status with your prefered frontend (vc-dir,
magit,etc...)
+- Full integration of git-grep, allow also usage of helm-grep (you can use
+ack-grep instead of grep).
+- Integrate usage of gid from id-utils.
+- Full integration with helm-find-files, allow you to browse project unrelated
+to current-buffer.
+- In addition, all actions of type files and buffers are provided. ")
+ (license license:gpl3+)))
--
2.17.0
- [bug#31502] [PATCH 05/21] gnu: emacs-evil-mu4e: New variable., (continued)
- [bug#31502] [PATCH 05/21] gnu: emacs-evil-mu4e: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31503] [PATCH 07/21] gnu: emacs-evil-org: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31509] [PATCH 03/21] gnu: emacs-evil-ediff: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31505] [PATCH 18/21] gnu: emacs-helm-pass: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31506] [PATCH 13/21] gnu: emacs-helm-emms: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31507] [PATCH 04/21] gnu: emacs-evil-magit: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31504] [PATCH 14/21] gnu: emacs-helm-exwm: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31508] [PATCH 21/21] gnu: emacs-wgrep-helm: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31511] [PATCH 20/21] gnu: emacs-package-lint: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31513] [PATCH 15/21] gnu: emacs-helm-flycheck: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31510] [PATCH 16/21] gnu: emacs-helm-ls-git: New variable.,
Pierre Neidhardt <=
- [bug#31515] [PATCH 12/21] gnu: emacs-helm-descbinds: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31512] [PATCH 11/21] gnu: emacs-helm-company: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31516] [PATCH 06/21] gnu: emacs-evil-multiedit: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31517] [PATCH 02/21] gnu: emacs-esh-autosuggest: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31514] [PATCH 09/21] gnu: emacs-gif-screencast: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31518] [PATCH 10/21] gnu: emacs-google-translate: New variable., Pierre Neidhardt, 2018/05/18
- [bug#31519] [PATCH 08/21] gnu: emacs-fish-completion: New variable., Pierre Neidhardt, 2018/05/18