An open API service indexing awesome lists of open source software.

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

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.