Skip to content

A pretty system information tool written in bash for termux on android.

Notifications You must be signed in to change notification settings

laraib07/androfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

androfetch

A pretty system information tool written in bash for termux on android.

preview1

Note: Use meslo nerd font.

created by Laraib07

Table of contents

Installation

Note: Delete previous cache manually with

rm -rf ~/.cache/androfetch/cache
  1. Install fonts ( optional , else disable icons with androfetch -i )
wget https://raw.githubusercontent.com/laraib07/androfetch/main/font.ttf && mv font.ttf ~/.termux/

or

curl -O https://raw.githubusercontent.com/laraib07/androfetch/main/font.ttf && mv font.ttf ~/.termux/
  1. Installing androfetch.
wget https://raw.githubusercontent.com/laraib07/androfetch/main/androfetch && chmod u+x androfetch && mv androfetch $PREFIX/bin/

or

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.

androfetch -l <filepath>

To set it to default use,

androfetch -l 

More Screenshots

preview2 preview3 preview4 preview5 preview6

About

A pretty system information tool written in bash for termux on android.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages