Ji4n1ng / OpenInTerminal

✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.
MIT License
5.88k stars 235 forks source link

Ability to create a new file #176

Open robmonte opened 2 years ago

robmonte commented 2 years ago

Summarize this feature

It would be useful to be able to right-click in Finder in a blank area and have the option "New File". It simply creates a new, empty file and prompts the user to name it. There could also be a toggle in settings for the new file to automatically open up in the default editor or not.

Why should this feature be included?

If I'm looking through the filesystem and need to quickly add a small file at my current location, I have to choose to either open the entire directory in my Terminal or my Editor to then create the file from one of those. That's much slower and unnecessary when the desire is a single file.

Additional information

The whole feature should be toggleable for those that don't see any value in it.