-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/teuben/nemo
- Loading branch information
Showing
31 changed files
with
450 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<!-- manual page source format generated by PolyglotMan v3.2, --> | ||
<!-- available at http://polyglotman.sourceforge.net/ --> | ||
|
||
<html> | ||
<head> | ||
<title>QTRUN(1) manual page</title> | ||
</head> | ||
<body bgcolor='white'> | ||
HTML automatically generated with <A HREF=http://manpages.ubuntu.com/manpages/bionic/man1/rman.1.html>rman</A><br> | ||
<a href='#toc'>Table of Contents</a><p> | ||
|
||
<p> | ||
<h2><a name='sect0' href='#toc0'>Name</a></h2> | ||
qtrun - automatic GUI builder and frontend to run shell scripts or | ||
|
||
<p>programs | ||
<p> | ||
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2> | ||
<b>qtrun</b> [-option value...] <i>script</i> | ||
<p> | ||
<h2><a name='sect2' href='#toc2'>Description</a></h2> | ||
<i>qtrun</i> presents | ||
an interactive graphical user interface to a shell <i>script</i> or program that | ||
conforms to a ‘‘key=val’’ interface. <p> | ||
It is based off <a href='tkrun.l.html'><i>tkrun(lNEMO)</i></a> | ||
, and supposed | ||
to be mostly compatible with it. A few format enhancements were proposed | ||
for qtrun. See "TKRUN V2" below. | ||
<p> | ||
<h2><a name='sect3' href='#toc3'>Options</a></h2> | ||
The following options parameters | ||
are currently recognized. | ||
<dl> | ||
|
||
<dt><b>-h, --help</b> </dt> | ||
<dd>help </dd> | ||
|
||
<dt><b>-d, --debug</b> </dt> | ||
<dd>debug </dd> | ||
|
||
<dt><b>-v, --version</b> </dt> | ||
<dd>show version | ||
|
||
<p> </dd> | ||
</dl> | ||
|
||
<h2><a name='sect4' href='#toc4'>Tkrun V2</a></h2> | ||
In version 2 of this format we have implemented this via this | ||
new python based qtrun Here the format can be run via bash, csh and python | ||
in the <br> | ||
<pre> key=val # help #> GUI | ||
</pre>specification, but the client software (bash/csh/python/....) is responsible | ||
to properly parse the <i>key=val</i> command line arguments. Here are the proposed | ||
|
||
<p>GUI tags with generic key=val/help sections | ||
<p> | ||
<p> in=foo # input | ||
file #> IFILE<br> | ||
out=bar # output file #> OFILE<br> | ||
text=hello # some text #> ENTRY<br> | ||
mode=gauss # the mode #> RADIO gauss,newton,leibniz<br> | ||
stats=mean # what to show #> CHECK sum,mean,sigma,skewness,kurtosis<br> | ||
n=3.141592 # the n value #> SCALE 0:10:0.01<br> | ||
k=3.141592 # k, use n #> LINK n<br> | ||
|
||
<p> | ||
<p> | ||
<h2><a name='sect5' href='#toc5'>See Also</a></h2> | ||
<a href='wish.1.html'>wish(1)</a> | ||
, <a href='zenity.1.html'>zenity(1)</a> | ||
, <a href='qtun.1.html'>qtun(1NEMO)</a> | ||
<br> | ||
<pre>https://github.com/teuben/agui - development version | ||
</pre> | ||
<p> | ||
<h2><a name='sect6' href='#toc6'>Author</a></h2> | ||
Kylie Gong, Peter Teuben | ||
<p> | ||
<h2><a name='sect7' href='#toc7'>Files</a></h2> | ||
<br> | ||
<pre>~/.tkrunrc<tt> </tt> <tt> </tt> (optional) global configuration file | ||
$run.key<tt> </tt> <tt> </tt> keyword file in which key=val pairs are maintained | ||
$NEMO/scripts/templates <tt> </tt> <tt> </tt> example templates of key=val parsing | ||
</pre> | ||
<p> | ||
<h2><a name='sect8' href='#toc8'>History</a></h2> | ||
<br> | ||
<pre>aug-2023<tt> </tt> <tt> </tt> experimental version released<tt> </tt> <tt> </tt> KG/PJT | ||
</pre><p> | ||
|
||
<hr><p> | ||
<a name='toc'><b>Table of Contents</b></a><p> | ||
<ul> | ||
<li><a name='toc0' href='#sect0'>Name</a></li> | ||
<li><a name='toc1' href='#sect1'>Synopsis</a></li> | ||
<li><a name='toc2' href='#sect2'>Description</a></li> | ||
<li><a name='toc3' href='#sect3'>Options</a></li> | ||
<li><a name='toc4' href='#sect4'>Tkrun V2</a></li> | ||
<li><a name='toc5' href='#sect5'>See Also</a></li> | ||
<li><a name='toc6' href='#sect6'>Author</a></li> | ||
<li><a name='toc7' href='#sect7'>Files</a></li> | ||
<li><a name='toc8' href='#sect8'>History</a></li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.