aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-18 20:53:04 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-18 20:53:04 -0600
commit022a202e31157859bc0fac25479a4782514e50a9 (patch)
tree9738fc77951004c98841f2a4fe4255d784d32c53 /README.md
parentc3df6bc56e3b7162b68e773be2d717ea0d5cba64 (diff)
quotes
- now parsing single quotes - quotes are now removed from string - fully handling escape quotes (i think)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40f4048..d19fbc9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ Going to try and make it mostly POSIX compliant.
- [x] increase the SHLVL var
- [x] update pwd
- [x] quotes
- - [ ] single quotes
+ - [x] single quotes
+ - [x] pop quotes a'b'c -> abc
- [ ] prompt uses PS1
- [ ] pipes |
- [ ] &&