Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-cheff/sf
A small system information fetcher.
https://github.com/mr-cheff/sf
distrob-fetch fetch os-fetch system-fetcher
Last synced: about 1 month ago
JSON representation
A small system information fetcher.
- Host: GitHub
- URL: https://github.com/mr-cheff/sf
- Owner: mr-cheff
- License: mit
- Created: 2021-12-27T11:35:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T20:00:04.000Z (8 months ago)
- Last Synced: 2024-11-22T03:03:22.961Z (2 months ago)
- Topics: distrob-fetch, fetch, os-fetch, system-fetcher
- Language: Shell
- Homepage:
- Size: 1000 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)