mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 21:09:52 +00:00
just: add "open-browser" and a pane for it
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
parent
42f5a37f11
commit
cc38f9c6d1
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,11 @@ bash:
|
||||||
dev:
|
dev:
|
||||||
npm run 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
|
# Open a terminal with the qownnote-webpage session
|
||||||
[group('dev')]
|
[group('dev')]
|
||||||
term:
|
term:
|
||||||
|
|
|
@ -15,6 +15,7 @@ layout {
|
||||||
command "just"
|
command "just"
|
||||||
args "dev"
|
args "dev"
|
||||||
}
|
}
|
||||||
|
pane
|
||||||
}
|
}
|
||||||
pane size=1 borderless=true {
|
pane size=1 borderless=true {
|
||||||
plugin location="zellij:status-bar"
|
plugin location="zellij:status-bar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue