Skip to content

sobraniebluee/Watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Watcher

Is an util for watching changes in your file, and when they are, watcher re-compile file.

Now it is support to compile .py, .js, .mjs files

Usage:

watcher {filepath}

If you want add your interpreter, you can edit src/config.py:

    # ADD NEW KEY AS EXTENSION FILE AND AS VALUE PASS THE LIST WITH PATHS TO INTERPRETER
    INTERPRETER_PATHS = {
        'py': ['./venv/bin/python', '/usr/local/bin/python3'],
        'js': ['/usr/local/bin/node'],
        'mjs': ['/usr/local/bin/node'],
        # 'new_extension': ['/path/interpreter']
    }

About

Terminal util

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages