Skip to content

Feature: Recognize Tilde as %USERPROFILE% #14166

Closed
@awderh

Description

@awderh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions