just: add "open-browser" and a pane for it

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
Patrizio Bekerle 2024-09-23 09:21:04 +02:00
parent 42f5a37f11
commit cc38f9c6d1
No known key found for this signature in database
GPG key ID: 67EF441ECF195217
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,11 @@ bash:
dev:
npm run dev
# Open a browser to the local dev server
[group('dev')]
open-browser:
xdg-open http://0.0.0.0:8080/
# Open a terminal with the qownnote-webpage session
[group('dev')]
term:

View file

@ -15,6 +15,7 @@ layout {
command "just"
args "dev"
}
pane
}
pane size=1 borderless=true {
plugin location="zellij:status-bar"