nikitavoloboev / config

Apps/CLIs/configs I use on macOS/iOS. Fish, Karabiner, Cursor..
MIT License
20.5k stars 843 forks source link

amend broken link #101

Closed zachvalenta closed 4 years ago

nikitavoloboev commented 4 years ago

Thanks but actually you reminded me I use watchexec for this now & love it. I updated it.

nikitavoloboev commented 4 years ago

I even have aliases like

alias wjs='watchexec --exts js'
alias wpy='watchexec --exts py'

So I can say run wpy python main.py and it will rerun main.py when any python file changes.