Port of the week: entr

NILentr is a command line tool that let you run arbitrary command on

file change. This is useful when you are doing something that requires

some processing when you modify it.

Recently, I have used it to edit a man page. At first, I had to run

mandoc each time I modified to file to check the render. This was the

first time I edited a man page so I had to modify it a lot to get what

I wanted. I remembered about entr and this is how you use it:

$ ls stagit.1 | entr mandoc /_

This simple command will run "mandoc stagit.1" each time stagit.1 is

modified. The file names must be given by stdin to entr, and then use

the characters sequence /_ to replace the names (like {} in find).

The man page of entr is very well documented if you need more

examples.

Proxy Information
Original URL
gemini://perso.pw/blog//articles/entr.gmi
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
142.029283 milliseconds
Gemini-to-HTML Time
0.444145 milliseconds

This content has been proxied by September (3851b).