about summary refs log tree commit diff
path: root/find-broken-ln
diff options
context:
space:
mode:
Diffstat (limited to 'find-broken-ln')
-rwxr-xr-xfind-broken-ln9
1 files changed, 9 insertions, 0 deletions
diff --git a/find-broken-ln b/find-broken-ln
new file mode 100755
index 0000000..8db7db9
--- /dev/null
+++ b/find-broken-ln
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ -t 1 ]; then
+    pattern="%p \033[38;5;4m=>\033[m \033[38;5;9m%l\033[m\n"
+else
+    pattern="%p => %l\n"
+fi
+
+find "${@}" -xtype l -printf "${pattern}"

Consider giving Nix/NixOS a try! <3