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)