summaryrefslogtreecommitdiff
path: root/readme.org
AgeCommit message (Expand)Author
2023-05-27Add Crates.io badgeJustin Wernick
2023-05-10Update docs to use crates.io instead of my git branch!Justin Wernick
2023-05-10Simplify project by getting rid of workspacev0.1.0Justin Wernick
2023-05-10Build a markdown version of the readmeJustin Wernick
2023-05-10Rename the package to something not taken on crates.ioJustin Wernick
2023-05-04Tweak the planJustin Wernick
2023-04-29Finish filling in details in the readmeJustin Wernick
2023-04-29Add required user config for tests into the testsJustin Wernick
2023-04-29Filled in more of the dev guideJustin Wernick
2023-04-27Filling in the development dependenciesJustin Wernick
2023-04-26Add usage docsJustin Wernick
2023-04-20Fill in an outline of what's planned for the readmeJustin Wernick
2023-04-19Rearrange todo listJustin Wernick
2023-04-19Add a licenseJustin Wernick
2023-04-18Start fleshing out the readme now that I've done my MVP stuffJustin Wernick
2023-04-15Extra todo itemJustin Wernick
2023-04-11Add docs to all the commandsJustin 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-08Fill in test for updating description on existing repoJustin Wernick
2023-04-05Nicer error handling on reading configJustin Wernick
2023-03-30Failing test to get started with 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-29Check that shared repos get the right configJustin 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-20Add a failing test for the limiting where git repos can be on the serverJustin Wernick
2023-03-17Rearrange todo listJustin 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-13Batch commands workJustin Wernick
2023-03-12Ignore failing test for now. It needs a different command mode.Justin Wernick
2023-03-12Correct which does what in the todo listJustin Wernick
2023-03-11Fix docker shell issueJustin Wernick
2023-03-08Vendor git2 to make it easier to deploy shackle without dynamic libsJustin Wernick
2023-03-01Isolate test runs from each otherJustin Wernick
2023-02-28Notes for my future selfJustin Wernick
2023-02-28Git initJustin Wernick
2023-02-28Specifically test that commands that other shells might support aren't leaked...Justin Wernick
2023-02-27Revamp parsing to support more complex commandsJustin Wernick
2023-02-27Rearrange TODO listJustin Wernick
2023-02-24ExitJustin Wernick
2023-02-21Prompt in a loopJustin Wernick