Expand description
Random string generation via the fkr crate.
Random string generation helpers backed by fkr.
Exposes a dictionary with an insertion command (insert_string) prompting the user to select an
[::fkr::FkrOption] then inserting the generated string at the cursor. Input / buffer errors are
reported via [ytil_noxi::notify::error].
Functionsยง
- dict
- [
Dictionary] of random string generation helpers powered by [fkr]. - insert_
string ๐ - Prompt the user to select a [
fkr::FkrOption] and insert its generated string.