mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 19:43:11 +00:00
26 lines
471 B
Plaintext
26 lines
471 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# archey
|
|
|
|
> Stylishly display system information.
|
|
> More information: <https://github.com/joshfinnie/archey-osx>.
|
|
|
|
- Show system information:
|
|
|
|
`archey`
|
|
|
|
- Show system information without colored output:
|
|
|
|
`archey --nocolor`
|
|
|
|
- Show system information, using MacPorts instead of Homebrew:
|
|
|
|
`archey --macports`
|
|
|
|
- Show system information without IP address check:
|
|
|
|
`archey --offline`
|