12 lines
326 B
Text
12 lines
326 B
Text
* Load directories from a configuration file
|
|
* Update the repositories within each directory.
|
|
* Make depth configurable per directory.
|
|
* Set a default depth in config.yaml.
|
|
* Add excluding/ignoring a repository.
|
|
* Add Nix package.
|
|
|
|
Add unit tests.
|
|
Add a `--dry-run` option.
|
|
Complete README.
|
|
|
|
grep -r --exclude-dir=.git TODO .
|