summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-01-15 19:09:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-01-15 19:09:09 +0100
commit5b1d5c03718980642d8359621691d960db7d0a8b (patch)
tree2b75142c644ccefb52749fd29111858c791fb8d3 /content
parent011ddc0bb2a0a21834cd258d78d7e95b5bd249b3 (diff)
downloadwww-andreasbaumann-cc-5b1d5c03718980642d8359621691d960db7d0a8b.tar.gz
www-andreasbaumann-cc-5b1d5c03718980642d8359621691d960db7d0a8b.tar.bz2
added entr to toolbox
Diffstat (limited to 'content')
-rw-r--r--content/toolbox/_index.md2
1 files changed, 2 insertions, 0 deletions
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