gengo icon indicating copy to clipboard operation
gengo copied to clipboard

A bit like tokei, a lot like linguist

Results 19 gengo issues
Sort by recently updated
recently updated
newest added

According to a few sources, [`cargo-zigbuild`](https://github.com/rust-cross/cargo-zigbuild) "just works."

`.ignore` and `.gitignore` might be enough, but if a user ever needs to ignore files *only for this project,* a special ignorefile can be used. See the `ignore::WalkBuilder::add_custom_ignore_filename`.

enhancement

It would be nice to have a (PowerShell?) script that could be copied an pasted to quickly download and install the executable.

help wanted

This can improve compilation time by excluding groups of dependencies that aren't wanted.

#63 and #64 add support for C and C++, which have some conflicts. There should be some heuristics added to help decide which is which. Something that is unique to...

help wanted
good first issue

Note that, for this to work for forks, it would need to fetch from `upstream`.

good first issue

See #72 Regex and ABNF both fall under "data," but this isn't necessarily accurate. Perhaps "grammar" or "pattern" makes the most sense as a category?

It's pretty common for a `.js` file to just be data, for example. And, on the other hand, some data files might be closer to programming than data, like `.github/workflows/foo.yml`.

enhancement