Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .jbang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This directory contains JBang scripts for JabRef.
Four use cases:

- Runing `JabKit` - JabRef's CLI tool.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have JabKit but also JabLS not styled like JabKit. Maybe we should make this consistent also on the sections

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My thinking:

Language Server --> "LS" in short.

I find the second letter lowe case strange at two letters. I know that "XML" should be written "Xml" in variables.

image

But AI is on your side:

image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Runing JabLs - JabRef's Language Server.
- Runing JabLS - JabRef's Language Server.
- Runing JabSrv - JabRef's HTTP server.
- Try out any pull request with minimal installation. See [our blog entry](https://blog.jabref.org/2025/05/31/run-pr/) for details.

Expand Down Expand Up @@ -62,7 +62,7 @@ E.g., by `brew install jbangdev/tap/jbang` or `choco install jbang`
`jbang` also enables to install `jabkit` permanently in your `PATH`:

```console
jbang app install jabkit@jabref
jbang app install --fresh --force jabkit@jabref
```

Then, you can run JabKit:
Expand All @@ -71,7 +71,9 @@ Then, you can run JabKit:
jabkit --help
```

[JBang takes care about updating JabKit automatically](https://github.com/orgs/jbangdev/discussions/1636#discussioncomment-6150992).
> [!NOTE]
> You can use the command above to update JabKit, too.
> Background: Although [JBang takes care about updating JabKit automatically](https://github.com/orgs/jbangdev/discussions/1636#discussioncomment-6150992), it does not update the `-SNAPSHOT` dependencies.

### Running JabKit without installation

Expand All @@ -86,7 +88,7 @@ By using [gg.cmd](https://github.com/eirikb/gg#ggcmd) you can "just run" JabKit
You can also put `gg.cmd` on your `PATH` and make it executable.
Then you enable `alias jabkit='gg.cmd jbang jabkit@jabref`.

## Running JabLs
## Running JabLS

In case you have [JBang installed], just run following command:

Expand Down