Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 375 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 375 Bytes

Raycast Script Commands

This repository contains a collection of script commands for Raycast. They are all written in Python and can be easily extended.

Edit the shebang line in the scripts

The shebang line in the scripts is set to #!/usr/bin/env python3. If you are using a different Python version, you can change it to the desired version.