-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

entr


> Run arbitrary commands when files change.

More information.


Rebuild with `make` if any file in any subdirectory changes:

{ag -l} | entr {make}

Rebuild and test with `make` if any `.c` source files in the current directory change:

{ls *.c} | entr {'make && make test'}

Send a `SIGTERM` to any previously spawned ruby subprocesses before executing `ruby main.rb`:

{ls *.rb} | entr -r {ruby main.rb}

Run a command with the changed file (`/_`) as an argument:

{ls *.sql} | entr {psql -f} /_


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:30:44 2024