Closed
Description
What feature or improvement do you think would benefit Files?
The ~
(tilde) character is interpreted by *NIX shells as the current logged in user's home directory (HOME env on *NIX). On Windows, HOME
(afaik) is USERPROFILE
. Given the popularity of UNIX/LINUX, this feature may be highly desirable from a user perspective.
Requirements
- This proposal will accomplish *NIX like tilde/
~
expansion, as defined:- The feature only applies to the first path component in a sequence of path components
- The feature is functionally defined as a substitution of
~
to %USERPROFILE% - The feature shall then forward this substitution to the underlying API
Files Version
3.0.15.0
Windows Version
10.0.22631 Build 22631
Comments
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done