Releases: vishaltelangre/ff
Releases · vishaltelangre/ff
v0.1.8
06 Sep 13:27
Compare
Sorry, something went wrong.
No results found
Ability to limit the max depth (#16 )
v0.1.7
05 Sep 14:17
Compare
Sorry, something went wrong.
No results found
Add a flag to exclude paths which are just directories and not actual files (#15 )
v0.1.6
04 Mar 16:29
Compare
Sorry, something went wrong.
No results found
Enabled LTO and improved search speed (#13 ).
v0.1.5
01 Mar 15:43
Compare
Sorry, something went wrong.
No results found
What's new?
Omit results which match the provided optional exclude pattern (#12 )
v0.1.4
28 Feb 10:28
Compare
Sorry, something went wrong.
No results found
Ability to ignore .gitignore files and improve search speed (#9 )
Use threads to parallelize and speedup search (#10 )
v0.1.3
28 Feb 10:42
Compare
Sorry, something went wrong.
No results found
v0.1.2
28 Feb 04:18
Compare
Sorry, something went wrong.
No results found
Changelog
Search hidden files and directories by default (#7 ).
Stream results instantly to STDOUT to address the slowness issue (#8 ).
v0.1.1: Initial release
26 Feb 18:03
Compare
Sorry, something went wrong.
No results found
Features
Search files using plain string or a Regular Expression.
Search files in the current directory by default.
Ability to specify the path to a directory to search files within.
By default search case-insensitively.
Ability to search case-sensitively using a flag (-s).
By default exclude hidden files.
Ability to include hidden files using a flag (-H).