Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mauro-balades/sf
- Owner: mauro-balades
- License: mit
- Created: 2021-12-27T11:35:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T06:19:15.000Z (over 2 years ago)
- Last Synced: 2024-03-29T03:32:07.887Z (9 months ago)
- Topics: distrob-fetch, fetch, os-fetch, system-fetcher
- Language: Shell
- Homepage:
- Size: 992 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - sf - A small system information fetcher. `Shell` (Operation System / GNU/Linux Only)
README
---
### 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` OSBut 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)