aboutsummaryrefslogtreecommitdiffstats
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-30chore: fix broken linkToby Vincent
2023-05-25style: fix typo in doc stringToby Vincent
2023-05-23chore: add various archlinux PKGBUILDsToby Vincent
2023-05-20chore: release projectr version 0.3.2v0.3.2Toby Vincent
2023-05-20docs: fix render issue in README and cargo releaseToby Vincent
2023-05-20ci: change release commit messageToby Vincent
2023-05-20chore: Release projectr version 0.3.1v0.3.1Toby Vincent
2023-05-20ci: improve cargo-release configToby Vincent
2023-05-20ci: add cargo-release config to cargo metadataToby Vincent
2023-05-20docs: fix links and improve layoutToby Vincent
2023-05-20chore: fix version in projectr lockfileToby Vincent
2023-05-20fix: fix logging level of ignored fileToby Vincent
2023-05-16chore: bump version to 0.3.0v0.3.0Toby Vincent
2023-05-16docs: fix typo in README.mdToby Vincent
2023-05-16chore(deps): update dependenciesToby Vincent
2023-05-16docs: add CHANGELOG.mdToby Vincent
2023-05-16docs: add CONTRIBUTING.mdToby Vincent
2023-05-16docs: add README.mdToby Vincent
2023-05-15chore: update project descriptionToby Vincent
2023-05-15fix: filter files from search resultsToby Vincent
2023-05-15feat: add tmux scriptToby 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-04-05chore: add MIT licensev0.2.0Toby Vincent
2023-04-05fix: use vendered libgit2 to avoid shared dependency issuesToby Vincent
2023-01-11build: add ci for build, test, clippy and fmtToby 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-28chore(deps) remove unused depsToby 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