Install `mrcode` command ------------------------ - Go to the command palette (View | Command Palette...) - Choose `Shell command: Install 'mrcode' command in PATH`. ![](https://user-images.githubusercontent.com/587742/77121228-018f3a80-6a3b-11ea-8189-9dfe080d1a65.jpg) This allows you to open files or directories in MrCode directly from your terminal: ```bash ~/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.