mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1531] Custom path for scripts #1523
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#1523
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 @Geri-Borbas on GitHub (Feb 8, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1531
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Would be great to have custom paths for scripts.
Perhaps even better to just have a custom path for the
scriptsfolder.Could be similar what we have for Map local right now.
Why this feature/change is important?
We started versioning of the scripts as they started to grow. Maintaining a repository in
~/Library/Application Support/com.proxyman.NSProxyis somewhat cumbersome, especially when someone else have to clone the repo.@Geri-Borbas-Shape commented on GitHub (Feb 8, 2023):
Would be great if the rule tree file
ScriptService-RuleTreecould be also versioned from the same folder.@NghiaTranUIT commented on GitHub (Feb 9, 2023):
The scripting requires two folders:
~/Library/Application Support/com.proxyman.NSProxy/scripts~/Library/Application Support/com.proxyman.NSProxy/user-data/ScriptService-RuleTreeIf select a custom directory for the Scripting, I suppose that it should move two folders to your destination. Thus, you can use Git to manage the version.
For example: I select
~/Desktop/my_script~/Desktop/my_script/scripts~/Desktop/my_script/user-data/ScriptService-RuleTree@Geri-Borbas commented on GitHub (Feb 9, 2023):
Thanks for getting back, such a great product! 💎✨
Unsure about how can you select a custom directory for the Scripting? (using
4.2.0 (42000))Are they use the same as Map Local?
@NghiaTranUIT commented on GitHub (Feb 9, 2023):
It's not implemeted yet 😄 It's just my propose, but I believe that it's feasible.
@Geri-Borbas commented on GitHub (Feb 9, 2023):
Haha, sure! Just wanted to double-check if I'm not missing something. 😄
Yep, I figured out something similar about the files, so right now I created a repo in the
Application Support/com.proxyman.NSProxyfolder with this.gitignore.That would be super-awesome to have a custom location for these files as you proposed, so it could be super-easy to share/version scripts in a team! 🔥