...
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env hero
|
||||
|
||||
// Debug test - no ttyd, just basic declarative functionality
|
||||
|
||||
// Ensure a test session exists
|
||||
2
examples/tmux/heroscripts/declarative_example.heroscript → examples/osal/tmux/heroscripts/declarative_example.heroscript
Normal file → Executable file
2
examples/tmux/heroscripts/declarative_example.heroscript → examples/osal/tmux/heroscripts/declarative_example.heroscript
Normal file → Executable file
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env hero
|
||||
|
||||
// Declarative TMUX Configuration Example
|
||||
// This demonstrates the declarative paradigm where we define the desired state
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#!/usr/bin/env hero
|
||||
|
||||
|
||||
// TMUX Configuration: Imperative vs Declarative Examples
|
||||
// This file demonstrates both paradigms for comparison
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env hero
|
||||
|
||||
// Tmux Cleanup Script - Tears down all tmux sessions, windows, and panes
|
||||
// Run this after tmux_setup.heroscript to clean up everything
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env hero
|
||||
|
||||
// Create development session
|
||||
!!tmux.session_create
|
||||
name:'dev'
|
||||
Reference in New Issue
Block a user