From 5b1d5c03718980642d8359621691d960db7d0a8b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 15 Jan 2024 19:09:09 +0100 Subject: added entr to toolbox --- content/toolbox/_index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content') diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md index 9d08e50..c4be5f4 100644 --- a/content/toolbox/_index.md +++ b/content/toolbox/_index.md @@ -15,6 +15,8 @@ Some things I found to be useful for daily programming. profiler presenting runs of valgrind performance checks in a nice way. * [xxdiff](https://github.com/blais/xxdiff/): 2 and 3-way graphical diff tool, I use it because of nostalgia (aka: I got used to it). +* [entr](http://eradman.com/entrproject/): for executing a command on + changed files, e.g. make. ## C Programming -- cgit v1.2.3-54-g00ecf