The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version cbxmon_002_v1x1_20170119.zip (1.4 MB)
Email in envelope

Get an email when there's a new version of CB Monitor

Home / v 1.1
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2017-01-20 1.1 kB
cbxmon_002_v1x1_20170119.zip 2017-01-20 1.4 MB
Totals: 2 Items   1.4 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.
  -q, --bQuiet     --  No messages to STDERR.

  -o      FILE     --  File name to append each clipboard text to.
  --szOfn FILE         Otherwise clipboard is printed to STDOUT.

  -c     INT       --  Number of captures before exit. Default is infinite.
  --nCap INT           

  -z      TEXT     --  Shell command executed on each CB dump.
  --szCmd TEXT         The system() from libc.


Commands to build
---------------------------
	$> make release
	$> make release_static
	$> make debug


Version History
-------------------------
1.0
	Initial relase.
1.1
	New command: "--szCmd TEXT".
	Bugfix with unexpected null bytes in clipboard data.
Source: readme.txt, updated 2017-01-20