aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-04-26 16:57:47 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-04-26 16:57:47 +0200
commit0c41b30e1534e4e23a1ff15eca50247579071d83 (patch)
tree72556ee1cce3c978eeb9655f365b7f67c97d0673 /TODO.org
Yet another project that will likely never be used by anyone
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..422fdf1
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,9 @@
+* TODO Handle blanks
+
+Ignore blanks at the biginning of the line and the ones between the ===
+character and the content.
+
+* TODO Add runtime parameter through the environment
+
+For example, a =UCONFIG_DUMP_CONFIG= environment variable which, if set, make
+Uconfig dump the initialized configuration when ~uconfig_new~ is called.