Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2387a1115ae6ce2ceb45ab1f22d41f0a178fbf53)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2387a1115ae6ce2ceb45ab1f22d41f0a178fbf53)
  • Date: Tue, 9 Aug 2022 14:52:25 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
utils/smenu/DEPENDS | 1 +
utils/smenu/DETAILS | 22 ++++++++++++++++++++++
utils/smenu/HISTORY | 2 ++
4 files changed, 28 insertions(+)

New commits:
commit 2387a1115ae6ce2ceb45ab1f22d41f0a178fbf53
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

smenu: new spell, lightweight and flexible terminal menu generator

diff --git a/ChangeLog b/ChangeLog
index 36a431d..407c684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-08-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/smenu: new spell, lightweight and flexible terminal menu
generator
+
2022-08-04 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/ansible-community: new spell, radically simple IT
automation system
diff --git a/utils/smenu/DEPENDS b/utils/smenu/DEPENDS
new file mode 100755
index 0000000..5764a9c
--- /dev/null
+++ b/utils/smenu/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/utils/smenu/DETAILS b/utils/smenu/DETAILS
new file mode 100755
index 0000000..ada623e
--- /dev/null
+++ b/utils/smenu/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=smenu
+ VERSION=1.0.0
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=https://github.com/p-gen/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:e6875071479bedbf2861491ccfeb2cb3811715db9ec5d2681420f8df3dee560a349dd99cfda8eb8fbe1ddc2afe889a91f73c270986091b7039e03cd8c5a1754f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/p-gen/smenu
+ ENTERED=20220809
+ LICENSE[0]=MPL
+ KEYWORDS=""
+ SHORT="lightweight and flexible terminal menu generator"
+cat << EOF
+smenu is a selection filter just like sed is an editing filter.
+
+This tool takes words from standard input or from a file and presents them on
+the screen in different layouts in a scrolling window. A cursor that you can
+easily move lets you select one or more of them.
+
+Note that the screen is not cleared at the beginning and end of the smenu
+execution. The selection window is displayed at the cursor position and the
+previous contents of the terminal are not changed or lost.
+EOF
diff --git a/utils/smenu/HISTORY b/utils/smenu/HISTORY
new file mode 100644
index 0000000..41e8f21
--- /dev/null
+++ b/utils/smenu/HISTORY
@@ -0,0 +1,2 @@
+2022-08-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.0.0



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2387a1115ae6ce2ceb45ab1f22d41f0a178fbf53), Vlad Glagolev, 08/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page