Skip to content

Yet another simple fetching tool written in POSIX sh

License

Notifications You must be signed in to change notification settings

Dyzean/coffee-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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