Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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