We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4b66e commit 5df58cbCopy full SHA for 5df58cb
1 file changed
justfile
@@ -16,7 +16,8 @@ alias fmt := format
16
17
# Open a terminal with the qownnotes-api session
18
[group('dev')]
19
-term: term-kill
+term:
20
+ -just term-kill
21
zellij --layout term.kdl attach {{ sessionName }} -c
22
23
# Kill the qownnotes-api session
0 commit comments