Progress #16
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#16
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?
Some progress!
When I run akclip, it now changes the clipboard text, but only until the clipboard is changed, or the program is stopped. The program stays running until manually closed or the clipboard is changed.
❯ akclip set "$(echo "This is the right text")"
This is the right text
This is the right text
This is the right text
^C
~
❯
After the program is manually closed, the clipboard is cleared.
When I call it, I want it to capture the entire output of the command, and set it to the clipboard, then exit, keeping the clipboard contents the newly copied command output.
🐛 AI bug fix started. Branch:
fix/issue-16🐛 AI bug fix started. Branch:
fix/issue-16✅ PR merged successfully! Branch
fix/issue-16has been deleted, and this issue is now closed.