Migrated from https://github.com/MemerGamer/fetch-ke fetch-ke is a minimalistic, lightweight command-line system information tool written in bash and powershell
  • Shell 59.8%
  • PowerShell 40.2%
Find a file
2026-05-10 14:42:55 +03:00
assets feat: updated readme and update script - v1.0.8 2024-10-16 19:39:04 +03:00
.gitattributes Initial commit 2023-02-02 20:32:50 +02:00
fetch-ke chore: prettifying the battery information on termux 2024-10-16 20:47:38 +03:00
fetch-ke.ps1 implemented windows version of fetch-ke 2023-09-15 14:14:51 +03:00
install.sh fix: fixed battery display on termux 2024-10-16 20:44:28 +03:00
LICENSE Initial commit 2023-02-02 20:32:50 +02:00
README.md chore: readme update 2026-05-10 14:42:55 +03:00

fetch-ke

fetch-ke

fetch-ke is a minimalistic, lightweight command-line system information tool written in bash.

The name comes from the Hungarian word fecske which means the bird swallow.

Tests

Distro Latest supported version
Nobara / Fedora v.1.1.9
Debian v.1.1.9
Ubuntu v.1.1.9
Arch v.1.1.9
Termux v.1.1.9
Windows 10 / Windows 11 v.1.0.4
WSL2 v.1.0.4
macOS

Dependencies

Note for termux

On termux the install script will install figlet, ncurses-utils and jq.

Installation

You can install fetch-ke easily using curl:

curl -sL https://raw.githubusercontent.com/MemerGamer/fetch-ke/main/install.sh | bash

If you want to set this to run when you open a shell session you need to write the following line to your .bashrc or .zshrc file:

fetch-ke

Windows (maintainers needed)

Copy the tool to C:\Windows to make it available globally

If you want to set this to run when you open a shell session you need to follow this guide. After creating the profile file you need to add the following line to it:

fetch-ke.ps1

Usage Examples

fetch-ke -h # displays help

fetch-ke -v # displays version number

fetch-ke -b # disables long battery information

fetch-ke -c # disables colors

fetch-ke -B # disables battery information

fetch-ke -F # disables figlet at start

fetch-ke -U # checks for updates

No battery display with -B flag

short battery

No colors displayed with -c flag

no_colors

No colors and short battery with combined -bc flag

combined

Windows 10 / Windows 11

windows