Releases: avih/uclip
Releases · avih/uclip
v0.6
v0.5
Changes since 0.4:
- When copying, first try to clear the clipboard, which seem to make it more likely to succeed in some cases.
- When pasting (
-o
) to the (Windows) console, there's now special handling to write Unicode correctly regardless of the console codepage. A new option-oo
writes UTF8 without this console special handling.
v0.4
Changes since 0.3:
- Removed
-oe
/-Oe
options (keep-o
/-O
) because it now identifies whether the clipboard contains text, and exit with error code when appropriate. - When copying, first try using Win32 API (via
user32.dll
), as it can avoid some failures when other applications monitor the clipboard.
Runs on XP SP3 32/64 or later, and linux with Mono.
Compiled on Linux using Mono C# compiler version 6.8.0.105.
v0.3
Version 0.2
Clear the clipboard when copying empty text, instead of throwing an exception.
Compiled on Linux using Mono C# compiler version 6.8.0.105.
Should be compatible with XP SP3 32/64 or later, and linux with Mono.
Version 0.1
uclip version 0.1 multi-platform uclip.exe
binary and source.
uclip.exe
runs on any Windows version (tested win 10 64, win 7 64, win XP-SP3 32), and on Linux/mono.
It was compiled on Linux using Mono C# compiler version 6.8.0.105.