summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <pkal@posteo.net>2025-09-30 21:40:48 +0200
committerPhilip Kaludercic <pkal@posteo.net>2025-09-30 21:40:48 +0200
commitfe7a0562e30fd04aca9700d451fa8a03c1d09ac0 (patch)
treeb16a7eacc02c7482e172c51702bf7ba12adb852a
parent8388de44c488106a53913e7028b0e3f3859982bb (diff)
Prepare next releaseexternals/shell-command+
-rw-r--r--shell-command+.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/shell-command+.el b/shell-command+.el
index e654500..f7559de 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -52,6 +52,9 @@
;; as specified in `shell-command+-substitute-alist'.
;;
;; man fprintf
+;; vc log
+;; find . -type f
+;; clear
;;
;; See `shell-command+'s docstring for more details on how it's input
;; is interpreted. See `shell-command+-features' if you want to
@@ -62,13 +65,9 @@
;;; News:
-;;;; Version 2.5.0 (30Sep25)
+;;;; Version ?.?.? (...)
-;; - Fix edge-cases with shell parsing.
-;; - Add new command `shell-command+-in-place'.
-;; - Remove deprecated option `shell-command+-enable-file-substitution'
-;; - Add command substitutions for "clear" and "git".
-;; - Move repository from SourceHut to Codeberg.
+;; TODO
;;; Code:
@@ -561,5 +560,4 @@ can be combined but will be processed in the following order:"
(comment-region start (point)))))))))
(provide 'shell-command+)
-
;;; shell-command+.el ends here