Execute not blocking async shell command in C#

note, May 22, 2023 on Mitja Felicijan's blog

Execute a shell command in async in C# while not blocking the UI thread.

private async Task executeCopyCommand()
-- 
cgit v1.2.3