From 16da8a1ea6187f4bd5ef176f2aed64403b111c8c Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 5 Oct 2023 10:03:31 +0200 Subject: generate internal @id tag from title --- app/Main.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index f48d824..30495a5 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -63,10 +63,6 @@ -- Additionally to TODO, also FIXME should start an issue. There might -- 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 import Control.Exception (Exception, catch, throw, throwIO) -- cgit v1.2.3