Skip to content

Procomp is a ghcid clone but supports all programming languages

License

Notifications You must be signed in to change notification settings

AndreaStefanh/procomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROCOMP

Procomp is a ghcid clone but supports all programming languages

How to use it

for procomp to work you need a configuration file called .procomp.json

{
    "files": ["main.c"], // Files that will be checked for changes
    "command": "gcc -Wall main.c -o main", // The command that should be run if a change is found to a file
    "time": 5, // (not mandatory) when it has to wait to check for file changes. default 0.5 seconds
    "silent": false // (not mandatory) if true it does not print on the screen any output of the commands executed in "command"
    // btw json doesn't support comments so you can't put comments in a real .procomp.json
}

Compile

$ chmod +x makefile.py
$ ./makefile.py

Credits

ghcid

About

Procomp is a ghcid clone but supports all programming languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages