Finder lacks a New File command, which can be frustrating for users moving from Windows. You can add a New File command to Finder using Shortcuts and AppleScript. This simple tweak streamlines the ...
This command opens the specified file in its default application. For example, a markdown file might open in Xcode or another text editor. Open a File in a Text Editor: open -t ./path/to/your-file.md ...