Label terminal commands and directory trees in code blocks
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user