aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mod2spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.luaKim Alvefur2023-07-161-0/+4
Useful for opening a module and its tests at the same, can be awkward to auto-complete sometimes. sensible-editor util/example.lua $(./tools/mod2spec.sh util.example)