diff options
author | Pedro Guimaraes <moisespedro15@gmail.com> | 2014-10-28 08:28:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:27:29 +0700 |
commit | 7a6618264aeddf9572e1e7dd3620b2a6fa6f431c (patch) | |
tree | 7dc34aa423e11f46fe763c3069cf83c4cd8d80e7 /misc/slop/README | |
parent | 57330c722a9484ee73e54b2126fad21ce54d7628 (diff) |
misc/slop: Added (selection query).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/slop/README')
-rw-r--r-- | misc/slop/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/slop/README b/misc/slop/README new file mode 100644 index 0000000000000..e0bdf91d0230b --- /dev/null +++ b/misc/slop/README @@ -0,0 +1,5 @@ +slop (Select Operation) + +slop is an application that querys for a selection from the user and prints the region to stdout. +It grabs the mouse and turns it into a crosshair, lets the user click and drag to make a selection +(or click on a window) while drawing a pretty box around it, then finally prints the selection's dimensions to stdout. |