reuse-tool
reuse-tool copied to clipboard
Feature request: Use "fuzzy finder" in `reuse --init` for choosing license
Hello,
Typing the write license name can be difficult, and reuse current autocorrect doesn't detect all mistake ( GpL )
A fuzzy finder similar to fzf could help quickly select the correct license.
I believe a few python project exist and could be integrated to reuse ( such as this one )