Bug 211550 - x11/simplestroke: Detect mouse gestures
Summary: x11/simplestroke: Detect mouse gestures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-03 14:43 UTC by Tobias Kortkamp
Modified: 2016-08-03 20:41 UTC (History)
1 user (show)

See Also:


Attachments
simplestroke.shar (1.87 KB, text/plain)
2016-08-03 14:43 UTC, Tobias Kortkamp
tobik: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-08-03 14:43:00 UTC
Created attachment 173229 [details]
simplestroke.shar

Simplestroke is a simple utility that detects mouse gestures.  It
currently detects twelve pre-defined mouse gestures and prints the
name of the detected gesture to stdout, if any.  The output can then
e.g. be used in a simple shell script to execute commands.

Example usages could include closing windows in i3 by drawing a Z over
them or other window manipulations, or pausing your music player by
drawing a left-to-right line.

WWW: https://github.com/t6/simplestroke/

portlint ok, Poudriere@FreeBSD 9.3/i386 ok
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-08-03 20:40:44 UTC
A commit references this bug:

Author: pawel
Date: Wed Aug  3 20:40:41 UTC 2016
New revision: 419552
URL: https://svnweb.freebsd.org/changeset/ports/419552

Log:
  Simplestroke is a simple utility that detects mouse gestures.  It
  currently detects twelve pre-defined mouse gestures and prints the
  name of the detected gesture to stdout, if any.  The output can then
  e.g. be used in a simple shell script to execute commands.

  Example usages could include closing windows in i3 by drawing a Z over
  them or other window manipulations, or pausing your music player by
  drawing a left-to-right line.

  WWW: https://github.com/t6/simplestroke/

  PR:		211550
  Submitted by:	Tobias Kortkamp <t@tobik.me>

Changes:
  head/x11/Makefile
  head/x11/simplestroke/
  head/x11/simplestroke/Makefile
  head/x11/simplestroke/distinfo
  head/x11/simplestroke/pkg-descr