The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cbxmon_001_v1x0_20170111.zip | 2017-01-16 | 1.5 MB | |
| readme.txt | 2017-01-16 | 864 Bytes | |
| Totals: 2 Items | 1.5 MB | 0 | |
CB Monitor
Clipboard monitor that operated on X11 selection named CLIPBOARD.
Every time there is new clipbord data, CB Monitor auto dumps and
clears it.
SYNOPSIS
cbxmon [--bTrim|--bTrim2|--bUnchanged] [--szOfn FILE] [--nCap INT]
OPTIONS
-?, --help -- Show usage. This text.
-t, --bTrim -- Trim newlines from each clipboard captured.
-r, --bTrim2 -- Same as '--bTrim' but no newline at the end.
-u, --bUnchanged -- Don't trim or add any newlines.
-o FILE
--szOfn FILE -- File name to append each clipboard text to.
Otherwise clipboard is printed to STDOUT.
-c INT
--nCap INT -- Number of captures before exit. Default is infinite.
-q, --bQuiet -- No messages to STDERR.
Commands to build:
$> make release
$> make release_static
$> make debug