No description
Find a file
2022-06-02 19:07:01 -07:00
resources Add README 2021-11-11 22:28:51 -08:00
src Add language extensions 2022-06-02 19:07:01 -07:00
test fix smartcase when query contains non-alpha characters 2021-11-13 12:35:53 -08:00
.gitignore initial project 2021-10-18 22:35:57 -07:00
package.yaml Fix error during lazy IO evaluation; add more language exts 2021-11-04 22:59:51 -07:00
README.md Add README 2021-11-11 22:28:51 -08:00
stack.yaml Add basic formatting for results 2021-10-23 23:07:51 -07:00

Search for Haskell identifiers under a directory using haskell-src-exts

Dependencies

Haskell Stack

Install

stack install

Usage

hs-search [symbol] [optional path]

If no path is specified, search the current directory. e.g. in this project hs-search fib produces: output