From 688eed82928f5106d196df20b9fda468ee4b2038 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 9 Oct 2023 13:50:04 +0200 Subject: add 'edit issues' issue --- app/Main.hs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs index 771fd68..402d153 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -6,6 +6,17 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE PartialTypeSignatures #-} +-- TODO Edit issues. +-- +-- I would like to edit issues from the command line. +-- +-- `anissue edit @id` should bring up the issue inside `$EDITOR`, updating the issue with any changes made within `$EDITOR`. +-- +-- Comment markers should be stripped, and the file format should be Markdown. Issue markers could be stripped. +-- +-- I am personally anticipating that this is used most frequently in response to `anissue show @id`. So, maybe `anissue show @id --edit` should be a synonym? +-- Rationale: the latter is typing ` --edit`. The former, after show, is typing `^wcwedit`, the former obviously being more palatable. + -- TODO Tag improvements (OR-filtering). -- -- Currently it is not possible to filter for an issue satisfying one filter or another. We could add the following syntax allowing it: -- cgit v1.2.3