Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marshki/about_dis_mac
Bash script to mimic the "About This Mac" feature in macOS from a command-line interface (CLI).
https://github.com/marshki/about_dis_mac
about-this-mac bash-script cli macos
Last synced: 6 days ago
JSON representation
Bash script to mimic the "About This Mac" feature in macOS from a command-line interface (CLI).
- Host: GitHub
- URL: https://github.com/marshki/about_dis_mac
- Owner: marshki
- License: mit
- Created: 2017-08-15T23:01:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T14:19:18.000Z (7 months ago)
- Last Synced: 2024-04-23T15:35:19.814Z (7 months ago)
- Topics: about-this-mac, bash-script, cli, macos
- Language: Shell
- Homepage:
- Size: 1.28 MB
- Stars: 12
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About 'Dis Mac :apple: :climbing:
---[![Codacy Badge](https://api.codacy.com/project/badge/Grade/58a75e0d2563469f8a4a9ec4ad24df5d)](https://www.codacy.com/app/marshki/about_dis_mac?utm_source=github.com&utm_medium=referral&utm_content=marshki/about_dis_mac&utm_campaign=Badge_Grade)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)
[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)Bash shell script to mimic the [About This Mac](https://support.apple.com/en-us/HT201581) feature in macOS (Apple sillicon, Intel).
## Sample Output
--------------------
macOS
--------------------
Big Sur--------------------
Version
--------------------
11.7.3--------------------
Hardware Model
--------------------
iMac (Retina 5K, 27-inch, 2020)--------------------
Processor
--------------------
3.3 GHz 6-Core Intel Core i5--------------------
Memory
--------------------
16 GB 2667 MHz DDR4--------------------
Startup Disk
--------------------
MacintoshHD-Data--------------------
Graphics
--------------------
AMD Radeon Pro 5300 4 GB--------------------
Serial Number
--------------------
H4TFJ019PN78## Supported Versions of macOS
|macOS|Version |
|--- |--- |
|14.* |Sonoma |
|13.* |Ventura |
|12.* |Monterey |
|11.* |Big Sur |
|10.15|Catalina |
|10.14|Mojave |
|10.13|High Sierra|
|10.12|Sierra |
|10.11|El Capitan |
|10.10|Yosemite |## Getting Started
__Liftoff:__
Make this script accessible to all users by placing it in: `/usr/local/bin`;
set the executable bit on the file:
`chmod +x aboutMe`;
then call it:
`bash aboutMe`.
## History
| Version| Relase Date|
| --- | --- |
| v.0.3 |04-AUG-2022 |
| v.0.2 |05-APR-2021 |
| v.0.1 |07-JUL-2018 |
| v.0.0 |15-AUG-2017 |## License
[LICENSE](https://github.com/marshki/about_dis_mac/blob/master/LICENSE)
## Acknowledgements
`hardware_model_too.sh` adpated from [this thread](https://www.reddit.com/r/macsysadmin/comments/bmycmz/submission_about_this_mac_command_line_edition/).
Shout-out to: [https://reddit.com/u/Thanksagainforlunch](https://reddit.com/u/Thanksagainforlunch) for the suggestion.## Issues
[A list of issues for this repository.](https://github.com/marshki/about_dis_mac/issues)