diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-05 10:03:31 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-05 10:03:31 +0200 |
commit | 16da8a1ea6187f4bd5ef176f2aed64403b111c8c (patch) | |
tree | f304e9983afa5b9170e29f7bf0df7933e2aa1c4c /app/Main.hs | |
parent | 1890844c731b4c5c648b1871193947144aefa3dd (diff) |
generate internal @id tag from title
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 4 |
1 files changed, 0 insertions, 4 deletions
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) |