abdusco / dumpclip

A utility for dumping clipboard contents to console

Home Page:https://abdus.dev/projects/dumpclip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dumpclip

Dump clipboard contents as JSON to console.

Download binary from Releases

Usage

Listen to clipboard changes

  • Run the program with --listen flag

    dumpclip --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"]}

One-off

  • Copy some text then run
    dumpclip.exe
    The program outputs the clipboard contents then exits.
    {"text":"Dump clipboard contents as JSON to console."}
    If you've copied some files:
    {"files":["D:\\_dev\\windows\\dumpclipboard\\DumpClipboard\\bin\\Release\\dumpclip.exe","D:\\_dev\\windows\\dumpclipboard\\DumpClipboard\\bin\\Release\\dumpclip.pdb"]}

Changelog

v1.1.0

  • Add support for listening to changes

v1.0.0

  • Initial release

About

A utility for dumping clipboard contents to console

https://abdus.dev/projects/dumpclip/


Languages

Language:C# 100.0%