pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zsh-history-substring-search: add COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Thu Nov 7 13:30:03 2024 +0100
Changeset:	ff9306b33873dffeba381d3bfaa0d5c3b640bf23

Modified Files:
	Makefile
Added Files:
	zsh-history-substring-search/COMMIT_MSG

Log Message:
zsh-history-substring-search: add COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ff9306b33873dffeba381d3bfaa0d5c3b640bf23

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                | 1 +
 zsh-history-substring-search/COMMIT_MSG | 9 +++++++++
 2 files changed, 10 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 640e3a4905..443072734e 100644
--- a/Makefile
+++ b/Makefile
@@ -6043,6 +6043,7 @@ SUBDIR+=	zoneminder
 SUBDIR+=	zoneminder132
 SUBDIR+=	zpaq
 SUBDIR+=	zrepl
+SUBDIR+=	zsh-history-substring-search
 
 ${.CURDIR}/PKGDB:
 	${RM} -f ${.CURDIR}/PKGDB
diff --git a/zsh-history-substring-search/COMMIT_MSG b/zsh-history-substring-search/COMMIT_MSG
new file mode 100644
index 0000000000..42c878460b
--- /dev/null
+++ b/zsh-history-substring-search/COMMIT_MSG
@@ -0,0 +1,9 @@
+shells/zsh-history-substring-search: add package
+
+zsh-history-substring-search is an implementation of the
+Fish shell's history search feature, where you can type
+in any part of any command from history and then press
+chosen keys, such as the UP and DOWN arrows, to cycle
+through matches.
+
+


Home | Main Index | Thread Index | Old Index