Descriptive comments for fcl
This commit is contained in:
15
fcl
15
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user