Command-line tool showing detailed operating system information
midtf is a command line tool written in the Kotlin
programming language.
The tool will allow you to find out the necessary information about the operating system, components and even the name of the mouse cursor.
# cloning repo
$ git clone https://github.com/midvetb/midtf.git
# with Makefile (recommended)
$ cd midtf && make -B install
# auxiliary function
$ midtf --help
if you have any problems building with make, try using the installation script
# with install script
$ cd midtf && ./install
# uninstall the tool
$ midtf --uninstall