Skip to content

Instantly share code, notes, and snippets.

@FractalWire
FractalWire / fexp3
Last active November 8, 2019 06:16
The moving fuzzy file explorer powered by fzf
#!/bin/bash
# A simple script to make fzf a fuzzy-file explorer
# After the program exits, it should be cleared with tput rmcup, otherwise the
# terminal stays in alternate screen mode
old_folder=$(pwd)
cur_folder="$old_folder"
tree_depth=1
while true
do