selk | Keyboard-only rectangle selector for X |
| download: https://git.y1.nz/archives/selk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
selk.1
1 .TH SELK 1 selk\-VERSION
2 .SH NAME
3 .B selk
4 \- keyboard-only rectangle selector program for X11
5 .SH SYNOPSIS
6 .B selk
7 .RB [ --help ]
8 .SH OPTIONS
9 .TP
10 .B \-\-help
11 Print a short text that describes how to use the program.
12 Any call other than simply
13 .B selk
14 will result in this behavior.
15 .TP
16 .B (otherwise)
17 a graphical interface will appear for selecting a rectangle.
18 .SH CONTROLS
19 .PP
20 The program uses the following controls:
21 .PP
22 [hjkl]: move selection
23 [shift]: slower
24 [control]: faster
25 [space]: confirm
26 [m]: output monitor
27 [n]: output window
28 [escape]: cancel
29 .PP
30 Position the top-left corner, press space, position the bottom-right corner,
31 then press space again. Alternatively press m or n at any time.
32 .PP
33 After completion, the program outputs the rectangle in the form of four
34 integer values:
35 .B X Y W H.
36 .SH AUTHORS
37 Original code from NRK, refactored + updated by Emma Weaver.
38 .SH LICENSE
39 See the LICENSE file for the terms of redistribution.
40
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.