Command-line utilities · Linux
Yara Utility Stack
Two essential terminal utilities written in pure Bash. No compiled binaries, no configuration files, no build process — just run the script.
2 Tools
Desktop · Linux
MIT License
Open Source
Pure Bash
Zero Build
Tools
02
Terminal utilities
Language
Bash
v4.0+ · Pure shell
Platform
Linux
Any modern distro
License
MIT
Free & open source
collection · 02 apps
Tools in this stack
Run directly with bash script.sh or install system-wide with the included installer.
Yara Fetch
Lightweight system information display. Shows distro ASCII logos alongside organized system, desktop, hardware, and network details. Inspired by neofetch — but pure Bash, zero compiled binaries.
id::yara-fetch · v2.0
Desktop · Linux
View
Yara Imcon
Fast terminal image converter. Batch-converts between PNG, JPEG, WebP, AVIF, BMP, and TIFF with resizing, quality control, and EXIF removal. ImageMagick is the only dependency.
id::yara-imcon · v1.0
Desktop · Linux
View
principles · yara stack
Built on simple principles
The Yara stack values minimalism, portability, and correctness over features.
Pure Bash
No Python, no Go, no compiled binary. Just shell script. Works on any Linux system with Bash 4.0+.
Zero build step
Download and run. No
make, no cargo build, no npm install. The scripts are the binaries.Standard tools only
Built on awk, sed, ps, ip, df — tools already on every Linux system. Optional extras like lm_sensors for temperature monitoring.
System-wide install
Includes an
install.sh script that copies the tool to /usr/local/bin/ so it's available as a system command everywhere.Batch processing
Both tools are designed for batch workflows. Convert entire directories of images, or display system info in scripts and dotfiles.
MIT licensed
Use in personal and commercial projects without restriction. Fork, modify, redistribute freely under the MIT license.
technical · details
Technical overview
| Developer | Saman Udayanga Wijesinghe |
| Platform | Linux (any modern distribution) |
| Language | Bash 4.0+ |
| Required tools | awk · sed · ps · ip · df · lspci · numfmt |
| Optional tools | lm_sensors (CPU temp) · ImageMagick (Imcon, required) |
| Install | Run bash script.sh directly, or sudo ./install.sh for system-wide |
| Repository | GitLab — gitlab.com/samanscode/yara-fetch · gitlab.com/samanscode/yara-imcon |
| License | MIT |