Not setting or reading from clipboard #14
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
akinus/akclip#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried this test:
❯ echo "This is the wrong text" | wl-copy
~
❯ akclip set "$(echo "This is the right text")"
Clipboard set successfully
~
❯ This is the wrong text
bash: This: command not found
~
❯ akclip get
Error reading clipboard: Failed to get clipboard content: The clipboard contents were not available in the requested format or the clipboard is empty.
~
❯
It is not interacting with the clipboard at all. As you can see here, wl-copy works on my particular machine. But the point of this program is to work on any machine, and over tunneled connections like ssh.
I want my clipboard to be populated with text from the terminal as if I was hitting "Ctrl + Shift + C" or "Ctrl + Shift + V" for pasting.
🐛 AI bug fix started. Branch:
fix/issue-14🐛 AI bug fix started. Branch:
fix/issue-14✅ PR merged successfully! Branch
fix/issue-14has been deleted, and this issue is now closed.