Tucker McKnight <tmcknight@instructure.com> | Sat Jan 31 2026
Mark some branch-globs and clone-early projects as done Also add a todo about calculating the language graph by lines of code rather than count of files.
12
"eleventy-plugin-repoviewer": "file:~/repos/eleventy-plugin-repoviewer"12
"eleventy-plugin-repoviewer": "git+https://repos.tuckerm.us/eleventy-plugin-repoviewer.git#deploy/0.0.1-alpha.1"10 11 12 13
## Ideas and Works in Progress
- [ ] Branch Globs
- Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name in full in their config file
- [Project page](./projects/branch-globs.md.html)10 11 12 13
## Works in Progress
## Ideas and Todos
52
52
- [ ] get rid of lodash
- lodash is one of the larger (largest?) dependencies right now. With mithril auto-escaping strings, it might not be necessary anymore. Look into which things actually need to be escaped (e.g. any user-input from commit messages) and see if we can just rely on mithril to escape those
- [ ] make the useDefaultTemplate option actually be used
- [ ] Compute language bar graph based on lines of code, not count of files
- Also make a way for users to ignore certain files or filetypes
- [x] Show how many commits are different between the given branch and the main
(or a specified branch?
- [x] Branch Globs
- Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name in full in their config file
- [Project page](./projects/branch-globs.md.html)1
1
\#completed
1
1
\#completed