Pick emoji and clipboard history through the chooser #13
Loading…
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?
Two small commands on top of donbox-pick, which already does the
hard half. Roughly thirty lines each.
Implemented in
e4679b1.SUPER+CTRL+E and SUPER+CTRL+V. Emoji come from Unicode's own
list at /usr/share/unicode/emoji/emoji-test.txt, fully-qualified
only, so the repository carries no copy of them. The clipboard
history is cliphist, fed by a watcher the session starts, and
its list already answers in the chooser's shape.
Both copy rather than type: the chooser holds the keyboard while
it is open, so there is nothing to type into by the time it
closes.
Verified on screen with the real chooser, and the suite covers
the parsing, the multi-codepoint case, tabs inside a clipboard
preview, and an empty history.