https://github.com/haithamaouati/tfetch
A tiny system info script for Termux, written in pure Bash.
https://github.com/haithamaouati/tfetch
android bash fetch info linux macchina neofetch os script sysinfo system systeminformation termux tfetch
Last synced: 6 months ago
JSON representation
A tiny system info script for Termux, written in pure Bash.
- Host: GitHub
- URL: https://github.com/haithamaouati/tfetch
- Owner: haithamaouati
- License: wtfpl
- Created: 2024-03-26T22:07:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T00:24:33.000Z (9 months ago)
- Last Synced: 2025-07-06T21:43:42.226Z (7 months ago)
- Topics: android, bash, fetch, info, linux, macchina, neofetch, os, script, sysinfo, system, systeminformation, termux, tfetch
- Language: Shell
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tfetch
A tiny system info script for [Termux](https://termux.dev), written in pure Bash.
No dependencies. No noise. Just the essentials.

## Features
- Displays basic system information:
- Username and hostname
- OS, architecture, kernel
- Uptime, installed packages, memory
- Works offline — no external dependencies
- Fast, lightweight, and silent on errors
- ASCII art included (yes, it's judging you)
## Installation
1. Clone the repository
```bash
git clone https://github.com/haithamaouati/tfetch.git
```
2. Change to the tfetch directory:
```
cd tfetch
```
3. Install the script
```
bash install.sh
```
## Usage
Usage: `tfetch`
##### Options:
`-c`, `--clear` Clear the screen before displaying info
## Uninstallation
```
bash uninstall.sh
```
## Author
Made with :coffee: by **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)
## License
**tfetch** is licensed under [WTFPL license](LICENSE)