From 3d5fc695859b33df0d61bc0283a77cc7d80a96e4 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 9 Jun 2025 21:17:22 -0500 Subject: [PATCH] 2025-06-08 | TUI Challange, Day 1 (updates) --- content/post/2025/06/tui-challenge:-day-1.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/post/2025/06/tui-challenge:-day-1.md b/content/post/2025/06/tui-challenge:-day-1.md index fee0c2ab..23f95204 100644 --- a/content/post/2025/06/tui-challenge:-day-1.md +++ b/content/post/2025/06/tui-challenge:-day-1.md @@ -1,10 +1,10 @@ --- date: "2025-06-08T04:00:00-07:00" title: "TUI Challenge: Day 1" -tags: ["cli"] -categories: ["personal,sa"] +tags: ["cli","tui"] +categories: ["personal","sa"] #image: "" -#series: [""] +series: ["tuichallenge"] summary: "" --- @@ -125,3 +125,5 @@ echo "" >> ${OUTPUT} #$TERMPROG -e tmuxp load duckland tmuxinator start duckland ``` + +As the TUI Challenge has a scoring system, I am claiming 10 points for editing a file under vim, and an additional 10 points as my script does a bit of formating, for a total of 20 points.