Describe the bug
I've been trying to access older entries from clipboard with hs commands, but the terminal always return an error message telling me that I "might be lacking the permissions", and I couldn't seem to get the requested entry.
To Reproduce
~> cb cp 1
โ Copied text "1"
~> cb cp b
โ Copied text "b"
~> cb cp 3
โ Copied text "3"
~> cb hs
โโโ Entry history for clipboard 0 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ 3โ n/aโ 0Bโ โ
โ 2โ n/aโ 1Bโ 1 โ
โ 1โ n/aโ 1Bโ b โ
โ 0โ n/aโ 1Bโ 3 โ
โโโโText, Files, Directories, Data โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
~> cb hs 2
โ Internal error: rename: Access is denied.: "C:\Users\foobar\AppData\Local\Temp\Clipboard\0\data\1", "C:\Users\foobar\AppData\Local\Temp\Clipboard\0\data\4"
โ This might be a bug, or you might be lacking permissions on this system.
~> cb hs
โโโ Entry history for clipboard 0 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ 5โ n/aโ 0Bโ โ
โ 4โ n/aโ 1Bโ 1 โ
โ 3โ n/aโ 1Bโ b โ
โ 2โ n/aโ 1Bโ 3 โ
โ 1โ n/aโ 0Bโ โ
โ 0โ n/aโ 1Bโ 3 โ
โโโโText, Files, Directories, Data โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Expected behavior
Access the older entries on the clipboard as advertised.
Version
I'm using cb 0.10.1 on Windows 11, installed with the default install script on the GitHub page.
The terminals I've tried include:
- nushell 0.109.1
- Windows powershell 7.4.13
- cmd
all tested both with administrator permissions, both "run as administrator" in the menu and sudo command; I'm the administrator and the sole user of the system.
Describe the bug
I've been trying to access older entries from clipboard with
hscommands, but the terminal always return an error message telling me that I "might be lacking the permissions", and I couldn't seem to get the requested entry.To Reproduce
Expected behavior
Access the older entries on the clipboard as advertised.
Version
I'm using cb 0.10.1 on Windows 11, installed with the default install script on the GitHub page.
The terminals I've tried include:
all tested both with administrator permissions, both "run as administrator" in the menu and
sudocommand; I'm the administrator and the sole user of the system.