[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: Add emacs-shell-command+.
From: |
guix-commits |
Subject: |
04/06: gnu: Add emacs-shell-command+. |
Date: |
Fri, 23 Apr 2021 05:08:11 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 01b03c0a9af2b2f6e53ef69abeba2fcd031b79ad
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu Apr 22 22:35:49 2021 +0200
gnu: Add emacs-shell-command+.
* gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f7839cf..35fc863 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27041,6 +27041,26 @@ Features:
@end itemize\n")
(license license:gpl3+)))
+(define-public emacs-shell-command+
+ (package
+ (name "emacs-shell-command+")
+ (version "2.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/"
+ "shell-command+-" version ".tar"))
+ (sha256
+ (base32
"1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8lmq"))))
+ (build-system emacs-build-system)
+ (home-page "http://elpa.gnu.org/packages/shell-command+.html")
+ (synopsis "Extended Emacs @code{shell-command}")
+ (description
+ "Shell-command+ is a @code{shell-command} substitute that extends the
+regular Emacs command with several features. You can for example count all
+the lines in a buffer with @code{> wc -l}, or delete all lower case letters in
+the selected region with @code{| tr -d a-z}.")
+ (license license:gpl3+)))
+
(define-public emacs-shell-pop
(let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")
(revision "0"))
- branch master updated (4bef55d -> 743c027), guix-commits, 2021/04/23
- 01/06: gnu: Add emacs-notmuch-maildir., guix-commits, 2021/04/23
- 02/06: gnu: Add emacs-corfu., guix-commits, 2021/04/23
- 03/06: gnu: Add emacs-ibuffer-vc., guix-commits, 2021/04/23
- 04/06: gnu: Add emacs-shell-command+.,
guix-commits <=
- 05/06: gnu: Add emacs-vc-hgcmd., guix-commits, 2021/04/23
- 06/06: gnu: Add emacs-nameless., guix-commits, 2021/04/23