-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
[Feature request] Create new file with passed filename like notepad #210
Comments
Well, this is tricky. It is absolutely doable. But I need to do a lot of things to make sure it is working as intended, for example:
So the conclusion is to not do it for now for creating a new file. |
is this the only thing that will enable opening files that already exist. just for a minimal solution that is not equivalent to notepad. this will enable opening files that notepads doesn't open but notepad can from powershell 5.1 or powershell 6.2 session.
and add controlled folder access to that. for a standard users account. more complex things to do for a app.
seems far-off in the future and when app is in really mature stage. i'd say low priority for me. regards ratatoeey |
Implemented in #383. |
Describe the solution you'd like
If you launch Notepad.exe from cmdline (or Win+R, etc) with filename that not exist yet, Notepad.exe shows the dialog "File does not exist. Do you want to create it?"
Is it possible that adding this feature to Notepads.exe?
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: