summaryrefslogtreecommitdiffstats
path: root/src/search.rs
AgeCommit message (Collapse)Author
2023-05-20fix: fix logging level of ignored fileToby Vincent
2023-05-15fix: filter files from search resultsToby Vincent
2023-05-05refactor: rewrite project layoutToby Vincent
2023-05-04refactor: join iterators into a single walkToby Vincent
2023-04-28refactor: simplify logic and clean up dep.Toby Vincent
2023-04-27feat: rewrite cli and add --all flagToby Vincent
2023-04-20test: remove broken unit testv0.2.1Toby Vincent
2022-11-30revert: remove figment from the lib (moved to bin)Toby Vincent
2022-11-30fix: fix config serialization and reorganize projectToby Vincent
2022-11-28feat: add git and preview (default) featuresToby Vincent
2022-11-27refactor: add type alias for boxed projectToby Vincent
2022-11-27feat: improve Project traitToby Vincent
2022-11-26feat: add project filteringToby Vincent