Changelog¶
- Add colors to CLI output.
- Add
sleep()call infind()method to reduce the CPU utilization percentage. - Move
searchmethod fromfinder.apitofinder.utils. - Move
iterfilesmethod fromfinder.apitofinder.utils - Add documentation.
v1.0.2 (2017-05-07)¶
- FIX bug in CHANGELOG.
v1.0.1 (2017-05-07)¶
- Minor updates.
v1.0.0 (2017-05-07)¶
- Add
searchmethod to search for a given pattern in the text provided. - Add
iterfilesmethod to yield all the file paths in a given folder path. - Add
is_executablemethod to validate whether the given file is a executable or not. - Add
readmethod to read a given file line by line. - Add wrapper method
findto iterate through the given list of files/directories and find the given pattern in the files. - Add
FileReaderclass to searching all the files concurrently. - Add schemas for serializing the data to a JSON-encoded string.
- Add command line wrapper around the API. User can now use the command line interface to get all the search results.