Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mangeshrex/rxfetch
A custom system info fetching tool
https://github.com/mangeshrex/rxfetch
arch bash bash-script fonts hacktoberfest icons material neofetch pfetch screenfetch scripting shell
Last synced: 4 months ago
JSON representation
A custom system info fetching tool
- Host: GitHub
- URL: https://github.com/mangeshrex/rxfetch
- Owner: Mangeshrex
- License: gpl-3.0
- Created: 2021-05-03T09:24:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T18:23:54.000Z (4 months ago)
- Last Synced: 2024-10-01T04:00:50.397Z (4 months ago)
- Topics: arch, bash, bash-script, fonts, hacktoberfest, icons, material, neofetch, pfetch, screenfetch, scripting, shell
- Language: Shell
- Homepage:
- Size: 2.09 MB
- Stars: 453
- Watchers: 9
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rxfetch
## About
Custom system fetching tool written in bash script.
## Requirements
- Material design icons as for that pacman and ghost icons.
- You need to put the provided fonts in the fonts directory to get the icons work.
- If wanted you can change the source code of the fetch as per your needs.
- If you already use material-design-icons you can just use the command below to install it.## Run with curl
If you don't wanna clone this repo or install rxfetch, you can use curl.
```yaml
$ curl https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch | bash
```## Installation
### Arch Linux:
rxfetch is available in the AUR, you can install it with
```yaml
$ yay -S rxfetch
```also, install the fonts too
```yaml
$ yay -S ttf-material-design-icons
```### Termux (Android):
Included in main repository, install with:
```yaml
$ pkg in rxfetch
```### Manual:
- Clone this repository & run rxfetch.
```yaml
# clones the rxfetch repo
$ git clone https://github.com/mangeshrex/rxfetch
# cd into rxfetch
$ cd rxfetch
# copy the fonts
$ cp ttf-material-design-icons/* $HOME/.local/share/fonts
# update fontconfig
$ fc-cache -fv
# run rxfetch
$ ./rxfetch
```> If you have the fonts installed then just run this command.
```yaml
$ wget https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch && chmod +x rxfetch
```- You can also add rxfetch to PATH by placing it in `/usr/local/bin`
```yaml
$ sudo cp rxfetch /usr/local/bin
```- Upload your custom rxfetch script [ here ](https://github.com/Mangeshrex/rxfetch/issues/21)
## Contributors
Made with [contrib.rocks](https://contrib.rocks).