From 9711c622576ae17a41eaa8305e0fbc384f93671d Mon Sep 17 00:00:00 2001
From: Peter Teuben <teuben@gmail.com>
Date: Mon, 16 Oct 2023 11:28:09 -0400
Subject: [PATCH] wish list for qtrun

---
 TODO.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/TODO.md b/TODO.md
index 41084b3..92d77ff 100644
--- a/TODO.md
+++ b/TODO.md
@@ -118,3 +118,22 @@ where versions can be retrieved as follows:
      python --version
      python -c 'import matplotlib as m; print(m.__version__)'
 
+
+# qtrun
+
+Notice that qtrun.py is also copied to $NEMO/src/tools/tkrun such that
+when NEMO is installed a new version will appear in $NEMOBIN/qtrun  !
+
+Here is a wish list for the next version of qtrun:
+
+- optional keyfile as 2nd argument
+- better vertical size guess?
+- remember last keyfile name used?
+- option to not do "all files", but e.g. "*key"
+- help() should be popop, not to terminal
+- should we try and accumulate "#> HELP" sections and add this to the help()
+- logfile popop vs. putting it in terminal???
+- log (or generally math) sliders with optional function, e.g.
+          #> SCALE 0:20:0.1 10**
+- design an experiment where qtrun makes a multi-variate table that is viewed
+  with a 3rd party program (e.g. glueviz, topcat)