-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
50 lines (31 loc) · 1.1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Clipboard CLI Logger - CBCL
-------------------------------
Application to log all the text that the clipboard is updated to.
These are actions made by the user in the UI, such as copy via Ctrl+C or
copy in mouse context menus.
Non-interactive, CLI interface configuration.
It is a CLI utility that is meant to be run in its own
terminal|console window.
CB text is written to STDOUT or text file.
Options
------------
-bSkipDupes 1
If set to 1, doesn't logs duplicates.
-ofn FILENAME
Sets file name to write the logs to.
-nLogLevel NUM
If set to 0, shows fewer messages in STDERR.
Use 8 to show most messages - the default.
-anPrefix TEXT
-anSuffix TEXT
Sets optional prefix and suffix to include in the output.
-bForceSingleLine MODE
Optional. Sets how to replace new-line characters in the output.
MODE can be set to values in the range: 1-4.
Default is to not make any changes.
-nMaxCaptures NUM
Perform this many NUM of captures, then exits.
Links
-----------
Project page
https://github.com/ike9000e/Clipboard-CLI-Logger