branch: externals/shell-command+
commit fe7a0562e30fd04aca9700d451fa8a03c1d09ac0
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Prepare next release
---
shell-command+.el | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/shell-command+.el b/shell-command+.el
index e6545001fa..f7559de1f2 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