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 a8c7f59 commit 3cb15afCopy full SHA for 3cb15af
justfile
@@ -0,0 +1,21 @@
1
+set windows-shell := ["powershell"]
2
+
3
+[unix]
4
+gui:
5
+ sh ./gg.cmd gradle :jabgui:run
6
7
8
+checkout-pr pr-id:
9
+ sh ./gg.cmd jbang https://github.com/JabRef/jabref/blob/main/.jbang/CheckoutPR.java {{pr-id}}
10
11
+[windows]
12
13
+ .\gg.cmd gradle :jabgui:run
14
15
16
17
+ .\gg.cmd jbang https://github.com/JabRef/jabref/blob/main/.jbang/CheckoutPR.java {{pr-id}}
18
19
+run-pr pr-id:
20
+ just checkout-pr {{pr-id}}
21
+ just gui
0 commit comments