Caution
This repository contains unstable code, if a rm -rf / occurs, it's not my problem, use with caution.
General utility, but at the moment, this is just a go version of mateusjdev/rename-files-to-hash.
Make sure you have the following installed:
- Clone the repository to your local machine:
git clone https://github.com/mateusjdev/scruffy
cd scruffy- Build the project:
go build -o ./build/scruffy
# or using Taskfile (recommended)
task build