Last active
February 26, 2025 17:32
-
-
Save JamoCA/20be78b1e2aaf844de093d317289dc0c to your computer and use it in GitHub Desktop.
CommandBox Yaml launch config file for Warp Terminal (Windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Warp Launch Configuration for CommandBox (initial) | |
# 2/26/2025 09:29:57 This doesn't work. It launches CommandBox, displays the banner output and then exits. | |
# Need to set as a shell in Settings | Features | Sessions | Shell | custom... but this doesn't appear to be working at this time either. | |
# Box.exe can be run manually withing Warp and works as expected, but not sure how to configure as one of the primary shell options. | |
# | |
# Use this to start a certain configuration of windows, tabs, and panes. | |
# Open the launch configuration palette to access and open any launch configuration. | |
# | |
# This file defines your launch configuration. | |
# More on how to do so here: | |
# https://docs.warp.dev/features/sessions/launch-configurations | |
# | |
# All launch configurations are stored under C:\Users\[username]\AppData\Roaming\warp\Warp\data\launch_configurations. | |
# Edit them anytime! | |
# | |
# You can also add commands that run on-start for your launch configurations like so: | |
# --- | |
# name: Example with Command | |
# windows: | |
# - tabs: | |
# - layout: | |
# cwd: /Users/warp-user/project | |
# commands: | |
# - exec: code . | |
--- | |
name: CommandBox | |
active_window_index: 0 | |
windows: | |
- active_tab_index: 0 | |
tabs: | |
- layout: | |
cwd: "d:\\Commandbox" | |
commands: | |
- exec: "d:\\Commandbox\\box.exe" | |
is_focused: true | |
color: blue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't work. It launches CommandBox, displays the banner output and then exits.
A shell needs be to configured in
Settings | Features | Sessions | Shell | custom
, but this doesn't appear to be working at this time.NOTE:
Box.exe
can be run manually within Warp and works as expected, but not sure how to configure as one of the primary shell options.