-
Notifications
You must be signed in to change notification settings - Fork 635
Regression: .command files open in editor instead of executing #9020
Copy link
Copy link
Open
Description
Description
Warp no longer executes .command files when opened. Instead, it opens them in Warp's built-in editor for editing. This is a regression — Warp was correctly executing .command files for years prior to a recent update (noticed around early April 2026).
Steps to Reproduce
- Create or use an existing
.commandfile with executable permissions (chmod +x) and a valid shebang (e.g.#!/bin/zsh). - Set Warp as the default application for
.commandfiles. - Double-click the
.commandfile in Finder, or have it configured as a Login Item.
Expected: Warp opens a new terminal session and executes the script.
Actual: Warp opens the file in its built-in text editor for editing.
Environment
- macOS (Apple Silicon)
- Warp latest stable (as of April 2026)
- File has
-rwx------permissions and a#!/bin/zshshebang
Impact
This breaks workflows that rely on .command files as Login Items to start services (e.g. game servers) at system startup, since the user needs an interactive terminal session to interact with the running process.
Workaround
Reassigning .command files to Terminal.app restores execution behavior, but loses the benefits of using Warp as the terminal.
Notes
- Clearing extended attributes (
xattr -c) did not resolve the issue. - The Warp documentation confirms that
.commandfile execution is a supported feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels