Skip to content

Commit

Permalink
Update docs (add Asciicast). Set up Goreleaser config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Oct 17, 2019
1 parent 52bb59e commit 472826b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
goarch:
- amd64
archive:
replacements:
darwin: Darwin
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
iSMC
===

[![GitHub license](https://img.shields.io/github/license/dkorunic/iSMC.svg)](https://github.com/dkorunic/iSMC/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/dkorunic/iSMC.svg)](https://github.com/dkorunic/iSMC/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/dkorunic/iSMC)](https://goreportcard.com/report/github.com/dkorunic/iSMC)

## About

`iSMC` is an Apple System Management Controller (SMC) CLI tool that attempts to query SMC for a number of well known keys and determine their type and value, classifying them into temperature, power, current, voltage, fan and battery readouts. It will also attempt to give a human-readable description of each found SMC key.

Typically various desktop and server Apple hardware should work and most definitely all Intel-based Mac computers.

[![asciicast](https://asciinema.org/a/iQPD6haQvqswJcCOaPAxhrGNr.svg)](https://asciinema.org/a/iQPD6haQvqswJcCOaPAxhrGNr)

## Installation

There are two ways of installing `iSMC`:
There are two ways of installing `iSMC` (tool works only on macOS computers):

### Manual

Expand Down

0 comments on commit 472826b

Please sign in to comment.