README claims that paste conflicts with a DOS built-in command. There is no such command in DOS, cmd.exe or powershell.
C:\Users\David>paste
'paste' is not recognized as an internal or external command,
operable program or batch file.
pwsh ❯ paste
paste: The term 'paste' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

README claims that
pasteconflicts with a DOS built-in command. There is no such command in DOS, cmd.exe or powershell.