Skip to content

Commit

Permalink
just: add "open-browser" and a pane for it
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Sep 23, 2024
1 parent 42f5a37 commit cc38f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpage/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions webpage/term.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ layout {
command "just"
args "dev"
}
pane
}
pane size=1 borderless=true {
plugin location="zellij:status-bar"
Expand Down

0 comments on commit cc38f9c

Please sign in to comment.