| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-15 | Major rework, no regex/globbing, more walking | ||
| Instead of using regexes and globbing to find the rules.mk and keymap.c files, walk the directory tree to find them. Also, do away with the concept of revision. | |||
| 2020-02-15 | Drop bs4 dependency, update docs, minor improvements | ||
| 2020-02-15 | Fix regex for parsing rules.mk files | ||
| I don't know why it couldn't put it together before... ¯\_(ツ)_/¯ | |||
| 2020-02-15 | Another major refactoring, add documentation | ||
| Move all useful functions to the qmk module and use the cli subcommand as a wrapper around it. Add both inline comments and documentation. | |||