An application which rewrites URLs in your clipboard for you in order to generate pretty embeds. For example, x.com
-> fixupx.com
.
Currently only supports Windows.
Configuration can be found in config.toml
with the following format:
[twitter] # a unique name for this rewrite
replace = "x.com" # the domain to be replaced
with = "fixupx.com" # the target domain to replace with
The config.toml
file must be in the same directory as the executable.
To build in release config, first install Rust and then run
$ cargo build --release
The executable can then be found at target/release/clipboard-herald.exe
.