[GH-ISSUE #863] Import files from any directory with Scripting Tool #857

Open
opened 2026-03-03 19:22:30 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Apr 21, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/863

Originally assigned to: @NghiaTranUIT on GitHub.

Description

At the moment, if we would like to import a file to Map Local, we have to import the file and use the generated path.

For example:

const file = require("@users/myfile.json");

We should improve it and allow the developer to import any files they need.

For instance:

const file = require("~/Desktop/file.json");
Originally created by @NghiaTranUIT on GitHub (Apr 21, 2021). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/863 Originally assigned to: @NghiaTranUIT on GitHub. ### Description At the moment, if we would like to import a file to Map Local, we have to import the file and use the generated path. For example: ```js const file = require("@users/myfile.json"); ``` We should improve it and allow the developer to import any files they need. For instance: ```js const file = require("~/Desktop/file.json"); ```
Author
Owner
<!-- gh-comment-id:824548550 --> @NghiaTranUIT commented on GitHub (Apr 22, 2021): Beta: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.23.0_Improve_Scripting_Tool.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#857
No description provided.