abbiefetch/README.md

26 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2024-11-10 20:37:40 +00:00
# abbiefetch
abbiefetch is a POSIX compliant fetch script intended to be as portable as possible to run on machines of any age. abbiefetch is not dependent on any specific shell and should run fine on any system with a POSIX compliant shell and Unix utilities.
## Building
To build abbiefetch, clone this repository and run `./build.sh`. If you receive errors about `tee` having an invalid option then run `./build_alternate.sh`.
2024-11-10 20:37:40 +00:00
## Compatibility
abbiefetch will attempt to gather as much information as possible on systems that don't have full compatibility and will provide you with a system type (and sometimes a subtype) to let you know what abbiefetch thinks your computer is running.
2024-11-12 17:35:27 +00:00
| Type string | System type | Subtype | Support since | Support type | Notes |
2024-11-12 17:35:56 +00:00
| - | - | - | - | - | - |
2024-11-12 17:35:27 +00:00
| `unknown` | Unknown kernel | | | None | Default when your system is unrecognised |
| `linux` | Linux | | 1.0.0 | Full | |
2024-11-13 16:55:14 +00:00
| `linux/android` | Linux | Android | `master` | Full | |
2024-11-12 17:35:27 +00:00
| `linux/chumby` | Linux | Chumby internet appliances | 1.0.0 | Full | Uses chumby specific tools. |
| `linux/proxmox` | Linux | Proxmox VE host | 1.0.0 | Full | |
2024-11-13 16:06:52 +00:00
| `linux/rpi` | Linux | Raspberry Pi single board computer | 1.0.0 | Partial | Currently there are issues detecting the host machine and CPU. |
2024-11-12 17:36:22 +00:00
| `openbsd` | OpenBSD | | 1.0.0 | Full | |
| `netbsd` | NetBSD | | 1.1.0 | Full | |
| `freebsd` | FreeBSD | | 1.1.0 | Full | |
| `freebsd/dfly` | FreeBSD | DragonFly BSD | `master` | Full | DragonFly is a fork of FreeBSD which is similar enough that no modifications need be made. |
2024-11-13 16:06:52 +00:00
| `haiku` | Haiku | | 1.1.0 | Partial | |
| `windows` | Microsoft Windows | | 1.2.0 | Full | Relies on wmic.exe and systeminfo.exe |
2024-11-13 16:06:10 +00:00
| `windows/cygwin` | Microsoft Windows | Cygwin | 1.2.0 | Partial | Relies on wmic.exe and systeminfo.exe, issues with machine detection |
2024-11-17 17:12:36 +00:00
| `illumos` | illumos | | `master` | Partial | |