diff options
author | Rory Dudley | 2024-08-12 18:53:43 -0600 |
---|---|---|
committer | Rory Dudley | 2024-08-12 18:53:43 -0600 |
commit | fa9b91f7f34a2958fd42a5ab327b1aaa10855022 (patch) | |
tree | e2b3ef37c1c744448c07cb784965af894e033806 | |
parent | a96ea5b9d8bf2acd26d62904d3567f245087248c (diff) | |
download | quests-fa9b91f7f34a2958fd42a5ab327b1aaa10855022.tar.gz |
Completed a task
-rw-r--r-- | backlog.data | 1 | ||||
-rw-r--r-- | completed.data | 1 | ||||
-rw-r--r-- | pending.data | 1 | ||||
-rw-r--r-- | taskchampion.sqlite3 | bin | 0 -> 32768 bytes | |||
-rw-r--r-- | undo.data | 4 |
5 files changed, 6 insertions, 1 deletions
diff --git a/backlog.data b/backlog.data index 4c88b71..dee36b8 100644 --- a/backlog.data +++ b/backlog.data @@ -14,3 +14,4 @@ {"description":"Add support for a dynamically interprested prompt ($PS1)","entry":"20240720T071631Z","modified":"20240720T071705Z","status":"pending","uuid":"9fdd1d41-f1be-4ce7-8b98-64279aeaa22c"} {"description":"Add support for a dynamically interprested prompt ($PS1)","entry":"20240720T071858Z","modified":"20240720T071858Z","status":"pending","uuid":"95f80c53-1248-4c4d-b4ce-e6cf149ed461"} {"description":"Create a makefile to help with build, install, uninstall, etc.","entry":"20240722T020653Z","modified":"20240722T020653Z","status":"pending","uuid":"508577b4-7aaa-4e2e-a999-d8fe576e2895"} +{"description":"Add a separate dist file (dwvshrc) for BSD\/Linux\/MacOS etc.\n\nThe current global dwvshrc makes some assumptions about the program being ran. For instance, it assumes a 'which' program exists in \/usr\/bin, and assumes GNU grep. BSD systems obviously do not ship with GNU grep, so they should get their own dist file, to avoid unsets and unaliases.","end":"20240810T202846Z","entry":"20240720T070930Z","modified":"20240810T202846Z","status":"completed","uuid":"19cc067a-ddd9-4a97-b51a-1793846e05d5","tags":["flaw"]} diff --git a/completed.data b/completed.data index e69de29..bc52653 100644 --- a/completed.data +++ b/completed.data @@ -0,0 +1 @@ +[description:"Add a separate dist file (dwvshrc) for BSD\/Linux\/MacOS etc.\n\nThe current global dwvshrc makes some assumptions about the program being ran. For instance, it assumes a 'which' program exists in \/usr\/bin, and assumes GNU grep. BSD systems obviously do not ship with GNU grep, so they should get their own dist file, to avoid unsets and unaliases." end:"1723321726" entry:"1721459370" modified:"1723321726" status:"completed" tags:"flaw" tags_flaw:"x" uuid:"19cc067a-ddd9-4a97-b51a-1793846e05d5"] diff --git a/pending.data b/pending.data index 93b8efd..a95262e 100644 --- a/pending.data +++ b/pending.data @@ -1,4 +1,3 @@ -[description:"Add a separate dist file (dwvshrc) for BSD\/Linux\/MacOS etc.\n\nThe current global dwvshrc makes some assumptions about the program being ran. For instance, it assumes a 'which' program exists in \/usr\/bin, and assumes GNU grep. BSD systems obviously do not ship with GNU grep, so they should get their own dist file, to avoid unsets and unaliases." entry:"1721459370" modified:"1721459383" status:"pending" tags:"flaw" tags_flaw:"x" uuid:"19cc067a-ddd9-4a97-b51a-1793846e05d5"] [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"] diff --git a/taskchampion.sqlite3 b/taskchampion.sqlite3 Binary files differnew file mode 100644 index 0000000..359fd9f --- /dev/null +++ b/taskchampion.sqlite3 @@ -44,3 +44,7 @@ new [description:"Add support for a dynamically interprested prompt ($PS1)" entr time 1721614013 new [description:"Create a makefile to help with build, install, uninstall, etc." entry:"1721614013" modified:"1721614013" status:"pending" uuid:"508577b4-7aaa-4e2e-a999-d8fe576e2895"] --- +time 1723321726 +old [description:"Add a separate dist file (dwvshrc) for BSD\/Linux\/MacOS etc.\n\nThe current global dwvshrc makes some assumptions about the program being ran. For instance, it assumes a 'which' program exists in \/usr\/bin, and assumes GNU grep. BSD systems obviously do not ship with GNU grep, so they should get their own dist file, to avoid unsets and unaliases." entry:"1721459370" modified:"1721459383" status:"pending" tags:"flaw" tags_flaw:"x" uuid:"19cc067a-ddd9-4a97-b51a-1793846e05d5"] +new [description:"Add a separate dist file (dwvshrc) for BSD\/Linux\/MacOS etc.\n\nThe current global dwvshrc makes some assumptions about the program being ran. For instance, it assumes a 'which' program exists in \/usr\/bin, and assumes GNU grep. BSD systems obviously do not ship with GNU grep, so they should get their own dist file, to avoid unsets and unaliases." end:"1723321726" entry:"1721459370" modified:"1723321726" status:"completed" tags:"flaw" tags_flaw:"x" uuid:"19cc067a-ddd9-4a97-b51a-1793846e05d5"] +--- |