programs
It is based off tkrun(lNEMO) , and supposed to be mostly compatible with it. A few format enhancements were proposed for qtrun. See "TKRUN V2" below.
key=val # help #> GUIspecification, but the client software (bash/csh/python/....) is responsible to properly parse the key=val command line arguments. Here are the proposed
GUI tags with generic key=val/help sections
in=foo # input
file #> IFILE
out=bar # output file #> OFILE
text=hello # some text #> ENTRY
mode=gauss # the mode #> RADIO gauss,newton,leibniz
stats=mean # what to show #> CHECK sum,mean,sigma,skewness,kurtosis
n=3.141592 # the n value #> SCALE 0:10:0.01
k=3.141592 # k, use n #> LINK n
https://github.com/teuben/agui - development version
~/.tkrunrc (optional) global configuration file $run.key keyword file in which key=val pairs are maintained $NEMO/scripts/templates example templates of key=val parsing
aug-2023 experimental version released KG/PJT