Skip to content

Bash script to mimic the "About This Mac" feature in macOS from a command-line interface (CLI).

License

Notifications You must be signed in to change notification settings

marshki/about_dis_mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About 'Dis Mac 🍎 🧗


Codacy Badge Maintenance made-with-bash MIT licensed Open Source Love svg3

Bash shell script to mimic the About This Mac 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

Acknowledgements

hardware_model_too.sh adpated from this thread.

Shout-out to: https://reddit.com/u/Thanksagainforlunch for the suggestion.

Issues

A list of issues for this repository.

About

Bash script to mimic the "About This Mac" feature in macOS from a command-line interface (CLI).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages