rerun
rerun copied to clipboard
Restarts an app when the filesystem changes. Uses growl and FSEventStream if on OS X.
I frequently find myself having to manually type out the pattern for `cpp`, `hpp`, and `py` files that I work with a lot. I propose we add them to the...
Hello, I've tried using rerun to restart my rails server in case I switch to a different branch. The --no-ignore-dotfile doesn't seem to have an effect. `rerun --no-ignore-dotfiles --pattern ".git/HEAD"...
500ms is too tiny to be able to read the notification Set 2s delay instead
``` ~/P/retirement ❯❯❯ rerun --dir config --pattern '{*,.*}' bin/daemon master ✱ 19:21:48 [rerun] Retirement launched NotImplementedError: fork is not available on this platform fork at org/jruby/RubyKernel.java:1736 start at /home/braulio/.rvm/gems/jruby-9.1.13.0/gems/rerun-0.11.0/lib/rerun/runner.rb:152 keep_running...
On Linux, `rerun` takes up to a second to notice and relaunch my command after a file change. This is an annoying delay during rapid iteration (which is the whole...
I have the following folder structure ``` ├── other │ ├── otherifle.js │ └── subdir │ └── subfile.js ├── rootfile.js └── src └── file.js ``` If I run the following...
Hey, @alexch, great work with this library, it solved most of my problems regarding reloading an application, props to you and the contributors. But I have a question, how can...
Have started getting this every time I run rerun with Ruby 2.2.5 (didn't have this with 2.2.1 oddly), although I upgraded to the latest bundler was well (which is most...
I dont know the deep reason for that server crash but it is very painful This is what i get when it stops: `ERROR: An HTTP request took too long...
It would be nice to be able to send a signal to the running console which would cause a restart.