Skip to content

Cross platform standalone terminal app extract from Visual Studio Code.

Notifications You must be signed in to change notification settings

SonnyPoint/CodeTerminal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeTerminal - Cross platform terminal app from Visual Studio Code. | Product Hunt

CodeTerminal

Standalone terminal from Visual Studio Code.

Installation

macOS

Highly recommanded to install with homebrew.

brew tap xcodebuild/custom
brew reinstall --no-quarantine --cask codeterminal

部分用户可能需要设置代理,例如 export https_proxy=http:https://127.0.0.1:7890 http_proxy=http:https://127.0.0.1:7890 all_proxy=socks5:https://127.0.0.1:7890

Windows/Linux/macOS

Download from https://nightly.link/xcodebuild/CodeTerminal/workflows/release/release.

Or join group.

微信群

Telegram Group

Join Telegram Group

Configure

Press menubar CodeTerminal => Preferences => Settings to reveal setting.json in System File Manager. Edit it with your code editor(Visual Studio Code is recommended).

Here is a example:

{
    "workbench.statusBar.visible": false,
    "workbench.tips.enabled": false,
    "workbench.colorTheme": "Solarized Dark",
    "editor.fontLigatures": true,
    "terminal.integrated.fontSize": 16,
    "editor.fontFamily": "agave Nerd Font Mono"
}

BTW, you can download agave Nerd Font Mono from here.

FAQ

Tips for macOS users

打开时如果提示文件已损坏,需要执行

If the prompt file is corrupted when opening, you need to execute

sudo xattr -rd com.apple.quarantine /Applications/CodeTerminal.app

How to install theme(beta)

Theme Management is not completed yet, but you can still use it.

  • The preview of theme(or extension) is not work for now.

  • You have show/close extension management panel for now.

Install

With Ctrl(Cmd)+Shift+P you can run Extensions: Install Extensions command to show extension install panel, then search and install theme.

image

After installed you can use View: Close Primary Side Bar to close extension side-bar for now.

Switch theme

With Ctrl(Cmd)+Shift+P you can run Preferences: Color Theme command to show extension install panel, then search and install theme.

About

Cross platform standalone terminal app extract from Visual Studio Code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.8%
  • JavaScript 3.3%
  • CSS 1.5%
  • Inno Setup 0.8%
  • HTML 0.5%
  • Shell 0.1%