From 3d3eac3c4442a934eb4095ecd53402c741edf2fc Mon Sep 17 00:00:00 2001
From: Alexander Foremny <aforemny@posteo.de>
Date: Wed, 4 Oct 2023 22:51:20 +0200
Subject: update generate-and-show-hash-for-each-issue

---
 app/Main.hs | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'app')

diff --git a/app/Main.hs b/app/Main.hs
index 1afb7a3..b96cbd6 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -30,6 +30,8 @@
 -- be more interesting keywords.
 
 -- TODO Generate and show hash for each issue
+--
+-- The show hash should be generated by slugifying the issues title. Shell completion will help with the initially long issue ids. Internally, the slugified title should be added as an `@id` tag, unless an `@id` tag is present on the issue.
 
 module Main where
 
-- 
cgit v1.2.3