DIYfetch it the shell script template for writing adaptive fetch tool utilizing Gum's join command.
Download the diyfetch
file:
curl https://raw.githubusercontent.com/info-mono/diyfetch/main/diyfetch > ~/.local/bin/diyfetch
chmod +x ~/.local/bin/diyfetch
Note feel free to change the file name to what ever you want.
Open the fetch script with your favorite editor then add, delete and change whatever you prefer. The script contain detailed guide to customize it.
Finally, run the fetch script in the terminal:
diyfetch
Here are some examples, you can find their script in examples/
.
This example is inspired by Insert Name from Neofetch themes.
This example is inspired by Idlifetch from Neofetch themes.
This example is inspired by Ozozfetch from Neofetch themes.
This example is inspired by Fetch-master 6000.
A tiny fetch I make to celebrate my No.1 victory at the local game jam.
I buy a smart washing machine for mommy with the prize money.
Why stop at system informations. You can fetch a bunch of time related information as well!
Note
Requirements:figlet
.
This example utilize wttr.in
's API
with Wego's ansi arts.
Note
Requirements:jq
.
Pokedex fetch! This example utilize PokeAPI
and Pokemon colorscripts.
Note
Requirements:jq
.
Special thanks to:
- Neofetch Themes by Chick Chan
- Neofetch by Dylan
- Pfetch also by Dylan
- Ufetch by Jschx
- Pure sh bible also by Dylan
- ShellCheck also by Vidar Holen