I Broke this Blog and fixed it months later
I somehow managed to chop off a bunch of random HTML tags from the index.html
, specifically, the first 7 lines.
[Few Months Later]
Then I borrowed the first 7 lines from another tilde user's blog, and it worked
tags: website
Neofetch on Tilde
What it is
I have made a simple web version of Neofetch, just for Tilde. You can check it out here. It uses Python (as you probably could tell by the file extension) along with a locally downloaded version of neofetch.
How it was made
I chose Python due to some functions it has on files and other objects, making it easier for me to work with.
I started by pulling the neofetch bash script from its GitHub page, and made a simple python script to grab the output and store it. Then I removed the color codes using python replace, awk, sed, and a few other tools.
Once I tested it and it was ready, I split the logo from the other information, and put the information into a table. I used a <pre>
to preserve whitespace.
[This blog may or may not be work in progress]