summaryrefslogtreecommitdiff
path: root/issue-tracker/20260201_140421
diff options
context:
space:
mode:
authorSteven Van Dorp <steven@vandorp.lu>2026-02-01 15:13:01 +0100
committerSteven Van Dorp <steven@vandorp.lu>2026-02-01 15:13:01 +0100
commitc7987858924608f8013e64260efb806e5ddeab9f (patch)
tree06d1a0e487cabf896339386d2c1ecf02f87a540e /issue-tracker/20260201_140421
Initial commitHEADmaster
Diffstat (limited to 'issue-tracker/20260201_140421')
-rw-r--r--issue-tracker/20260201_140421/issue.md17
1 files changed, 17 insertions, 0 deletions
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.
+