Progress #16

Closed
opened 2026-06-21 04:51:15 +00:00 by akinus · 3 comments
Owner

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.

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.
Author
Owner

🐛 AI bug fix started. Branch: fix/issue-16

🐛 AI bug fix started. Branch: `fix/issue-16`
akinus referenced this issue from a commit 2026-06-21 04:52:36 +00:00
Author
Owner

🐛 AI bug fix started. Branch: fix/issue-16

🐛 AI bug fix started. Branch: `fix/issue-16`
akinus referenced this issue from a commit 2026-06-21 04:53:19 +00:00

PR merged successfully! Branch fix/issue-16 has been deleted, and this issue is now closed.

✅ PR merged successfully! Branch `fix/issue-16` has been deleted, and this issue is now closed.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
akinus/akclip#16
No description provided.