From 7205a6d91f9fc0abda827ab7a1e585a4b082e4df00392e89dc8e8a61beda4ea0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 17 May 2024 15:54:42 +0300 Subject: [PATCH] Unnecessary sort --- list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list b/list index f60ae62..2eb7a11 100755 --- a/list +++ b/list @@ -42,5 +42,5 @@ for issue (issues/*(On)) { print -n $issue "| " print $tagsTheir -} | sort -r | +} | colourise green:"^.{19}" bg-cyan:"\|" red:"proj:[^ ]+" -- 2.48.1