diff options
author | Rory Dudley | 2024-10-01 20:30:46 -0600 |
---|---|---|
committer | Rory Dudley | 2024-10-01 20:30:46 -0600 |
commit | 41999700e64f3bb1022aea9951816e75d8cb3bf4 (patch) | |
tree | 552ae675cc27c447448828045cd4689fd51ad851 | |
parent | 2bc76d0ca30922e6affabb4f7059c5ec41f118dd (diff) | |
download | quests-41999700e64f3bb1022aea9951816e75d8cb3bf4.tar.gz |
Posted a new quest
-rw-r--r-- | backlog.data | 1 | ||||
-rw-r--r-- | completed.data | 1 | ||||
-rw-r--r-- | pending.data | 2 | ||||
-rw-r--r-- | undo.data | 3 |
4 files changed, 6 insertions, 1 deletions
diff --git a/backlog.data b/backlog.data index c6341ef..41eb71a 100644 --- a/backlog.data +++ b/backlog.data @@ -20,3 +20,4 @@ {"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"]} +{"description":"Add support for functions","entry":"20241002T023040Z","modified":"20241002T023040Z","status":"pending","uuid":"9399ab77-efa0-4bba-8943-00aaaf721029"} diff --git a/completed.data b/completed.data index 60435ce..df06b8e 100644 --- a/completed.data +++ b/completed.data @@ -1,3 +1,4 @@ +[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 tab autocomplete" end:"1727073075" entry:"1721459764" modified:"1727073075" status:"completed" tags:"feature" tags_feature:"x" uuid:"2ff524c0-93ee-4303-8be8-9ce3d04b617b"] [description:"Add support for in-line navigation" end:"1725260640" entry:"1721459643" modified:"1725260640" status:"completed" tags:"feature" tags_feature:"x" uuid:"71e10492-e083-4264-95b0-6e5f0a1cde52"] [description:"Migrate dwarvish.git and quests.git to use 'main' as the default branch" end:"1723678104" entry:"1723581644" modified:"1723678104" status:"completed" uuid:"113e2077-b977-4806-894d-b0f67396f058"] diff --git a/pending.data b/pending.data index 467a00f..729e474 100644 --- a/pending.data +++ b/pending.data @@ -1,7 +1,7 @@ [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" 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"] [description:"Create a makefile to help with build, install, uninstall, etc." entry:"1721614013" modified:"1721614013" status:"pending" uuid:"508577b4-7aaa-4e2e-a999-d8fe576e2895"] +[description:"Add support for functions" entry:"1727836240" modified:"1727836240" status:"pending" uuid:"9399ab77-efa0-4bba-8943-00aaaf721029"] @@ -67,3 +67,6 @@ 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"] --- +time 1727836240 +new [description:"Add support for functions" entry:"1727836240" modified:"1727836240" status:"pending" uuid:"9399ab77-efa0-4bba-8943-00aaaf721029"] +--- |