From c7987858924608f8013e64260efb806e5ddeab9f Mon Sep 17 00:00:00 2001 From: Steven Van Dorp Date: Sun, 1 Feb 2026 15:13:01 +0100 Subject: Initial commit --- issue-tracker/20260201_140421/issue.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 issue-tracker/20260201_140421/issue.md (limited to 'issue-tracker/20260201_140421') diff --git a/issue-tracker/20260201_140421/issue.md b/issue-tracker/20260201_140421/issue.md new file mode 100644 index 0000000..69cd331 --- /dev/null +++ b/issue-tracker/20260201_140421/issue.md @@ -0,0 +1,17 @@ +```ini +author=steven#Bt0vSTFm +status=open +labels=proposal +``` + +# Robustly modify metadata from command line + +Right now, we're mostly manually editing files, +but it might be useful to do something like `xpit set XXX status=close`. +Right now, the obvious way to do that would be something like +`sed -i 's/status=closed/status=open/'`, which could cause unintended +side-effects in other parts of the file. + +It might be more elegant to create a separate general utility to modify "code" +inside markdown files, maybe. + -- cgit v1.2.3