Clipboard
Clipboard copied to clipboard
cb cut does not remove the clipboard entry on windows
trafficstars
cb cut "AVeryStrongPassword!" cb | some-program
The clipboard-entry "AveryStrongPassowrd" is still in the clipboard.
Can confirm, this is the case on macOS as well. On Linux it works as intended.
$ cb cut "secure password donut steel"
✔ Cut text "secure password donut steel"
$ cb paste
✔ Pasted one item
$ cb paste
┃ There is currently nothing in the clipboard.
┃ Add cut, copy, or paste to the end, like cb copy to get started, or if you need help, try cb -h to show the help screen.
Fixed in https://github.com/Slackadays/Clipboard/commit/0fef41a02db4f21ef07417b3d02c823017daaa33
@eitamal @ydx-2147483647