Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
/ antr Public archive

A simple to use file system event watcher that runs arbitrary commands

Notifications You must be signed in to change notification settings

juanibiapina/antr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antr

Deprecated in favor of https://github.com/watchexec/watchexec

antr is a file system events watcher that runs arbitrary commands.

antr watches the current directory and subdiretories for changes. On the event of a change, it clears the screen and runs the passed command.

If the current directory is a git repository, antr will ignore changes to git ignored files.

antr is inspired mainly be entr, with a few differences:

  • Easier usage
  • Only works with the current directory
  • Easier to watch directories for new files
  • Integration with git ignore

Usage

To run make every time there is a file change:

$ antr make

To run a single javascript file:

$ antr node file.js

About

A simple to use file system event watcher that runs arbitrary commands

Resources

Stars

Watchers

Forks

Packages

No packages published