9

GitHub - xcodebuild/CodeTerminal: Cross platform terminal app from Visual Studio...

 2 years ago
source link: https://github.com/xcodebuild/CodeTerminal
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

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://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890

Windows/Linux/macOS

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

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.

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

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK