Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for creating relative paths and inner folders for Create Directory/File #3190

Open
traeok opened this issue Oct 4, 2024 · 1 comment
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have

Comments

@traeok
Copy link
Member

traeok commented Oct 4, 2024

Is your feature request related to a problem? Please describe.

The mentioned USS features only support creating files/folders at the location that was given or inferred when using the feature.

Describe the solution you'd like

Add support for creating both relative paths, as well as inner folders for a complex path.
For example, if I had my USS profile set to /u/myuser/importantFiles and was creating a directory:

  • Submitting a path ../folderName should create a directory at /u/myuser/folderName
  • Submitting a path folderA/folderB/folderC should create the full path structure for /u/myuser/importantFiles/folderA/folderB/folderC

Describe alternatives you've considered

Users can traverse to each directory and use the Create Directory/File feature, but this is inconvenient and adds more steps.

@traeok traeok added the enhancement New feature or request label Oct 4, 2024
Copy link

github-actions bot commented Oct 4, 2024

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@JTonda JTonda added the priority-low Legit issue but cosmetic or nice-to-have label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants