This is a project to compare scripting languages. It's also a semi-usable CLI tool, that prints information about a file. Depending on the file extension it will use a script to get information about the file.
You'll need a C compiler, make, cmake (sorry), git. Tested to work under linux and MacOS.
git clone https://github.com/roetlich/fsummary.git
make install dependencies
make build
./fsummay --script-dir ./scripts Makefile #this will print info about the Makefile
Currently only lua is integrated. My goal is to add more languages to test them out. Next up is yasl. If you have one to add, feel free to make a PR :)