aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/edit
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts/edit')
-rwxr-xr-xuser-scripts/edit8
1 files changed, 8 insertions, 0 deletions
diff --git a/user-scripts/edit b/user-scripts/edit
new file mode 100755
index 0000000..d15b34e
--- /dev/null
+++ b/user-scripts/edit
@@ -0,0 +1,8 @@
+#!/usr/bin/env sh
+
+# Description: Fuzzy find a file in directory subtree with fzy and edit in vim
+#
+# Shell: POSIX compliant
+# Author: Arun Prakash Jana
+
+vim `find -type f | fzy`