firetower icon indicating copy to clipboard operation
firetower copied to clipboard

run and re-run any shell script on editor save hooks (instead of fs events, like guard)

Results 9 firetower issues
Sort by recently updated
recently updated
newest added

In the present code of firetower, if a null string is entered in the -d or --directory command, then it defaults it to the current directory. We have modified the...

I'm trying to run `firetower -c 'go build && ./mybin'`, but firetower doesn't seem to kill `./mybin` correctly before attempting to restart it, which leads to problems like: ``` 2017/06/21...

Nano is a text editor for Unix-like systems or any other environments using a command line interface. Nano offers a perfect solution if you are looking for a small and...

In the present code of firetower, if a null string is entered in the -d or --directory command, then it defaults it to the current directory. Modify the code so...

The problem with piping to tee: This project remaps [crtl-\] to [ctrl-r], and handles the signal with a restart. Similar to how it would respond to `firetower -r`. [here](https://github.com/mweitzel/firetower/blob/59e4eaacb31f386e2db8005700411a35b031462a/firetower#L70-L73) So,...

allow multiple firetowers per directory, with optional name - `firetower -n 'command'` always creates a new process host with a unique name - `firetower -n name 'command'` creates a new...

currently control flags `-h`, `-c` (default), `-r`, and `-s`, must be the first argument, command 'in quotes' must be the first or second argument and option flags `--directory` and `--preserve-scrollback`...