Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 615 Bytes

File metadata and controls

37 lines (24 loc) · 615 Bytes

FileToClipboard

Supported Platforms

Linux distributions with X-Server or Wayland.

Running in server mode is supported so external clipboard manager is not necessary.

Minor compatability bugs with supported MIME types are possible.

Dependencies

  • cmake
  • g++
  • libx11-dev

Building

cmake -S . -B build
cmake --build build

Running

build/FileToClipboard [data_format] [data]
  • [data_format] - FILE or STRING
  • [data]:
    • FILE: absoulte file path
    • STRING: UTF-8 characters string

License

This project is licensed under HOT POTATO LICENSE V2