Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxczaki/archfetch
:framed_picture: Simple CLI system information tool for Arch Linux.
https://github.com/xxczaki/archfetch
arch archfetch aur cpu info kernel neofetch screenfetch wm yaourt
Last synced: 27 days ago
JSON representation
:framed_picture: Simple CLI system information tool for Arch Linux.
- Host: GitHub
- URL: https://github.com/xxczaki/archfetch
- Owner: xxczaki
- License: mit
- Created: 2018-03-21T20:24:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T13:14:33.000Z (over 5 years ago)
- Last Synced: 2024-11-15T10:41:45.363Z (about 1 month ago)
- Topics: arch, archfetch, aur, cpu, info, kernel, neofetch, screenfetch, wm, yaourt
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - archfetch - Simple CLI system information tool for Arch Linux. `Shell` (Operation System / GNU/Linux Only)
README
![Screenshot](https://i.imgur.com/aoNNFmT.png)
# Archfetch
[![Build Status](https://travis-ci.org/xxczaki/archfetch.svg?branch=master)](https://travis-ci.org/xxczaki/archfetch)
[![AUR package](https://repology.org/badge/version-for-repo/aur/archfetch.svg)](https://repology.org/metapackage/archfetch)
[![Donate](https://img.shields.io/badge/donate-patreon-yellow.svg)](https://www.patreon.com/akepinski)Archfetch is a simple CLI system information tool written in BASH. It displays information about your system, for example kernel version or shell.
# Install
Archfetch is available on [AUR](https://aur.archlinux.org/packages/archfetch/), so you can install it using your favourite [helper](https://wiki.archlinux.org/index.php/AUR_helpers#Active). I recommend [yay](https://github.com/Jguer/yay):
```bash
$ yay -S archfetch
```You can also install archfetch manually:
```bash
$ git clone https://github.com/xxczaki/archfetch
$ cd archfetch
$ sudo make install
```# Related
- [ubufetch](https://github.com/xxczaki/ubufetch)