rdfhdt / hdt-java

HDT Java library and tools.
Other
94 stars 69 forks source link

Add Powershell scripts with autocomplete #182

Closed ate47 closed 1 year ago

ate47 commented 1 year ago

Hello,

This pull request give Powershell users autocompletion with the RDFHDT's CLI commands.

I tried to be as generic as possible to let non Powershell users add their parameters.

Autocompletion for each command

rdf2hdt-autocomplete

Autocompletion for RDF2HDT the -rdftype argument

rdf2hdt-type

I've fixed few CLI classes and added to the Readme some info.

Tested with both Windows Powershell 5 and Powershell 7