steeloverseer icon indicating copy to clipboard operation
steeloverseer copied to clipboard

A file watcher and development tool.

Results 19 steeloverseer issues
Sort by recently updated
recently updated
newest added

If a file change triggers a longer task, and an other file is changed `sos` interrupts the current task with an `AsyncCancelled` message. I'd then expect it to immediately restart...

Hi, currently installing haskellPackages.steeloverseer adds up to 2,5Gb of disk storage because it has GHC in closure. The size makes this package hard to add to a development environment, because...

enhancement
help wanted

``` sos output.raw -c "sleep 0.15; echo 'test'" Hit Ctrl+C to quit. Modified: output.raw [1/1] sleep 0.15; echo 'test' AsyncCancelled AsyncCancelled Modified: output.raw [1/1] sleep 0.15; echo 'test' AsyncCancelled AsyncCancelled...

closes #41 @schell I created a first draft of the functionality, possibly to get a first feedback from you. I wanted also to ask you the following question: currently, when...

If I understand correctly, currently it is possible to execute commands just one after the other. Would it be interesting/possible to configure certain commands to run in parallel? For example,...

Hi! I have emacs creating files like `.#myfile.txt` when I am editing a file, and sos triggers on those (runs the command). This is not the behaviour I want, so...

I wonder if a typical ghci workflow can be automated with sos. Usually you run a ghci process and: 1. When `*.hs` changes, you send `:r` or possibly `:r:main` to...

feature

When running `sos` on Ubuntu-17.10 (x64), I occasionally get `sos: addWatch: resource exhausted (No space left on device)` at first I thought this was only when I was in tmux,...

After running a command, a zombie process stays. ``` 32430 robin 20 0 127208 4812 3068 S 0.0 0.0 0:00.24 `- bash 23581 robin 20 0 1.001t 34584 30164 S...

85d40083ac893bebc3696ab48f223da8af928874 I can’t quite get how this happens, but look at this screenshot: ![](https://i.imgur.com/FutIaAn.png) For all following modifications of that `.hs` file, nothing happens: `sos` doesn’t output `interrupted` or anything...