summaryrefslogtreecommitdiffstats
path: root/src/config.rs
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-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
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-26feat: add project filteringToby Vincent
2022-11-22refactor: improve cli and config parsingToby Vincent
2022-11-21chore: split out projectr from tmuxrToby Vincent
2022-11-20test: impl test for `logging::Config` and add `pretty_assertions`Toby Vincent
2022-11-20feat: improve error handlingToby 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-10feat: add paths module and testsToby 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