Skip to content

CFS Terminal

CodeFusion Studio (CFS) introduces a new terminal called the CFS Terminal.

The CFS Terminal is the default terminal that opens when interacting with CodeFusion Studio projects and provides additional paths for CodeFusion Studio without needing any additional user configuration. The underlying shell depends on your host operating system:

  • cmd on Windows
  • zsh on Mac
  • bash on Linux

Launch new terminal

To launch a new CFS Terminal, click the Terminal menu and select New Terminal. You can also select the expansion arrow next to the + icon in the top right corner of the terminal window and select CFS Terminal.

New CFS Terminal New CFS Terminal

Clear the terminal

Click on the Views and More Actions... menu (...) in the top right corner of the terminal window and select Clear Terminal.

Copy and Paste in the terminal

To copy text from the terminal, select the text, and right-clicking on the selected text. Keyboard shortcut: CONTROL+C (COMMAND+C on Mac).

To paste text to the terminal, right-clicking in the desired location. Keyboard shortcut CONTROL+V (COMMAND+C on Mac).