Dump clipboard contents as JSON to console.
Download binary from Releases
-
Run the program with
--listen
flagdumpclip --listen
As you copy some content into clipboard, clipboard contents will be dumped as JSON.
{"text":"ClipboardChanged"} {"text":"monitor"} {"files":["D:\\_dev\\web\\abdus.dev\\src\\projects\\askme\\askme.gif","D:\\_dev\\web\\abdus.dev\\src\\projects\\askme\\askme.md"]}
- Copy some text then run
The program outputs the clipboard contents then exits.
dumpclip.exe
If you've copied some files:{"text":"Dump clipboard contents as JSON to console."}
{"files":["D:\\_dev\\windows\\dumpclipboard\\DumpClipboard\\bin\\Release\\dumpclip.exe","D:\\_dev\\windows\\dumpclipboard\\DumpClipboard\\bin\\Release\\dumpclip.pdb"]}
- Add support for listening to changes
- Initial release