Crates.io | runi |
lib.rs | runi |
version | 0.1.4 |
source | src |
created_at | 2024-02-26 02:59:43.968806 |
updated_at | 2024-02-26 18:24:03.375953 |
description | a CLI tool to generate unicode fonts |
homepage | |
repository | https://github.com/thor314/runi |
max_upload_size | |
id | 1152975 |
size | 84,619 |
a CLI tool to generate unicode fonts
runi
is a portmanteau of Rust and Unicode. It allows you to generate unicode-fonts, instead of having to visit websites like https://lingojam.com.
The following unicode fonts are supported:
This might be useful if you work with mathematical formulas or just enjoy using alternate unicode text font styles.
Provide any of the subcommands listed above, and any string:
$ runi double-struck abcdefghijklmnopqrstuvwxyz\\
𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛𝕜𝕝𝕞𝕟𝕠𝕡𝕢𝕣𝕤𝕥𝕦𝕧𝕨𝕩𝕪𝕫
Generate completions for your shell. Choices are: bash, elvish, fish, powershell, zsh.
runi --completions $YOUR_SHELL > runi_completions.sh
source runi_completions.sh
cargo install runi
# or if you have cargo-binstall, even faster https://github.com/cargo-bins/cargo-binstall
cargo binstall runi
Licensed under your option of either:
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
This project was generated with Thor's cargo generate template with flags: