Lanceur de terminal hébreu

VérifiéSûr

Lancez Claude Code dans Git Bash avec un rendu hébreu/RTL correct.

Spar Skills Guide Bot
DeveloppementDébutant
0023/07/2026
Claude Code
#hebrew#rtl#terminal#git-bash#claude-code

Recommandé pour

Notre avis

Lance Claude Code dans un terminal Git Bash (mintty) avec un support complet de l'hébreu et du texte RTL.

Points forts

  • Résout les problèmes d'affichage des textes hébreux ou RTL dans PowerShell et VS Code.
  • Utilise le terminal mintty de Git Bash qui offre un support Unicode bidirectionnel natif.
  • Propose un mode avec automatisation Chrome pour des besoins supplémentaires.

Limites

  • Nécessite Git for Windows installé et disponible en ligne de commande.
  • Ouvre une nouvelle fenêtre de terminal, ce qui peut interrompre le flux de travail.
  • Ne fonctionne que sous Windows (Git Bash).
Quand l'utiliser

Lorsque vous devez travailler avec des textes en hébreu ou en RTL dans Claude Code et que PowerShell ou le terminal intégré de VS Code ne les affichent pas correctement.

Quand l'éviter

Si vous utilisez déjà un terminal qui supporte nativement l'Unicode bidirectionnel (comme Windows Terminal ou un terminal sur Linux/macOS).

Analyse de sécurité

Sûr
Score qualité85/100

The skill only instructs running a local bash script from a fixed path inside the skill's own directory. There is no obfuscation, no remote execution, no destructive commands, and no data exfiltration risk. The script itself would need to be audited for safety, but the skill does not present inherent security threats.

Aucun point d'attention détecté

Exemples

Launch with Chrome automation
Open Claude Code in Hebrew-compatible terminal with Chrome browser automation.
Standard launch
Start Claude Code in a Git Bash terminal with full RTL support.

name: hebrew-terminal description: Launch Claude Code in Git Bash (mintty) with full Hebrew/RTL support. Use when Hebrew text displays incorrectly in PowerShell or VS Code terminal.

Hebrew Terminal Launcher

This skill launches Claude Code in a new Git Bash (mintty) terminal with proper Hebrew/RTL text rendering.

Why?

PowerShell and VS Code's integrated terminal don't properly support bidirectional (RTL) text rendering. Git Bash's mintty terminal has full Unicode bidirectional support.

Instructions

When the user invokes this skill:

  1. Ask if they want Chrome browser automation mode:

    • Option 1: Standard mode
    • Option 2: With Chrome (browser automation)
  2. Run the launch script with the appropriate mode:

    # For standard mode:
    bash ~/.claude/skills/hebrew-terminal/launch.sh
    
    # For Chrome mode:
    bash ~/.claude/skills/hebrew-terminal/launch.sh --chrome
    
  3. Tell the user a new terminal window will open with Claude Code.

Requirements

  • Git for Windows (https://git-scm.com/download/win)
  • Claude Code installed and in PATH
Skills similaires