aboutsummaryrefslogtreecommitdiff
path: root/fzfPath.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-03-14 15:59:37 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-03-14 15:59:37 +0100
commit6d4413677983d8880caa3db189b872a7343b4073 (patch)
tree4973aebe5c7901cacfb93e21f1e4aae25213385a /fzfPath.sh
parent6610964c6726be86b00b9884bd494c863cefbadf (diff)
downloadscripts-6d4413677983d8880caa3db189b872a7343b4073.tar.gz
scripts-6d4413677983d8880caa3db189b872a7343b4073.zip
Created fzfPath.sh to navigate folders using fzf.
Diffstat (limited to 'fzfPath.sh')
-rwxr-xr-xfzfPath.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/fzfPath.sh b/fzfPath.sh
new file mode 100755
index 0000000..64f2467
--- /dev/null
+++ b/fzfPath.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+cat $HOME/.paths | fzf | awk '{print $3}'