diff --git a/fcl b/fcl index 1305d10..c6cddfc 100755 --- a/fcl +++ b/fcl @@ -1,5 +1,20 @@ #!/usr/bin/env ruby +## fcl: Fantastic CLoner +# +# Clones git repos into a predictable directory structure, according to local +# customs (HTTPS instead of SSH for Buildkite repos, for example) +# +# Makes educated guesses about incomplete repo identifiers. +# +# Also with some CLI pretty thanks to `gum`. +# + +# TODO LIST +# +# [ ] Make a way to turn off the pretty, in case it's getting in the way +# + DEFAULT_ORG = "buildkite" REPO_BASE = "#{ENV['HOME']}/repos"