Descriptive comments for fcl

This commit is contained in:
Lucas Wilson-Richter
2024-05-15 17:42:45 +10:00
parent 242002c007
commit 6b55c0579c

15
fcl
View File

@ -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"