diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-18 20:53:04 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-18 20:53:04 -0600 |
| commit | 022a202e31157859bc0fac25479a4782514e50a9 (patch) | |
| tree | 9738fc77951004c98841f2a4fe4255d784d32c53 /README.md | |
| parent | c3df6bc56e3b7162b68e773be2d717ea0d5cba64 (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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | - [ ] && |
