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

新規ファイル作成機能 #372

Open
yamahubuki opened this issue Aug 28, 2020 · 4 comments
Open

新規ファイル作成機能 #372

yamahubuki opened this issue Aug 28, 2020 · 4 comments
Assignees
Labels
add 機能追加

Comments

@yamahubuki
Copy link
Member

linuxでいうtouchコマンド相当のやつです

@yamahubuki yamahubuki added the add 機能追加 label Aug 28, 2020
@yamahubuki yamahubuki self-assigned this Aug 28, 2020
@yamahubuki
Copy link
Member Author

shellnewに登録されている者を裏から実行させるのはcomからshellたたかないと無理そう。でもそのたたく対象もなんか見つからない。
shellの操作自体は簡単なものならPythonのラッパーからでもそこそこできそうではある。でも見つからないものはどうしようもない。

@yamahubuki
Copy link
Member Author

各拡張子ごとのshellnewというレジストリキー。各拡張子に対しての取得はあるけど、shellnewが登録されている者の一覧取得と、それを見つけた先の実行方法はわからぬまま。

@yncat
Copy link
Collaborator

yncat commented Sep 19, 2020

どのような高度なことをしたいのかはよく分かりませんが、

with open("filename", "w"): pass

でいけそう

@yamahubuki
Copy link
Member Author

yamahubuki commented Sep 19, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add 機能追加
Projects
None yet
Development

No branches or pull requests

2 participants