.local-bin

wzp

This script automates the process of starting a new Wezterm project. It allows you to select a project from a predefined list or specify a project name as an argument.

Usage

Run the script without any arguments to select a project from the list of available projects. Alternatively, you can provide a project name as an argument to start that specific project.

./wzp [project_name]

Example Usage

  1. Select a project from the list:
./wzp
  1. Start a specific project:
./wzp my_project

Script Details

Notes