Does this work with zsh?
NightMachinery opened this issue · 1 comments
NightMachinery commented
I checked the code superficially, it seems the only place it uses sth BASH specific is BASHOPTS?
Gidgidonihah commented
It does not work with zsh, though I'd love it if it did. I ran some quick tests.
- use of
compgen - use of
shopt - As yet undetermined issue.
For the 3rd one, I just quickly disabled the lines causing 1 and 2, and the results of the demo are:
ERROR (concurrent): unexpected argument ''
I didn't spend any more time debugging why.