A Raycast extension that lets you search the Polars API reference and preview detailed documentation without leaving Raycast. Results include signatures, descriptions, parameters, and return values, with quick actions to open the official docs in your browser.
The command uses the official online docs by default. To use downloaded docs, open the command preferences, set Documentation Source to Local, and choose Local Docs Directory.
The selected folder should contain a stable directory or symlink with the Python API docs:
stable/objects.inv
stable/<html documentation tree>
If the online docs fail and Local Docs Directory is configured, the extension automatically falls back to that local
copy. This also supports checkouts where stable is a text-file symlink placeholder containing the target directory name.