Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laraib07/androfetch
A pretty system information tool written in bash for termux on android.
https://github.com/laraib07/androfetch
android neofetch screenfetch screenshot termux
Last synced: 5 days ago
JSON representation
A pretty system information tool written in bash for termux on android.
- Host: GitHub
- URL: https://github.com/laraib07/androfetch
- Owner: laraib07
- Created: 2020-12-01T11:44:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T18:49:33.000Z (over 3 years ago)
- Last Synced: 2024-08-04T04:06:26.968Z (4 months ago)
- Topics: android, neofetch, screenfetch, screenshot, termux
- Language: Shell
- Homepage:
- Size: 1.23 MB
- Stars: 58
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fetch - androfetch - A pretty system information tool written in bash for termux on android. `Shell` (Operation System / GNU/Linux Only)
README
# androfetch
A pretty system information tool written in bash for termux on android.![preview1](screenshots/s1.png)
**Note**: Use meslo nerd font.
### created by [Laraib07](https://github.com/laraib07)
## Table of contents
* [Installation](#installation)
* [Usage](#usage)
* [Custom logo](#custom-logo)
* [Screenshots](#more-screenshots)## Installation
**Note**: Delete previous cache manually with
```bash
rm -rf ~/.cache/androfetch/cache
```1. Install fonts ( optional , else disable icons with `androfetch -i` )
```bash
wget https://raw.githubusercontent.com/laraib07/androfetch/main/font.ttf && mv font.ttf ~/.termux/
```or
```bash
curl -O https://raw.githubusercontent.com/laraib07/androfetch/main/font.ttf && mv font.ttf ~/.termux/
```2. Installing androfetch.
```bash
wget https://raw.githubusercontent.com/laraib07/androfetch/main/androfetch && chmod u+x androfetch && mv androfetch $PREFIX/bin/
```or
```bash
curl -O https://raw.githubusercontent.com/laraib07/androfetch/main/androfetch && chmod u+x androfetch && mv androfetch $PREFIX/bin/
```## Usage
Usage : **androfetch** [-hci] [-n [name]] [ -l [filepath]]
option | Description
:-----:|:---------------------------:
-h | print this usage
-c | build new cache
-i | toggle icon visibility
-t | toggle description title visibility
-n | set user name
-l | set logo## Custom logo
To set custom logo, save logo in a file without quoting or commenting
Add whitespaces to make every line equal in width.
Do not use broad logo which will cover significant space.
although you can use as many lines as you like.See sample_logo in this repo for reference.
After saving it use following command to set it.
```bash
androfetch -l
```
To set it to default use,
```bash
androfetch -l
```## More Screenshots
![preview2](screenshots/s2.png)
![preview3](screenshots/s3.png)
![preview4](screenshots/s4.png)
![preview5](screenshots/s5.png)
![preview6](screenshots/s6.png)