aboutsummaryrefslogtreecommitdiff
path: root/fman
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-04 18:50:37 -0500
committertdback <tyler@tdback.net>2024-12-04 18:50:37 -0500
commit58347fdfe21315ad3ccc0bd7c4703a8ec7aae797 (patch)
tree393fe8d69962e070c522e889b672ee9e97a88207 /fman
initial commit to new repo
Diffstat (limited to 'fman')
-rwxr-xr-xfman5
1 files changed, 5 insertions, 0 deletions
diff --git a/fman b/fman
new file mode 100755
index 0000000..c07db14
--- /dev/null
+++ b/fman
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# fman: Fuzzy find man pages! Requires `fzf`.
+
+apropos . | fzf --prompt "Select program: " | cut -d" " -f 1 | xargs man