Skip to content

feat(runner): watch mode #19

Description

@CalvinAllen

Description

Automatically re-run tasks when files change.

Proposed Syntax

dev:
  watch:
    paths: [src/**/*.rs]
    ignore: [target/]
  cmd: cargo build

Acceptance Criteria

  • Watch specified file patterns
  • Ignore specified patterns
  • Debounce rapid changes
  • Clear output option
  • Graceful shutdown (Ctrl+C)

Notes

Consider using notify crate for cross-platform file watching.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

coreCore functionalityfutureFuture feature

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions