Extension for quickly accessing your bibmanager database from Raycast. Search the database (by bibkey, author, title, year or tags) and quickly access entries by opening or downloading the pdf. You can also open or copy the ADS link and copy the bibtex entry. Make sure to explore available actions in the action panel (⌘ + K).
In order for Raycast to find bibmanager, you need to provide the location of the python binary that is used to execute bibmanager.
bibm -v
which python
_Note: If this instruction wasn't clear, please let me know in Slack Community or feel free to create a PR with improved steps.