summaryrefslogtreecommitdiffstats
path: root/src/search
AgeCommit message (Collapse)Author
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
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-29feat: add git feature git related config and cli flagsToby Vincent
2022-11-29feat: create `ProjectParserGroup` to group parsersToby Vincent
2022-11-28feat: add git and preview (default) featuresToby Vincent
2022-11-27fix: fix bug in project matching for git repositoriesv0.1.0Toby Vincent
2022-11-27fix: fix potential bug in project entry iteratorToby Vincent
2022-11-27refactor: replace explicit types with type aliasToby 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