Skip to content

Remove --source Requirement & Other Updates

Latest
Compare
Choose a tag to compare
@patrickenfuego patrickenfuego released this 26 Feb 22:25

What's New

--source Requirement Removed

The requirement for --source has been removed and much of the logic rewritten to accept any combination of source/encodes/input directory (at least of those arguments is required). This was never meant to be a requirement, and just accidentally ended up as one.

argcomplete Optional

Instead of crashing, the script will skip over argcomplete if it can't be imported.

PowerShell Wrapper Readded

As argcomplete is more difficult to configure with PowerShell without breaking Linux functionality, I've added a wrapper script for Windows users so you can experience that sweet autocomplete and readline functionality. Note that very little input validation is done in PowerShell and relies on the Python script instead.