All Projects â†’ EvandroLG â†’ lua-watcher

EvandroLG / lua-watcher

Licence: other
👀 A Lua module to monitor files from a specific directory

Programming Languages

lua
6591 projects
Makefile
30231 projects

Projects that are alternatives of or similar to lua-watcher

Denon
👀 Monitor any changes in your Deno application and automatically restart.
Stars: ✭ 725 (+4431.25%)
Mutual labels:  watcher
Wago
Automate the actions you do after saving code.
Stars: ✭ 60 (+275%)
Mutual labels:  watcher
Muso
muso: music sorter
Stars: ✭ 85 (+431.25%)
Mutual labels:  watcher
Gulp Insales Uploader
🚲
Stars: ✭ 15 (-6.25%)
Mutual labels:  watcher
Giti
Permanent observer of your git directories
Stars: ✭ 54 (+237.5%)
Mutual labels:  watcher
Multiwatch
Simple task runner on directory changes that doesn't produce tons of logs if everything is OK 👌
Stars: ✭ 74 (+362.5%)
Mutual labels:  watcher
Phpunit Watcher
A tool to automatically rerun PHPUnit tests when source code changes
Stars: ✭ 700 (+4275%)
Mutual labels:  watcher
Carton
📦 Watcher, bundler, and test runner for your SwiftWasm apps
Stars: ✭ 171 (+968.75%)
Mutual labels:  watcher
Starhub
All about your Github account, public and private activity, watch stars, followers and much more.
Stars: ✭ 60 (+275%)
Mutual labels:  watcher
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+7606.25%)
Mutual labels:  watcher
Proxy Watcher
A library that recursively watches an object for mutations via Proxies and tells you which paths changed.
Stars: ✭ 35 (+118.75%)
Mutual labels:  watcher
Chokidar
Minimal and efficient cross-platform file watching library
Stars: ✭ 8,538 (+53262.5%)
Mutual labels:  watcher
Git Repo Watcher
A simple bash script to watch a git repository and pull upstream changes if needed.
Stars: ✭ 73 (+356.25%)
Mutual labels:  watcher
Watchme
Reproducible watchers for research
Stars: ✭ 756 (+4625%)
Mutual labels:  watcher
Funzzy
Yet another fancy watcher. (Rust)
Stars: ✭ 142 (+787.5%)
Mutual labels:  watcher
Tddd
A Laravel Continuous Integration Package
Stars: ✭ 722 (+4412.5%)
Mutual labels:  watcher
Notify
🔭 Cross-platform filesystem notification library for Rust.
Stars: ✭ 1,123 (+6918.75%)
Mutual labels:  watcher
myoddweb.directorywatcher
A fast and reliable, (non blocking!), .NET/C++ File/Directory watcher, complete rewrite of FileSystemWatcher to ensure speed/accuracy/reliability/suppress duplicate events.
Stars: ✭ 41 (+156.25%)
Mutual labels:  watcher
Etcd Watcher
Etcd watcher for Casbin
Stars: ✭ 157 (+881.25%)
Mutual labels:  watcher
Tail
[Revamped] Go package for reading from continuously updated files (tail -f)
Stars: ✭ 81 (+406.25%)
Mutual labels:  watcher

lua-watcher

A Lua module to monitor files from a specific directory

Installation

To install lua-watcher, run:

$ luarocks install watcher

How does it work?

Follow an example:

  local watcher = require 'watcher'

  watcher('my_directory/', function()
    print('Some file was modified now!')
  end)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].