lla Google Meet Plugin

August 16, 2026 ยท View on GitHub

Google Meet plugin for lla that creates meeting rooms and manages links with browser profile support.

Features

  • Quick Meeting Creation: Instantly create Google Meet rooms
  • Clipboard Integration: Auto-copy meeting links to clipboard
  • Browser Profiles: Create meetings with specific browser profiles
  • History Management: Track and reuse meeting links

Usage

# Create a new meeting room
lla plugin run google_meet create

# Create meeting with browser profile
lla plugin run google_meet create-with-profile

# Manage meeting history
lla plugin run google_meet history

# Manage browser profiles
lla plugin run google_meet profiles

# Configure preferences
lla plugin run google_meet preferences

# Show help
lla plugin run google_meet help

Configuration

Config location: ~/.config/lla/plugins/google_meet/config.toml

auto_copy_link = true           # Auto-copy links to clipboard
max_history_size = 50          # Maximum history entries

[[browser_profiles]]
name = "Work"
profile_path = "Profile 1"

[[browser_profiles]]
name = "Personal"
profile_path = "Default"

[colors]
success = "bright_green"
info = "bright_cyan"
warning = "bright_yellow"
error = "bright_red"
link = "bright_blue"

Display Examples

Creating Meeting:

โ„น Info: Creating Google Meet room...
๐Ÿ”— Link: https://meet.google.com/abc-defg-hij
โœ“ Success: Link copied to clipboard!
โœ“ Success: Meeting room created successfully!

History Management:

โšก Choose action
> ๐Ÿ“‹ Copy selected link
  ๐ŸŒ Open selected link
  ๐Ÿ—‘๏ธ  Clear all history

๐Ÿ”— https://meet.google.com/abc-defg-hij (2025-10-20 15:30:45)
๐Ÿ”— https://meet.google.com/xyz-uvwx-stu (2025-10-20 14:20:30)