mauro-balades / sf

A small system information fetcher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT Active development


What is sf?

sf (Small fetcher) is a distribution system fectcher for UNIX-like operating systems. It is very small and the idea was to make it in less than 400 lines (comments does not count). It is very customizable and it works well for linux ricing.

  • /etc/os-release
  • UNIX-like OS

But don't worry if you don't have those files/programs, sm checks if they exist and it has default values if you use a distro wich does not meet the requirements. Sm has support for a lot of linux Distributions such as: Ubuntu, void Gentoo and many more.

The purpose of sm is to create a simple low-weight system information fetcher.The fetcher is made in less than 500 lines of bash code (comments does not count). It is a single file programm so you can install it easily on your /usr/bin or you can use the installer (more info in the README.md).

Instalation

To install sf, curl the instalation script and run it with bash.

note: it will use sudo so that the shell script can be in /bin/sf.

curl -fsSL https://raw.githubusercontent.com/mauro-balades/sf/main/install.sh | sh

Thanks

  • ufetch for the ASCII art.
  • Thanks to all of the starazers!

License

  • Small fetcher is under the license of MIT

About

A small system information fetcher.

License:MIT License


Languages

Language:Shell 100.0%