Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongcarl/homebrew-carchey
An archey script clone for OS X written in C
https://github.com/dongcarl/homebrew-carchey
Last synced: 3 days ago
JSON representation
An archey script clone for OS X written in C
- Host: GitHub
- URL: https://github.com/dongcarl/homebrew-carchey
- Owner: dongcarl
- Created: 2015-12-02T13:33:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T09:26:13.000Z (almost 9 years ago)
- Last Synced: 2024-11-14T10:49:51.698Z (2 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# carchey
An archey script clone for OS X written in C```
### User: dongcarl
#### Hostname: MacBook-Pro-2
### Distro: OS X 10.11.2
####### ####### Kernel: Darwin
###################### Uptime: 2 days
##################### Shell: /usr/local/bin/fish
#################### Terminal: xterm-256color iTerm.app
#################### Packages: 89
##################### CPU: Intel Core i7-4870HQ CPU @ 2.50GHz
###################### Memory: 16 GiB
#################### Disk: 83%
################ Battery: 100%
#### #####
```## Table Of Contents
* [Rationale](#rationale)
* [Download](#download)
* [Installation](#installation)
* [Options](#options)
* [Credits](#credits)## Rationale
[archey](https://github.com/obihann/archey-osx) takes 0.21 seconds to run. For something that's in my fish.config file, it's a little too slow for my liking## Download
The latest stable release is [1.0](https://github.com/dongcarl/homebrew-carchey/archive/v1.0.tar.gz).## Installation from Homebrew
```
brew install dongcarl/carchey/carchey
```## Installation from Source
```
make install
```## Options
* -c : Disables coloring of the Apple logo## Credits
* [djmelik](https://github.com/djmelik/archey) - Archey
* [joshfinnie](https://github.com/joshfinnie/archey-osx) - A great OSX Python port of Archey
* [Gary00](https://github.com/Gary00/archey-osx) - A fork of joshfinnie's Archey port.
* [rdlugosz](https://github.com/rdlugosz) - Fixing a math error with memory caculations.
* [docwhat](https://github.com/docwhat) - Shell expertise and cleanups.
* [slice27](https://github.com/slice27) - Shell wizardy allowing dynamic fields
* [vladshub](https://github.com/vladshub) - Custom logo support
* [obihann](https://github.com/obihann/archey-osx) - Archey for OSX