summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2023-05-10Rename the package to something not taken on crates.ioJustin Wernick
2023-04-11Refactoring, move where whitespace is handledJustin Wernick
2023-03-29Check user group when creating shared reposJustin Wernick
2023-03-25Identify where the current code needs the dirs to existJustin Wernick
2023-03-20Put git repos into a user-specific dirJustin Wernick
2023-03-20Refactor git functions into the git moduleJustin Wernick
2023-03-20Use clap to parse pathsJustin Wernick
2023-03-17Use rustylineJustin Wernick
2023-03-17Use shlex to split shell argumentsJustin Wernick
2023-03-16Git pushJustin Wernick
2023-03-13Git clone / fetchJustin Wernick
2023-03-12Added an batch modeJustin Wernick
2023-03-11Fix docker shell issueJustin Wernick
2023-02-28Git initJustin Wernick
2023-02-27Revamp parsing to support more complex commandsJustin Wernick
2023-02-24ExitJustin Wernick
2023-02-21Prompt in a loopJustin Wernick
2023-02-20The first test, prints a promptJustin Wernick
2023-02-18Initial commitJustin Wernick