- Go to the command palette (View | Command Palette...)
- Choose
Shell command: Install 'mrcode' command in PATH
.
This allows you to open files or directories in MrCode directly from your terminal:
~/in-my-project $ mrcode . # open this directory
~/in-my-project $ mrcode file.txt # open this file
On linux, the command mrcode
is automatically installed when you are installing the app.