Skip to content

git wip watch #57

Description

@bartman
git wip watch -- files
git ls-files | git wip watch -

git wip watch will use inotify to watch files you subscribe to changing.

a detected change to a file will automatically be captured with git wip save -- <file>.

yes, this is just like git ls-files | entr 'git wip'

TODO: git wip watch should (probably) support all the cool flags that entr supports.

git wip watch will create a wip commit if it detects changes, but it can also run a command (like build or test), and then create a real (not-wip) commit if that command is successful...

git wip watch --command 'make test' --success-commit

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions