Current State:(details of what we currently have, if applicable to this ER)
Assuming Terminal in its core version exists
Description of New Functionality:(details of what and how should work)
Enhancements to Terminal Feature which are for sure not part of initial release of this feature
for 3.6 or earlier
Additional Context & Ad Hoc Info:(Add any other context about the request here.)
Known list:
[x] make validator throw a specific custom error instead of returning bool
[x] rm / rm -rf to delete work item (-r to delete with dependents) - validate SEC and validity
Terminal UI: option to save Macro for a button with customized label and trigger it via GUI, with popup for prompts Ultimately decided against it
[x] Resolve all TODOs for Terminal
calc - some method to calculate raw data like current date - 7 days OR add two numbers and compare with some other value OR filtering by number comparison and not only regexes Changed to point below
[x] support non-regex comparisons for dom command
[x] > and >> to save in perma-memory and append to perma-memory, respectively. % in later command args to read from it
Current State: (details of what we currently have, if applicable to this ER) Assuming Terminal in its core version exists
Description of New Functionality: (details of what and how should work) Enhancements to Terminal Feature which are for sure not part of initial release of this feature
for 3.6 or earlier
Additional Context & Ad Hoc Info: (Add any other context about the request here.)
Known list:
rm
/rm -rf
to delete work item (-r
to delete with dependents) - validate SEC and validityTerminal UI: option to save Macro for a button with customized label and trigger it via GUI, with popup for promptsUltimately decided against itChanged to point belowcalc
- some method to calculate raw data like current date - 7 days OR add two numbers and compare with some other value OR filtering by number comparison and not only regexesdom
command>
and>>
to save in perma-memory and append to perma-memory, respectively.%
in later command args to read from it