aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2023-06-01build: improve build tooling and add CDToby Vincent
Implement a xtask pattern tool for packaging into distributable. Add build script to generate completion scripts and man page. Improve PKGBUILDs and CI to use new tooling and upload artifact to tag after successful CI build. Make minor changes in cli config to facilitate the new build.rs script.
2023-05-25style: fix typo in doc stringToby Vincent
2023-05-20fix: fix logging level of ignored fileToby Vincent
2023-05-15fix: filter files from search resultsToby Vincent
2023-05-08fix: replace exclude-attached with exclude-cwdToby Vincent
2023-05-08feat: add flag to exclude attached tmux sessionToby Vincent
2023-05-08feat: add --exclude flagToby Vincent
2023-05-08feat: move path gen out of --tmux as --sessionsToby Vincent
2023-05-06feat: impl tmux session source and parserToby Vincent
2023-05-06fix: use path_buf parser (mtime) only as fallbackToby 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
2023-01-11revert(preview)!: remove preview feat and unused depsToby Vincent
2023-01-11feat: add async ctrl-c signal handlingToby Vincent
2023-01-11docs: fix incorrect max_depth help textToby Vincent
2022-11-30refactor: merge error types into single enumToby 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-28feat: add previewer traitToby 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
2022-11-22feat: add filtering and sorting for git reposToby Vincent
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