Find a file
Dan Jones 84994d3b73 🔀 Merge tag 'v0.0.2' into develop
🔖🐛 Fix missing extension
2025-03-11 12:45:22 -05:00
.gitignore 🛠 Add Taskfile 2025-03-07 16:25:40 -06:00
CHANGELOG.md 📝 Add new version info 2025-03-11 12:44:16 -05:00
config.go ♻️ Export Config 2025-03-10 14:52:50 -05:00
config_test.go ♻️ Export Config 2025-03-10 14:52:50 -05:00
generators.go ♻️ Export Config 2025-03-10 14:52:50 -05:00
generators_test.go ♻️ Export Config 2025-03-10 14:52:50 -05:00
go.mod Add UUID generator 2025-03-07 17:00:38 -06:00
go.sum Add UUID generator 2025-03-07 17:00:38 -06:00
LICENSE 🔖 Version 0.0.1 2025-03-10 17:03:52 -05:00
make.go 🐛 Extension was being ignored 2025-03-11 12:42:03 -05:00
make_test.go 🐛 Extension was being ignored 2025-03-11 12:42:03 -05:00
options.go ♻️ Export Config 2025-03-10 14:52:50 -05:00
options_test.go ♻️ Export Config 2025-03-10 14:52:50 -05:00
README.md 📝 Add new version info 2025-03-11 12:44:16 -05:00
Taskfile.yml 🛠 Add Taskfile 2025-03-07 16:25:40 -06: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.

TODO

I'll fill this out more in depth later.

For now, check official documentation.