hf icon indicating copy to clipboard operation
hf copied to clipboard

(another) Fuzzy file finder for the command line

Results 3 hf issues
Sort by recently updated
recently updated
newest added

The default tests for runcmd_test.go fail on windows. By default hf uses `cat $FILES` and `cat $FILES | wc -l` as test commands. On Windows, `cat` is an alias in...

Currently, hf doesn’t seem to list symlinks pointing to files. This isn’t a problem if the files are accessible as regular files too (though some people might prefer having the...

Setting the EDITOR environmental variable to something along the lines of `C:\Program Files\Sublime Text 3\subl.exe` doesn't work. I think it would work correctly with a path that doesn't contain spaces....