diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-04 22:51:20 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-04 22:51:20 +0200 |
commit | 3d3eac3c4442a934eb4095ecd53402c741edf2fc (patch) | |
tree | 6bc2740eeed56aa4b50a618c6761e95b97f57c4e /app/Main.hs | |
parent | 91853d217a6fe5b2ae9066fffb9d039ca12bd756 (diff) |
update generate-and-show-hash-for-each-issue
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |