wl
is a command line utility for converting strings to a given casing style.
go install -v github.com/s0md3v/wl/cmd/wl@latest
Confused or something not working? Try these instructions from my other tool's help section.
Usage of wl:
-c string
casing style (required)
-i string
input file (default stdin)
-o string
output file (default stdout)
Example #1: wl -c fooBar -i input.txt -o output.txt
Example #2: cat input.txt | wl -c fooBar
Note: You don't need to use the words
foo
andbar
, any word e.g.prod_api_id
will work.wl
will detect the casing style of your word and apply it to your wordlist. This can be handy in cases like changing your wordlist according to the input recieved from another tool.
foobar, foo_bar, fooBar, FooBar, FOOBAR, FOO_BAR
foo-bar, FOO-BAR, foo.bar, FOO.BAR, Foo.Bar, Foo_Bar, Foo-Bar, foo.Bar, foo.Bar, foo_Bar, foo-Bar