/scripts

Bash and Python scripts for smoother workflows with Raycast.

Primary LanguagePython

Scripts

Raycast Bash Python

Bash and Python scripts for smoother workflows with Raycast.

Installation

  1. Create a virtual python environment:
python3.12 -m venv env
  1. Install the required python packages:
env/bin/pip3.12 install -r requirements.txt

Usage

Run a script using the virtual environment:

env/bin/python3.12 <script_name>.py