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
This extension uses a fuzzy search that searches in bibkey, title, year, authors (any) and tags.
Einstein
in authors, just do Einstein 2022
)+
to extend a searchstring (e.g., to search How+drifting
in the title).
for tags (e.g., .software
searches for the software tag)Note: If this instruction wasn't clear, please let me know in Slack Community or feel free to create a PR with improved steps.