Skip to content

Nekidev/wl-utf-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A minimal CLI tool to copy UTF codepoints to the clipboard via wl-copy.

$ utf 1F60A
Copied U+1F60A to clipboard! (๐Ÿ˜Š)
$ utf 1F60A 1F60A
Copied U+1F60A U+1F60A to clipboard! (๐Ÿ˜Š๐Ÿ˜Š)

Run `utf --help` for the complete guide.

To install this utility, clone this repository and inside it run
`cargo install --path .`.

    Why not arboard? Because in wayland, the clipboard is owned by the application
    who copied, so keeping copies alive would mean creating a daemon. Not worth it.

Licensed via MIT.

About

A tiny utility to copy UTF code points to wl-copy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages