diff options
author | Rory Dudley | 2024-09-30 23:04:11 -0600 |
---|---|---|
committer | Rory Dudley | 2024-09-30 23:04:11 -0600 |
commit | 2bc76d0ca30922e6affabb4f7059c5ec41f118dd (patch) | |
tree | 2c01bc4bc72b934db9b0a4fa29de302db3eca2c1 | |
parent | e8d5695da0bff7cc4df528249f2be1d2100b88a8 (diff) | |
download | quests-2bc76d0ca30922e6affabb4f7059c5ec41f118dd.tar.gz |
Completed a quest
-rw-r--r-- | backlog.data | 1 | ||||
-rw-r--r-- | pending.data | 2 | ||||
-rw-r--r-- | undo.data | 4 |
3 files changed, 6 insertions, 1 deletions
diff --git a/backlog.data b/backlog.data index 095293b..c6341ef 100644 --- a/backlog.data +++ b/backlog.data @@ -19,3 +19,4 @@ {"description":"Migrate dwarvish.git and quests.git to use 'main' as the default branch","end":"20240814T232824Z","entry":"20240813T204044Z","modified":"20240814T232824Z","status":"completed","uuid":"113e2077-b977-4806-894d-b0f67396f058"} {"description":"Add support for in-line navigation","end":"20240902T070400Z","entry":"20240720T071403Z","modified":"20240902T070400Z","status":"completed","uuid":"71e10492-e083-4264-95b0-6e5f0a1cde52","tags":["feature"]} {"description":"Add support for tab autocomplete","end":"20240923T063115Z","entry":"20240720T071604Z","modified":"20240923T063115Z","status":"completed","uuid":"2ff524c0-93ee-4303-8be8-9ce3d04b617b","tags":["feature"]} +{"description":"Add support for setting temporary environment variables, in-line, before the main program to fork","end":"20241001T050408Z","entry":"20240720T071222Z","modified":"20241001T050408Z","status":"completed","uuid":"f79f40a9-b671-4a15-b02f-ecc9913d74d9","tags":["feature","posix"]} diff --git a/pending.data b/pending.data index 765a6d4..467a00f 100644 --- a/pending.data +++ b/pending.data @@ -1,6 +1,6 @@ [description:"Add control flow (if\/case\/loops)" entry:"1721459467" modified:"1721459467" status:"pending" tags:"feature,posix" tags_feature:"x" tags_posix:"x" uuid:"d65028c7-3ddf-4359-b3ad-8606c516ddce"] [description:"Add support for variables inside scripts" entry:"1721459499" modified:"1721459499" status:"pending" tags:"feature,posix" tags_feature:"x" tags_posix:"x" uuid:"f97f9cd6-62cb-417f-a80d-1be85a7e7237"] -[description:"Add support for setting temporary environment variables, in-line, before the main program to fork" entry:"1721459542" modified:"1721459554" status:"pending" tags:"feature,posix" tags_feature:"x" tags_posix:"x" uuid:"f79f40a9-b671-4a15-b02f-ecc9913d74d9"] +[description:"Add support for setting temporary environment variables, in-line, before the main program to fork" end:"1727759048" entry:"1721459542" modified:"1727759048" status:"completed" tags:"feature,posix" tags_feature:"x" tags_posix:"x" uuid:"f79f40a9-b671-4a15-b02f-ecc9913d74d9"] [description:"Add support for wildcard character (*, **)" entry:"1721459604" modified:"1721459680" status:"pending" tags:"feature,posix" tags_feature:"x" tags_posix:"x" uuid:"239fb167-3380-4a21-b671-698fadd8ee76"] [description:"Add basic command history" entry:"1721459743" modified:"1721459752" status:"pending" tags:"feature" tags_feature:"x" uuid:"0f538dff-b0f7-4000-a044-54c3cf890f5f"] [description:"Add support for a dynamically interprested prompt ($PS1)" entry:"1721459938" modified:"1721459938" status:"pending" uuid:"95f80c53-1248-4c4d-b4ce-e6cf149ed461"] @@ -63,3 +63,7 @@ time 1727073075 old [description:"Add support for tab autocomplete" entry:"1721459764" modified:"1721459764" status:"pending" tags:"feature" tags_feature:"x" uuid:"2ff524c0-93ee-4303-8be8-9ce3d04b617b"] new [description:"Add support for tab autocomplete" end:"1727073075" entry:"1721459764" modified:"1727073075" status:"completed" tags:"feature" tags_feature:"x" uuid:"2ff524c0-93ee-4303-8be8-9ce3d04b617b"] --- +time 1727759048 +old [description:"Add support for setting temporary environment variables, in-line, before the main program to fork" entry:"1721459542" modified:"1721459554" status:"pending" tags:"feature,posix" tags_feature:"x" tags_posix:"x" uuid:"f79f40a9-b671-4a15-b02f-ecc9913d74d9"] +new [description:"Add support for setting temporary environment variables, in-line, before the main program to fork" end:"1727759048" entry:"1721459542" modified:"1727759048" status:"completed" tags:"feature,posix" tags_feature:"x" tags_posix:"x" uuid:"f79f40a9-b671-4a15-b02f-ecc9913d74d9"] +--- |