Skip to content

Releases: vishaltelangre/ff

v0.1.8

06 Sep 13:27
3224801
Compare
Choose a tag to compare

Ability to limit the max depth (#16)

v0.1.7

05 Sep 14:17
36aa990
Compare
Choose a tag to compare

Add a flag to exclude paths which are just directories and not actual files (#15)

v0.1.6

04 Mar 16:29
f8fc73c
Compare
Choose a tag to compare
  • Enabled LTO and improved search speed (#13).

v0.1.5

01 Mar 15:43
b9ab08f
Compare
Choose a tag to compare

What's new?

  • Omit results which match the provided optional exclude pattern (#12)

v0.1.4

28 Feb 10:28
1c6151a
Compare
Choose a tag to compare
  • 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
2591aee
Compare
Choose a tag to compare
v0.1.3

v0.1.2

28 Feb 04:18
Compare
Choose a tag to compare

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
Choose a tag to compare

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).