This is a simple tool to perform url pattern shenanigans.
Install
go install github.com/floholz/imgut@latest
Usage
To download images matching an url pattern, use the download
command.
imgut download "https://flagsapi.com/B{A-F}/flat/64.png"
To only check if a matching url is valid, use the fuzz
command.
imgut fuzz "https://flagsapi.com/B{A-F}/flat/64.png"
See the full documentation with the help
command or at doc.md.
imgut help
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
📝 License
This project was created by floholz under the GPL-3.0 license.
Show your support
Give a ⭐ if this project helped you!