summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-22 01:53:22 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-22 01:53:22 +0200
commit607dd5220dbaa00807ae2e87df31bde68abe7711 (patch)
tree41655ebb0acc5e8da9e2a0afc84581e7d1300466 /docs
parentf67ef17c65aa5acc27c8bb148c2a0c76987c1f00 (diff)
add notesrestruc
Diffstat (limited to 'docs')
-rw-r--r--docs/DEVNOTES.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/DEVNOTES.md b/docs/DEVNOTES.md
new file mode 100644
index 0000000..35a14c4
--- /dev/null
+++ b/docs/DEVNOTES.md
@@ -0,0 +1,25 @@
+
+# TODO
+
+## CURRENT
+- add sourcing
+
+## NEXT
+- arithmetic
+- fd-based redirects
+
+## LATER
+- proper error handling
+- marked todos in code
+
+## BUGS
+
+1.
+```
+export FOO=bar
+echo "$FOO"bie
+```
+prints `bar bie` (with the space).
+
+2.
+```echo "'hi'"``` hangs