Skip to Content.
Sympa Menu

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

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 (317b5e57499b694cdd54c8e5ef23d7b43f6444b7)
  • Date: Sun, 12 Mar 2017 01:47:30 +0000

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

ChangeLog | 1 +
utils/yank/BUILD | 1 +
utils/yank/DEPENDS | 1 +
utils/yank/DETAILS | 20 ++++++++++++++++++++
utils/yank/HISTORY | 2 ++
utils/yank/INSTALL | 1 +
6 files changed, 26 insertions(+)

New commits:
commit 317b5e57499b694cdd54c8e5ef23d7b43f6444b7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

yank: new spell, yank terminal output to clipboard

diff --git a/ChangeLog b/ChangeLog
index 85a4e5a..08d1613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* fonts-x11/profont-x11: new spell, fixed width fonts especially for
long hacking sessions
* fonts-x11/creep: new spell, pretty sweet 4px wide pixel font
+ * utils/yank: new spell, yank terminal output to clipboard

2017-03-11 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/yasnippet-snippets: new spell, Yasnippet official
diff --git a/utils/yank/BUILD b/utils/yank/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/yank/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/yank/DEPENDS b/utils/yank/DEPENDS
new file mode 100755
index 0000000..2419212
--- /dev/null
+++ b/utils/yank/DEPENDS
@@ -0,0 +1 @@
+suggest_depends xsel "" "" "for default yank command"
diff --git a/utils/yank/DETAILS b/utils/yank/DETAILS
new file mode 100755
index 0000000..440909a
--- /dev/null
+++ b/utils/yank/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=yank
+ VERSION=0.8.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/mptre/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:8f0afb1b185febfeea186935daaf979de726a89a0933b7bf010c3bad2c80c13a4fce783546dfc09c343267398cd6cc16beee88c4d89e4d98de1a88c4c46f72a8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/mptre/yank
+ LICENSE[0]=MIT
+ ENTERED=20170311
+ SHORT="yank terminal output to clipboard"
+cat << EOF
+Read input from stdin and display a selection interface that allows a field
to
+be selected and copied to the clipboard. Fields are either recognized by a
+regular expression using the -g option or by splitting the input on a
delimiter
+sequence using the -d option.
+
+Using the arrow keys will move the selected field. The interface supports
+several Emacs and Vi like key bindings. Pressing the return key will invoke
the
+yank command and write the selected field to its stdin.
+EOF
diff --git a/utils/yank/HISTORY b/utils/yank/HISTORY
new file mode 100644
index 0000000..37836dc
--- /dev/null
+++ b/utils/yank/HISTORY
@@ -0,0 +1,2 @@
+2017-03-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 0.8.2
diff --git a/utils/yank/INSTALL b/utils/yank/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/utils/yank/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (317b5e57499b694cdd54c8e5ef23d7b43f6444b7), Vlad Glagolev, 03/11/2017

Archive powered by MHonArc 2.6.24.

Top of Page