Skip to content
forked from midvetb/midtf

Command-line tool showing detailed operating system information

License

Notifications You must be signed in to change notification settings

localhostov/midtf

 
 

Repository files navigation

Command-line tool showing detailed operating system information

license badge

midtf

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.

Install:

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

# uninstall the tool
$ midtf --uninstall

About

Command-line tool showing detailed operating system information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 81.4%
  • Shell 13.2%
  • Roff 3.3%
  • Makefile 2.1%