diff --git a/fzf_speed/_nnn_locate,--.search.local.files.using.locate.and.open.with.nnn.file.manager b/fzf_speed/_nnn_locate,--.search.local.files.using.locate.and.open.with.nnn.file.manager index f313cd6..3264a4e 100755 --- a/fzf_speed/_nnn_locate,--.search.local.files.using.locate.and.open.with.nnn.file.manager +++ b/fzf_speed/_nnn_locate,--.search.local.files.using.locate.and.open.with.nnn.file.manager @@ -1,9 +1,6 @@ #!/usr/bin/env sh # AUTHOR: gotbletu (@gmail|twitter|youtube|github|lbry) # https://www.youtube.com/user/gotbletu -# DESC: locate a file and go to that directory with ranger file manager -# DEMO: https://www.youtube.com/watch?v=C64LKCZFzME -# REQD: add code to ranger file manager -# $EDITOR ~/.config/ranger/commands.py +# DESC: locate a file and go to that directory with nnn file manager tmux new-window -n nnnlocate 'nnn -a $(locate home media | fzf -e -i --prompt="Select to open with nnn: " --info=default --layout=reverse --tiebreak=index)'