sandreas / tone

tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms.
https://pilabor.com
Apache License 2.0
418 stars 17 forks source link

Add autocompletion #61

Open JKamsker opened 7 months ago

JKamsker commented 7 months ago

Adds Tab-completion to tone. Unfortunately your TypeResolver is incompatible with the autocompletion, so i added a modified version. You may want to apply the changes to the library which contains ur resolver.

For more Information: https://github.com/JKamsker/JKToolKit.Spectre.AutoCompletion/