https://github.com/jackchatelain/uname-fetch
uname -a but readable
https://github.com/jackchatelain/uname-fetch
Last synced: about 1 year ago
JSON representation
uname -a but readable
- Host: GitHub
- URL: https://github.com/jackchatelain/uname-fetch
- Owner: jackchatelain
- License: isc
- Created: 2024-07-05T15:55:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T16:05:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T11:19:12.515Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uname-fetch
`uname -a` but readable. Compatible with MacOS and probably Linux.
### Output with uname -a
```
Darwin Jack's MacBook Air 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:16:51 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8103 arm64
```
### Output with uname-fetch
```
--- System ---
OS: Darwin
Hostname: Jack's MacBook Air
--------------
----- CPU ----
Architecture: arm64
Type: arm
--------------
--- Kernel ---
Type: Darwin
Version: 23.5.0
Version date: Wed May 1 20:16:51 PDT 2024
Version info: root:xnu-10063.121.3~5/RELEASE_ARM64_T8103
--------------
```