summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-14Mod structure for pijul support coming inJustin Wernick
2023-09-10Hide the commands which aren't called interactively in the help textJustin Wernick
2023-08-18Added a prompt to confirm risky actions like deleting a repoJustin Wernick
2023-08-15Create group directories if they don't already existJustin Wernick
2023-07-14Add cleaning up stale objects to the housekeeping taskJustin Wernick
2023-07-14Add a housekeeping task, which does git gcJustin Wernick
2023-07-03Added a new "--verbose" option to the list commandJustin Wernick
2023-06-24Added a command to delete a repoJustin Wernick
2023-05-10Simplify project by getting rid of workspacev0.1.0Justin Wernick
2023-05-10Rename the package to something not taken on crates.ioJustin Wernick
2023-04-19Took some suggestions from clippyJustin Wernick
2023-04-11Add docs to all the commandsJustin Wernick
2023-04-11Refactoring, move where whitespace is handledJustin Wernick
2023-04-10Update the main branch of a repoJustin Wernick
2023-04-09Update naming of git-init to just initJustin Wernick
2023-04-09Updating descriptions now works on init tooJustin Wernick
2023-04-09Implement set_description for an existing repoJustin Wernick
2023-04-08Fill in test for updating description on existing repoJustin Wernick
2023-04-07Set the description while initting the repoJustin Wernick
2023-04-07Failing test for setting descriptionJustin Wernick
2023-04-05Nicer error handling on reading configJustin Wernick
2023-04-05Add group git dirs to the listingJustin Wernick
2023-04-04Check that the git repo is personal before adding it as personalJustin Wernick
2023-04-02Start the basics of listing reposJustin Wernick
2023-03-30Update path restrictions to allow shared reposJustin Wernick
2023-03-29Check user group when creating shared reposJustin Wernick
2023-03-29Initial implementation of --init groupJustin Wernick
2023-03-28Git push is now limited to only appropriate pathsJustin Wernick
2023-03-25Insist that git command paths are relativeJustin Wernick
2023-03-25Identify where the current code needs the dirs to existJustin Wernick
2023-03-24Added checking for a valid path, but the test is failing for the wrong reasonJustin Wernick
2023-03-20Move user info gathering to its own workspace crateJustin 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