Translating word between turkish and english, maybe in other languages too. I did not develop yet.
lang
is default command to run. There is no other parameter except help --h
Just type what you want to translate. You can see examples below.
I added an optional parameter for meaning of english words by using dictionaryapi.dev. I tried some sentence pattern and couldnt get answer. So there is no problem if you cant get result.
- Edit project file and add these lines into PropertyGroup tag.
<PackAsTool>true</PackAsTool>
<ToolCommandName>lang</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
- run
dotnet pack
- run
dotnet tool install --global --add-source ./nupkg language-cli
- McMaster.Extensions.CommandLineUtils
- HtmlAgilityPack
- tureng.com
- dictionaryapi.dev
If you are sure the word written true and getting error that word is written wrong, probably something changed on xpath. Please create an issue and warn me, i will update or you can send MR too. My last update was for it... :)