💾 Archived View for appl.garden › play › make-stats captured on 2023-06-16 at 16:36:45. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2023-04-26)
➡️ Next capture (2024-03-21)
-=-=-=-=-=-=-
!/bin/sh
sort alphabetical-raw.gmi -k4 --output=alphabetical-raw.gmi
cp alphabetical-raw.gmi alphabetical.gmi
cat << EOF > alphabetical.gmi
gardenappl's Linux and low-spec-ish gaming
$(< alphabetical-raw.gmi)
Stats
- $(< alphabetical-raw.gmi wc -l) total
- 🐧 $(grep 🐧 alphabetical-raw.gmi | wc -l) played on Linux
- 🪟 $(grep 🪟 alphabetical-raw.gmi | wc -l) played on Windows
- 📱 $(grep 📱 alphabetical-raw.gmi | wc -l) played on Android
- ❌ $(grep ❌ alphabetical-raw.gmi | wc -l) retired
- 🍷 $(grep 🍷 alphabetical-raw.gmi | wc -l) Windows games played via Wine
- 🛠️ $(grep 🛠️ alphabetical-raw.gmi | wc -l) games played via fan-made port, game engine reimplementation, or other "hacks"
- 🎮 $(grep 🎮 alphabetical-raw.gmi | wc -l) games played via emulation
- 🌐 $(grep 🌐 alphabetical-raw.gmi | wc -l) games played via web browser
- ☁️ $(grep ☁️ alphabetical-raw.gmi | wc -l) games played via streaming service
About
These were statistics for the Linux and low-spec-ish gaming log, for my overall gaming stats you can check my HLTB profile:
https://howlongtobeat.com/user?n=gardenappl
The statistics are generated by a shell script, so the sorting may be a bit dumb.
the script
EOF