index
:
shackle.git
main
A git shell with batteries included for running my git server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Collapse
)
Author
2023-05-10
Rename the package to something not taken on crates.io
Justin Wernick
2023-04-11
Refactoring, move where whitespace is handled
Justin Wernick
2023-03-29
Check user group when creating shared repos
Justin Wernick
2023-03-25
Identify where the current code needs the dirs to exist
Justin Wernick
2023-03-20
Put git repos into a user-specific dir
Justin Wernick
2023-03-20
Refactor git functions into the git module
Justin Wernick
2023-03-20
Use clap to parse paths
Justin Wernick
2023-03-17
Use rustyline
Justin Wernick
2023-03-17
Use shlex to split shell arguments
Justin Wernick
2023-03-16
Git push
Justin Wernick
2023-03-13
Git clone / fetch
Justin Wernick
2023-03-12
Added an batch mode
Justin Wernick
2023-03-11
Fix docker shell issue
Justin Wernick
2023-02-28
Git init
Justin Wernick
2023-02-27
Revamp parsing to support more complex commands
Justin Wernick
2023-02-24
Exit
Justin Wernick
2023-02-21
Prompt in a loop
Justin Wernick
2023-02-20
The first test, prints a prompt
Justin Wernick
2023-02-18
Initial commit
Justin Wernick