From b4e461f90e67c972c7da8638206e81f2511a4395 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 24 Apr 2025 17:29:55 +0200 Subject: [PATCH] Improve output --- formatter/formatter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatter/formatter.go b/formatter/formatter.go index ab1cd72..7620cbd 100644 --- a/formatter/formatter.go +++ b/formatter/formatter.go @@ -50,7 +50,7 @@ func createSummary(jsonStr string) string { // Add ID if available if id := gjson.Get(jsonStr, "id").String(); id != "" { - summaryParts = append(summaryParts, fmt.Sprintf("%s: %s", bold("ID"), green(id))) + summaryParts = append(summaryParts, fmt.Sprintf("%s: %s", bold("Original URL"), green(id))) } // Process based on type