Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements command mode for scripting support (#8) #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2024

  1. feat: add command mode for scripting support

    Adds a new -c/--command flag that enables script mode for automation:
    - Case-insensitive command parsing
    - Comma-separated commands with optional spaces
    - Special commands: TEXT: and WAIT:
    - Verbose command names for better readability
    - Maintains backward compatibility with interactive mode
    
    Example:
      roku -c "home, WAIT:1, down, TEXT:Breaking Bad"
    
    Closes ncmiller#8
    Legend28469 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f9c9b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9469bed View commit details
    Browse the repository at this point in the history
  3. docs: update README with command mode documentation

    Add documentation for the new command mode feature including:
    - Usage with -c flag
    - Available commands
    - Special commands (TEXT: and WAIT:)
    - Built-in delay information
    - Example scripts
    Legend28469 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dd015ff View commit details
    Browse the repository at this point in the history