mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 12:59: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:
|
||||
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:
|
||||
|
|
|
@ -15,6 +15,7 @@ layout {
|
|||
command "just"
|
||||
args "dev"
|
||||
}
|
||||
pane
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:status-bar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue