Get file info fast and simple
Just run this command in terminal and it will install everything itself
curl -L https://sh.fynjirby.dev/gmfi | shor if you prefer GoLang package manager use
go install github.com/fynjirby/gmfi@latestGo to releases and download latest binary for your OS, then move it to /usr/local/bin/ and enjoy with simple gmfi in terminal!
- Install Go and make sure it's working with
go version - Clone repo
- Run
go buildin repo directory, then move it to/usr/local/bin/
The main app command is gmfi <filename> [or more files] to see file / dir info
Oh, and this is gmfi help btw, the list of all commands available
to get help of any just use gmfi <command>, it will show the syntax
gmfi search <what> [where] > find files in directory
gmfi diff <what> <with what> > compare two files
gmfi view <file> > view file or archive contents (via FAT)
gmfi tree [dir] > display folder structure
gnfi big [where] [count] > show biggest files in a directory
gmfi small [where] [count] > show smallest files in a directory
gmfi exif <file> > run exiftool to check exif data for any file
gmfi help > show the help message