This is a set of Windows utilities for working with files on the clipboard in a format that Windows Explorer and similar programs can understand:
fcopy: Copies files to the clipboard, similar to selecting them in Windows Explorer and pressing Ctrl+C.- `fcut: Moves files to the clipboard, similar to Ctrl+X in Windows Explorer.
fpaste: Pastes files from the clipboard into the current directory.fclear: Clears the clipboard of any copied or cut files.flist: Lists files currently stored on the clipboard.
To build with CMake, follow these steps:
mkdir build
cd build
cmake ..
cmake --build .fcopy <file1> [file2 ...]fcut <file1> [file2 ...]fpastefclearflist [-i]-i will display much more detailed information about the files on your clipboard.