edit icon indicating copy to clipboard operation
edit copied to clipboard

A way to type paths using Environment Variables in the open menu

Open willnode opened this issue 6 months ago • 3 comments

In the open menu, I should can use something like %WINDIR% in Windows or $HOME in Linux.

Image

This is a natural behavior when using Windows Explorer, so I expect this works on the open menu. Currently, it creates file named %WINDIR% while I expect it should be expanded to C:\Windows.

For more info on the list of windows paths: https://superuser.com/a/1655270

willnode avatar Jun 19 '25 09:06 willnode

It would be nice if we could just type out the folder path in general rather than having to use the tree-like browser. Also the information hierarchy is pretty awkward right now in the UI:

Folder Path File Name Folder Browser

Windows' various GUI Save-As dialogs organize it better:

Folder Path (editable) Folder Browser File Name File Type

And support for ~ in addition to %USERPROFILE% would be nice as well.

jantari avatar Jun 23 '25 09:06 jantari

You can type the folder path in the file name field. This is also true with Windows Explorer.

lhecker avatar Jun 23 '25 12:06 lhecker

I finally just tried to use Edit today, for the first real task, and this is the first thing I tried doing, and it didn't work.

I went to File --> Open, then tried typing ~/.ssh/config, but of course the tilde isn't recognized like it is in the shell. Even $HOME doesn't work.

Hoping this will get implemented.

pcgeek86 avatar Jul 13 '25 16:07 pcgeek86