You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains [JBang](https://www.jbang.dev/) scripts for JabRef.
4
+
5
+
Three use cases:
6
+
7
+
- Try out any pull request with minimal installation. See [our blog entry](https://blog.jabref.org/2025/05/31/run-pr/) for details.
8
+
- Run `JabKit` - JabRef's CLI tool.
9
+
- Run `JabSrv` - JabRef's HTTP server.
10
+
11
+
## Running `JabKit`
12
+
13
+
If you have JBang installed, just run `jbang jabkit@jabref --help`
14
+
15
+
If not, download [`gg.cmd`](https://github.com/eirikb/gg/tree/main?tab=readme-ov-file#ggcmd), place it in the current directory (or on your `PATH`) and execute:
16
+
17
+
gg.cmd jbang jabkit@jabref --help
18
+
19
+
## Running `JabSrv`
20
+
21
+
If you have JBang installed, just run `jbang jabsrv@jabref --help`
0 commit comments