Skip to content

Executes build commands in response to file modifications

License

Notifications You must be signed in to change notification settings

Shinyzenith/sniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sniff

A simple tool written in rust to read for file changes and accordingly run build commands.

Note this tool is for linux and linux only. If it happens to work on bsd ( which it probably will ) then awesome!

I will provide absolutely no support for windows.

Config file:

Sniff is used to develop sniff. Look at sniff.json in the project root to understand how sniff is configured.

A detailed explanation is present in man 5 sniff.

Installation:

Dependencies:

  1. git
  2. make
  3. scdoc (Optional. if present then man pages are transpiled and installed.)

Steps:

  1. Clone this repo: git clone https://github.com/shinyzenith/sniff &cd sniff
  2. make
  3. sudo make install