Skip to content

roetlich/fsummary

Repository files navigation

fsummary

linux build linux test macos build macos test

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.

Build

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

Scripting languages

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 :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published