summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2021-09-15Convert library-driven structure to application-drivenNick Gerace
2021-05-23Merge Config into Driver typeNick Gerace
2021-05-16Remove middleware run function in libraryNick Gerace
2021-05-15Move application-esque behavior out of the libraryNick Gerace
2021-05-15Consolidate gfld into gfoldNick Gerace
2021-03-29Add gfldNick
2021-02-15Add display email featureNick Gerace
2021-02-10Add standard dirs and remove hidden dirsNick Gerace
2021-01-27Remove file header commentsNick Gerace
2021-01-26Switch disable unpushed check to enableNick Gerace
2020-12-15Add disable unpushed commit checkNick Gerace
2020-12-01Remove unpush functionalityNick Gerace
2020-11-26Refactor library into driver and util filesNick Gerace
2020-11-25Add unpushed commit detectionNick Gerace
2020-11-12Consolidate boolean test permutations to one testNick Gerace
2020-11-11Minimize public structs and functionsNick Gerace
2020-10-16Add no color flagNick Gerace
2020-10-12Consolidate match blocks and return panicsNick Gerace
2020-10-10Add eyre for simple backtrace reportingNick Gerace
2020-10-10Refactor source code to be driven by a libraryNick Gerace