A fast & simple text search across files.
You have to provide at least a directory path to search in and a search term.
$ haystack <path> <term>haystack searches case-sensitive by default. However, you can opt-in to case-insentive search.
$ haystack <path> <term> --case-insensitiveYou can provide a whitelist of file extensions if you don't want all files to be searched.
$ haystack <path> <term> --ext rs goTo get a list of all available options, use --help.
$ haystack --helphaystack is still under development.
