summaryrefslogtreecommitdiff
path: root/bin/cfind
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cfind')
-rwxr-xr-xbin/cfind3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/cfind b/bin/cfind
new file mode 100755
index 0000000..c8814bf
--- /dev/null
+++ b/bin/cfind
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+git show $(git log --pretty=oneline --abbrev-commit | fzy | gawk '{print$1}')