Skip to content

feat(runner): watch mode #19

@CalvinAllen

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.

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