mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 09:05:54 +03:00
[GH-ISSUE #1694] Export Script List to a text format rather than binary #1687
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#1687
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 @barbrzez on GitHub (Jun 27, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1694
Description
We would like the ability to export the script list in text format, so that we can version it in source control.
Why this feature/change is important?
We would like the development teams to build a repository with shared scripts used in Proxyman.
We want to version control these, and provide one "source of truth" for all developers in our teams.
We would then be able to write a small build task which compiles all our scripts into a "config file", that can be imported by other developers.
In order to be able to do that, the exported/imported config would need to be in a text format rather than in a binary one.
Please can we request an additional option of importing/exporting text based config?
Thanks
Bart
@NghiaTranUIT commented on GitHub (Jun 27, 2023):
Hi @barbrzez, it's just a Zip file. You should add the
zipextension, and unzip it. After all, it's just a JSON file.You can modify the config -> Unzip it -> Import to Proxyman.
We zip it because the config can be large due to additional scripts, attachments, ...
@barbrzez commented on GitHub (Jun 27, 2023):
OK, understood - I can see that the JSON config does not need to be zipped, so as long as it has the .config extension it can also be imported. It's a bit counterintuitive, but I can live with it :).