aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-11-22refactor: improve cli and config parsingToby Vincent
2022-11-21chore: split out projectr from tmuxrToby Vincent
2022-11-20refactor: remove unnecessary exportsToby Vincent
2022-11-20test: impl test for `logging::Config` and add `pretty_assertions`Toby Vincent
2022-11-20feat: improve error handlingToby Vincent
2022-11-20refactor(finder): set default finder to fzf-tmuxToby Vincent
2022-11-20refactor: clean up cli argsToby Vincent
2022-11-19fix: fix Provider trait impl on config and cli structsToby Vincent
2022-11-18feat: impl logging as a seperate module with stdoutToby Vincent
2022-11-17feat: get intitial finder workingToby Vincent
2022-11-13test(paths): clean up path testsToby Vincent
2022-11-12refactor: change error to use Display instead of DebugToby Vincent
2022-11-10perf: remove unnecessary clones and OptionToby Vincent
2022-11-10feat: add paths module and testsToby Vincent
2022-11-04refactor: move run to main.rs and impl output from FinderToby Vincent
2022-11-03feat: impl finderToby Vincent
2022-11-02feat: finish implementing config and cliToby Vincent
2022-11-01feat: impl ignore crate to walk directoriesToby Vincent
2022-11-01feat: impl cli, config, and loggingToby Vincent
via clap, figment, and tracing, respectively
2022-10-29chore: initial commitToby Vincent