Find a file
2025-03-14 20:12:22 -05:00
.gitignore 🛠 Add Taskfile 2025-03-07 16:25:40 -06:00
CHANGELOG.md 📝 Update CHANGELOG 2025-03-14 15:14:23 -05:00
config.go Add separator option 2025-03-11 16:42:39 -05:00
config_test.go 🚧 Pass Config to generator 2025-03-13 15:36:30 -05:00
gen_file.go 🚚 Move Slug/Hash Generators to own file 2025-03-14 19:50:24 -05:00
gen_file_examples_test.go 🚚 Move Slug/Hash Generators to own file 2025-03-14 19:50:24 -05:00
gen_file_test.go 🚚 Move Slug/Hash Generators to own file 2025-03-14 19:50:24 -05:00
gen_int.go ♻️ Refactor Incremental Generator to single function with options 2025-03-14 19:03:22 -05:00
gen_int_examples_test.go ♻️ Refactor Incremental Generator to single function with options 2025-03-14 19:03:22 -05:00
gen_ts.go 🚚 Rename TS* to Timestamp 2025-03-14 18:09:07 -05:00
gen_ts_examples_test.go 🚚 Rename TS* to Timestamp 2025-03-14 18:09:07 -05:00
gen_ts_test.go ♻️ Refactor Timestamp Generator to single function with options 2025-03-14 17:39:42 -05:00
generators.go 🚚 Move Slug/Hash Generators to own file 2025-03-14 19:50:24 -05:00
generators_examples_test.go 🚚 Move remaining examples to nomino_test 2025-03-14 20:12:22 -05:00
generators_test.go 🚚 Move Slug/Hash Generators to own file 2025-03-14 19:50:24 -05:00
go.mod Add Slug Generator 2025-03-13 16:58:55 -05:00
go.sum Add Slug Generator 2025-03-13 16:58:55 -05:00
hashtype_string.go 🚚 Move Slug/Hash Generators to own file 2025-03-14 19:50:24 -05:00
LICENSE 🔖 Version 0.0.1 2025-03-10 17:03:52 -05:00
make.go ♻️ Fix go vet error 2025-03-14 13:47:44 -05:00
make_examples_test.go 🚚 Move remaining examples to nomino_test 2025-03-14 20:12:22 -05:00
make_test.go ♻️ Fix go vet error 2025-03-14 13:47:44 -05:00
options.go Add Slug Generator 2025-03-13 16:58:55 -05:00
options_examples_test.go 🚚 Move remaining examples to nomino_test 2025-03-14 20:12:22 -05:00
options_test.go Add separator option 2025-03-11 16:42:39 -05:00
README.md 📝 Add new version info 2025-03-11 12:44:16 -05:00
Taskfile.yml Add Hash generator 2025-03-14 15:01:39 -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.

TODO

I'll fill this out more in depth later.

For now, check official documentation.