Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

haithamaouati/tfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

83 Commits

Repository files navigation

tfetch🐧

A tiny system info script for Termux, written entirely in Bash.
No dependencies. No noise. Just the essentials.

tfetch preview

Table of Contents

Features

  • Displays basic system information:
    • Username and hostname
    • OS, architecture, kernel
    • Uptime, installed packages, memory
    • Current date and time
    • Color palette
  • Works offline — no external dependencies
  • Fast, lightweight, and silent on errors
  • ASCII art included (tux and android)

Installation

  1. Clone the repository:
git clone https://github.com/haithamaouati/tfetch.git
  1. Change to the tfetch directory:
cd tfetch
  1. Install the script:
bash install.sh

Usage

tfetch [OPTIONS]

Options:

Option Long Form Description
-c --clear Clear the screen before displaying info
-p --palette Show the terminal color palette
-t --tux Use Tux ASCII art (default)
-a --android Use Android ASCII art
-d --datetime Show current date and time
-h --help Show this help message and exit

Examples

# Display system info with cleared screen and color palette
tfetch -c -p
# Show with Android ASCII art and datetime
tfetch -a -d
# Show with Tux art (default) and clear screen
tfetch -c
# Display help message
tfetch -h

Make it a Startup Banner (Optional)

  1. Open ~/.bashrc using nano:
nano ~/.bashrc
  1. Add the following line at the end of the file:
tfetch -c -p
  1. Save and exit using Ctrl + X, then press Y and Enter

Uninstallation

bash uninstall.sh

Environment

  • Tested on: Termux
  • Required: Bash 4.0+
  • No external dependencies

Contributing

Found a bug? Have a feature idea? Contributions are welcome! Feel free to:

Star History

Star History Chart

Find this repository useful? ♥️

Support it by joining the stargazers. ⭐

If you want to help even more, please spread the word — share the project on X, Reddit, or with your community so more people discover it.

And follow me to keep up with future updates and projects. 🤩

License

tfetch is licensed under WTFPL license

About

A tiny system info script for Termux written entirely in Bash. No dependencies. No noise. Just the essentials.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /