Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works with zsh (mostly) #36

Merged
merged 6 commits into from
Aug 16, 2022
Merged

Works with zsh (mostly) #36

merged 6 commits into from
Aug 16, 2022

Conversation

doekman
Copy link
Collaborator

@doekman doekman commented Jun 21, 2022

  • made source/execution-check work on zsh
  • fixed a regex encoding issue with zsh
  • updated readme
  • renamed ok-bash to ok-sh
  • bumped version

From the updated README: Zsh is also supported, but with limited options:

  • when sourcing ok.sh in the current folder, a path is needed (. ok.sh fails, but . ./ok.sh works)
  • autocomplete is not supported at the moment
  • the auto_show helper does currently not work with zsh, because of $PROMPT_COMMAND
  • the list-prompt command doesn't work (error: ok:read:194: -p: no coprocess)
  • when running ./ok.sh as a script, zsh needs bash to execute the script, because of the env-construct.

Could you please test this, and report any errors or issues?

@secretGeek Should we rename the repo to ok-sh, as we discussed a big while ago?

- made source/execution-check work on zsh
- fixed a regex encoding issue with zsh
- updated readme
- renamed ok-bash to ok-sh
- bumped version
@doekman doekman mentioned this pull request Jun 21, 2022
@doekman doekman changed the title Works with zsh (initial) Works with zsh (mostly) Jul 5, 2022
@doekman doekman merged commit 2032fed into master Aug 16, 2022
@doekman doekman deleted the zsh-support branch August 16, 2022 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant