Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3mp3r committed Jan 4, 2025
1 parent ff0101e commit eec1e49
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,21 @@ name: myproject
path: /path/to/myproject
startup: # a list of startup commands to run
- gh auth login
- command: gh
args:
- auth
- login
shutdown: # a list of shutdown commands to run
- echo "Bye bye!"
- command: echo
args:
- "Bye bye!"
windows:
- name: code
panes:
- commands: # starting up system editor in this pane
- $EDITOR
- command: $EDITOR
- name: local
flex_direction: row # splits are vertical, panes are side by side
Expand All @@ -105,5 +110,5 @@ To generate the right shell completion for your shell run `laio completion <your

### Known Limitations

Currently there is a known limitation to the number of nested panes allowed.
Currently there is a known limitation to the number of nested panes allowed.
Play around with the configurations to see what works best for you.

0 comments on commit eec1e49

Please sign in to comment.