archey-osx icon indicating copy to clipboard operation
archey-osx copied to clipboard

An archey script clone for OS X

Results 19 archey-osx issues
Sort by recently updated
recently updated
newest added

An option to turn off the Apple would be great 😄 It would allow it to be small-width friendly (eg. using it on a side-terminal along with code)

I have both brewed gawk & gnu-sed installed. ```shell ioreg -c AppleSmartBattery -r | awk '$1~/Capacity/{c[$1]=$3} END{OFMT="%.2f%"; max=c["\"MaxCapacity\""]; if (max>0) { print 100*c["\"CurrentCapacity\""]/max;} }' ``` prints `95.67%`, which results in...

I have to type in the command to get it display my system specs, but I've seen people execute on startup? 😕

Commit 4017061 broke the Uptime line for me, because `\s` is not understood by the default macOS `sed` command (this was 10.12.5). Using the POSIX `[[:space:]]` character class works fine.

eth0.me is down which makes archey to load with big delay

It gives the following error: `/usr/local/bin/archey: line 67: test: Ryan: binary operator expected` And 'Ryan' is the middle part of my username I believe this problem is caused because my...

just an idea and just a draft: https://github.com/childnodeContribArch/archey-osx/commit/c9e8bc4a85be015d754634361e8d3245ef758eed ![bildschirmfoto 2015-12-02 um 20 15 48](https://cloud.githubusercontent.com/assets/192814/11541331/0f0317f6-9932-11e5-84a9-66b6b1f52383.png) looking forward to get your feedback ;)

enhancement
pending approval
1.6-pre-release

Would love to see the local IP version in stable, thanks 👍

Hi, I was experiencing some issues with archey hanging for approx 10 seconds. I added `set -x` to the start of the script to see where the problem was, and...