ThioJoe / Edit-Clipboard-Contents

Allows viewing, editing, and even deleting individual items within the Windows clipboard
GNU General Public License v3.0
141 stars 2 forks source link

📋 Edit Clipboard Contents Tool

Windows application for inspection and editing of raw clipboard contents

✔️ Key Features

Screenshot:

Main application Window Screenshot

🔍 Main Features

1. All-Format Clipboard Inspection

2. Raw Content Editing

3. Backup and Restore

4. Add Custom Formats

5. Advanced Features

6. Export Capabilities


How To Compile:

Requirements:

Instructions:

  1. Open the "Solution" file (EditClipboardContents.sln) with Visual Studio 2022
    • The entire solution/project is included with the repo, so after opening it should be ready to compile and run immediately after opening it
  2. Optional: Choose the build "configuration" mode (Either Release or Debug)
    • The Debug configuration is for during development, and you'll notice the app will have an additional menu called [Debugging] with some various options and modes that do not appear in release mode, and an additional label in the UI with some layout info at the top. Debugging menu examples:
      • An option to have the tooltip show the dimensions and location coordinates of Windows Forms controls when hovering over them, like when debugging scaling or layout issues
      • A "Test" button you can use to run miscelaneous code you can put in that button's event handler
      • A button used to parse the table from a wikipedia page containing file signatures and convert it to JSON, so it can be used as an embedded reference by the program
  3. Compile by going to Build (top menu) > Build Solution, or if in Debug configuration, Debug > Start Debugging (Or just click the toolbar button that says "Start" with the green triangle)