Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mauro-balades/sf

A small system information fetcher.
https://github.com/mauro-balades/sf

distrob-fetch fetch os-fetch system-fetcher

Last synced: about 2 months ago
JSON representation

A small system information fetcher.

Awesome Lists containing this project

README

        






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](https://gitlab.com/jschx/ufetch) for the ASCII art.
* Thanks to all of the starazers!

#### License

* `Small fetcher` is under the license of [MIT](./LICENSE)