Skip to content

👀Stalk files in a directory and run command when any file changes.

Notifications You must be signed in to change notification settings

Aksh-Bansal-dev/stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stalker

Stalk files in a directory and run command when any file changes.

How to use

stalk -loc <path_to_directory>

Flag Description Default value Usage
loc location of directory/file to stalked ./ stalk -loc ./dev/project
cmd command to run on file change echo file change stalk -cmd "go run main.go"

Config

.stalkerrc.json

{
  "command": "echo file-change",
  "ignored": ["foo.*"]
}

About

👀Stalk files in a directory and run command when any file changes.

Resources

Stars

Watchers

Forks