Crates.io | nanoid_cli |
lib.rs | nanoid_cli |
version | 1.0.0 |
source | src |
created_at | 2023-09-11 20:20:26.33216 |
updated_at | 2023-09-11 20:20:26.33216 |
description | Nanoid CLI |
homepage | |
repository | https://github.com/jlyonsmith/nanoid_cli |
max_upload_size | |
id | 970079 |
size | 37,263 |
This is a command line for the Rust crate nanoid, a tiny, secure, URL-friendly, unique string ID generator. Nanoid has been ported to over 20 languages. This project provides command line interface to the library so you can manually generate strings. It provides the following options:
Install it with cargo install nanoid_cli
. Use nanoid --help
to see the full list of options.
The tool uses the clap crate for command line processing.
Pull requests welcomed for additional features, such a customizable alphabets.