Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 562 Bytes

terminal.md

File metadata and controls

16 lines (11 loc) · 562 Bytes

Install mrcode command

  • 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.