https://github.com/kovidgoyal/watcher
A daemon that exposes various system related information efficiently over a local socket
https://github.com/kovidgoyal/watcher
Last synced: 9 months ago
JSON representation
A daemon that exposes various system related information efficiently over a local socket
- Host: GitHub
- URL: https://github.com/kovidgoyal/watcher
- Owner: kovidgoyal
- License: gpl-3.0
- Created: 2016-10-05T19:48:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T15:50:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T05:01:42.090Z (10 months ago)
- Language: Python
- Size: 988 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
watcher
========
A daemon that exposes various system information efficiently over a socket.
Primarily useful for watching file system tress for changes, and using the
change notifications to efficiently display git branch names/dirty status, etc.
Also contains code to integrate with various applications that consume this
information, such as shells, vim, qtile, etc.