/coffee-fetch

Yet another simple fetching tool written in POSIX sh

Primary LanguageShellMIT LicenseMIT

coffee-fetch


Your generic fetching tool written in POSIX shell.
Why i made this? Cause neofetch is slow (Yes, i put neofetch on my shellrc.)
Execution time is really important for me, thats why i made this simple fetching tool.

Installation

# Curl `cfetch` into your PATH e.g ~/.local/bin and give execute permissions.
install -m755 /dev/stdin ~/.local/bin/cfetch << CFETCH
$(curl -sL https://raw.githubusercontent.com/Dyzean/coffee-fetch/main/cfetch)
CFETCH

# Prepare your coffee and relax.
cfetch

Credits