Module fkr

Module fkr 

Source
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.