arthurnn / arthurnn/shopifyhooks
install command requires zsh escapes
- Dominant language
- Shell
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In zsh, running the recommended install command gives me:
```
➜ bash <(curl -s https://raw.githubusercontent.com/arthurnn/shopifyhooks/master/install.sh?_ts=$(date +%s))
zsh: no matches found: https://raw.githubusercontent.com/arthurnn/shopifyhooks/master/install.sh?_ts=1410189793
```
because the `?` needs escaping
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the recommended install command and install.sh, then reproduce the failure in zsh using the command shown in the issue. Check the command's URL handling and verify that the documented installation runs successfully in zsh without the reported globbing error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100