An open API service indexing awesome lists of open source software.

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.

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.

![tfetch preview](preview.png)

## 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)