2025-03-10 17:03:52 -05:00
|
|
|
# nomino - A filename generator
|
|
|
|
|
|
|
|
|
|
The purpose of nomino is to generate (probably random) filenames, for example, if you want to save an uploaded file to storage under a new name.
|
|
|
|
|
|
|
|
|
|
It takes a lot of inspiration (although no actual code) from [Onym](https://github.com/Blaspsoft/onym).
|
|
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
|
|
I'll fill this out more in depth later.
|
|
|
|
|
|
2025-03-11 12:44:16 -05:00
|
|
|
For now, check [official documentation](https://pkg.go.dev/codeberg.org/danjones000/nomino).
|