Label terminal commands and directory trees in code blocks

This commit is contained in:
Djeex
2026-08-31 19:57:52 +02:00
parent 61f4b0447b
commit baf3590186
53 changed files with 214 additions and 206 deletions
@@ -13,7 +13,7 @@ So I restructured my directories, manually updated every path in Qbittorrent, Pl
My directory structure:
```sh
```text [Directory tree]
.
└── media
├── seedbox
@@ -41,7 +41,7 @@ Spare you the endless Q&A with ChatGPT—I was disappointed. Qwen3 was much clea
To test, I first asked for a script that only lists and compares:
```sh
```bash [Terminal]
#!/bin/bash
# Create an associative array to store duplicates
@@ -87,7 +87,7 @@ Again, ChatGPT disappointed. Despite my requests, it created hardlinks *before*
Quick stopover to Qwen3, RTX 5090 in overdrive, and bam—much better result. Yes, it kept ChatGPT-style emojis, but here it is:
```sh
```bash [Terminal]
#!/bin/bash
echo "🔍 Step 1: Indexing original files in /media/seedbox..."