mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 09:35:55 +03:00
[GH-ISSUE #341] curl copying should quote the URL #340
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juri on GitHub (Dec 2, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/341
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
1.9.3
macOS Version? (Ex. mac 10.14)
10.15.1 (19B88)
Steps to reproduce
Expected behavior
The shell executes the command.
Actual behavior
You get an error:
fish: No matches for wildcardbecause fish considers the?in the URL a wildcard character.Proxyman can't go out of its way to accommodate all possible shells, but quoting the URL should be safe with all major shells and would help with fish.
@NghiaTranUIT commented on GitHub (Dec 2, 2019):
Hey there, here is the BETA build for this issue: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.9.3_cURL_Issues.dmg
The reason why we haven't discovered this trivial bug because we use zsh and it automatically fix it 😱
I will officially release in this week 👍
@NghiaTranUIT commented on GitHub (Dec 4, 2019):
Hey @juri , Proxyman 1.10.0 is out, which includes this fix too 👍 https://github.com/ProxymanApp/Proxyman/releases/tag/1.10.0
Thank you for raising the bug 🐛
@juri commented on GitHub (Dec 5, 2019):
Awesome, thank you! That's a pretty excellent turn around time :-)
@NghiaTranUIT commented on GitHub (Dec 5, 2019):
Glad to hear that ❤️