mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1546] Feature Request: Copy http_proxy and https_proxy shell command to clipboard #1540
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#1540
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 @ShaneQi on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1546
Originally assigned to: @NghiaTranUIT on GitHub.
Description
I've looked through the menus very hard and didn't find such an option.
I hope I didn't overlook anything. If this feature already exists, I apologize in advance.
The feature description:
http_proxyandhttps_proxy, to the clipboard.export https_proxy=http://192.168.1.222:9091 http_proxy=http://192.168.1.222:9091This feature request was inspired by ClashX.
ClashX has a Copy shell command under its menu item, which I found very useful.
Why this feature/change is important?
I'm not aware of any other better way to config the terminal for its traffic to be captured by Proxyman.
For developers that use terminal to develop network-related programs, I assume the shell command that sets
http_proxyandhttps_proxyis used a lot of times every day.The command can be added to the shell's profile file (e.g.
.bashrc,.zshrc) and take effect permanently, but for users that don't always keep Proxyman opened, it doesn't make sense.Most users would probably only set
http_proxyandhttps_proxywhen needed, and copying the whole command directly from Proxyman instead of typing it out would be super convenient.@NghiaTranUIT commented on GitHub (Feb 16, 2023):
Thanks. It makes sense, I will add it now 👍
@ShaneQi commented on GitHub (Feb 16, 2023):
Wow, I didn't expect such a quick response, thank you!
@NghiaTranUIT commented on GitHub (Feb 16, 2023):
@ShaneQi Here is the Beta build: https://download.proxyman.io/beta/Proxyman_4.2.1_Support_Copy_Shell_Command.dmg
@ShaneQi commented on GitHub (Feb 16, 2023):
That was fast!
I installed it and it works perfectly. Even where the button goes is same as what I imagined.
I will keep using this beta build for a while longer and let you know if there is anything wrong (I doubt there will be).
Thanks again!
PS: Please feel free to close this issue whenever works for your workflow.