Skip to Content.
Sympa Menu

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

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 (89b5f8cd85a4e57c7338a6382013ab70bb67af09)
  • Date: Wed, 22 Nov 2017 15:25:57 +0000

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

ChangeLog | 3 +++
shell-term-fm/hstr/DEPENDS | 3 +++
shell-term-fm/hstr/DETAILS | 21 +++++++++++++++++++++
shell-term-fm/hstr/HISTORY | 2 ++
shell-term-fm/hstr/PRE_BUILD | 4 ++++
5 files changed, 33 insertions(+)

New commits:
commit 89b5f8cd85a4e57c7338a6382013ab70bb67af09
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

hstr: new spell, shell history suggest box

diff --git a/ChangeLog b/ChangeLog
index 003a169..6226ba7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-11-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * shell-term-fm/hstr: new spell, shell history suggest box
+
2017-11-20 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/py-setproctitle: new spell, Python module to customize
the process title
diff --git a/shell-term-fm/hstr/DEPENDS b/shell-term-fm/hstr/DEPENDS
new file mode 100755
index 0000000..42d092e
--- /dev/null
+++ b/shell-term-fm/hstr/DEPENDS
@@ -0,0 +1,3 @@
+depends ncurses &&
+depends readline &&
+depends pkgconfig
diff --git a/shell-term-fm/hstr/DETAILS b/shell-term-fm/hstr/DETAILS
new file mode 100755
index 0000000..0d1b307
--- /dev/null
+++ b/shell-term-fm/hstr/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=hstr
+ SPELLX=hh
+ VERSION=1.23
+ SOURCE=${SPELLX}-${VERSION}-src.tar.gz
+
SOURCE_URL[0]=https://github.com/dvorka/${SPELL}/releases/download/${VERSION}/hh-1.23-src.tgz
+
SOURCE_HASH=sha512:bce8a658267fda2e66623ea0c4fc5b0113bf53cd16991233db0fb7f0343314c05f1c919bda6285a758827e9014cd873befb012ec038f18da3260b70d22a7afe4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ DOCS="CONFIGURATION.md INSTALLATION.md Changelog ${DOCS}"
+ WEB_SITE=https://github.com/dvorka/hstr
+ LICENSE[0]=APACHE
+ ENTERED=20171122
+ SHORT="shell history suggest box"
+cat << EOF
+HSTR is a command line utility that brings improved Bash command completion
+from the history. It aims to make completion easier and more efficient than
+Ctrl-r.
+
+Apart to the completion, history can be managed (you can remove commands that
+e.g. contain sensitive information like passwords) and bookmark your favorite
+commands.
+EOF
diff --git a/shell-term-fm/hstr/HISTORY b/shell-term-fm/hstr/HISTORY
new file mode 100644
index 0000000..4198639
--- /dev/null
+++ b/shell-term-fm/hstr/HISTORY
@@ -0,0 +1,2 @@
+2017-11-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: created spell, version 1.23
diff --git a/shell-term-fm/hstr/PRE_BUILD b/shell-term-fm/hstr/PRE_BUILD
new file mode 100755
index 0000000..84a5311
--- /dev/null
+++ b/shell-term-fm/hstr/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sed -i "s:ncursesw/\(curses.h\):\1:g" src/include/hstr_curses.h src/hstr.c



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (89b5f8cd85a4e57c7338a6382013ab70bb67af09), Vlad Glagolev, 11/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page