Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/watchman
Watches files and records, or triggers actions, when they change.
https://github.com/facebook/watchman
Last synced: 3 days ago
JSON representation
Watches files and records, or triggers actions, when they change.
- Host: GitHub
- URL: https://github.com/facebook/watchman
- Owner: facebook
- License: mit
- Created: 2012-11-29T23:35:52.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T17:45:36.000Z (7 days ago)
- Last Synced: 2024-12-05T18:07:13.296Z (7 days ago)
- Language: C++
- Homepage: https://facebook.github.io/watchman/
- Size: 30.6 MB
- Stars: 12,798
- Watchers: 259
- Forks: 995
- Open Issues: 235
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - facebook/watchman - Watches files and records, or triggers actions, when they change. (C++)
- awesome - watchman - Watches files and records, or triggers actions, when they change. (C++)
- awesome-nodejs - watchman - Watches files and records, or triggers actions, when they change. ![](https://img.shields.io/github/stars/facebook/watchman.svg?style=social&label=Star) (Repository / Filesystem)
- awesome-monorepo - Watchman - scm.org/wiki/FsMonitorExtension) 将触发部分增量构建 (版本控制系统和附加组件 / Mercurial)
- awesome-repositories - facebook/watchman - Watches files and records, or triggers actions, when they change. (C++)
- awesome-github-star - watchman
- awesome-starts - facebook/watchman - Watches files and records, or triggers actions, when they change. (C++)
- AwesomeCppGameDev - watchman
- awesome-systools - Watchman
- MobileHackersWeapons - watchman
- awesome-buck2 - Watchman - platforms file watcher. Many dev tools integrate with it. (Projects)
- awesome-nodejs - watchman - 监视文件和记录,或在更改时触发操作。 ![](https://img.shields.io/github/stars/facebook/watchman.svg?style=social&label=Star) (GIT 仓库 / 文件系统)
README
Watchman
A file watching service.
## Purpose
Watchman exists to watch files and record when they actually change. It can
also trigger actions (such as rebuilding assets) when matching files change.## Documentation
Head on over to https://facebook.github.io/watchman/
## License
Watchman is made available under the terms of the MIT License. See the
LICENSE file that accompanies this distribution for the full text of the
license.## Support
Watchman is primarily maintained by the source control team at Meta Platforms, Inc. We support:
* Windows and macOS builds
* Linux builds on recent Ubuntu and Fedora releases
* Watchman's [compatibility commitment](https://facebook.github.io/watchman/docs/compatibility.html)
* Python, Rust, and JavaScript clientsSupport for additional operating systems, release packaging, and language bindings is community-maintained:
* Homebrew
* FreeBSD
* SolarisPlease submit a [GitHub issue](https://github.com/facebook/watchman/issues/) to report any troubles.
## Contributing
Please see the [contributing document](CONTRIBUTING.md).