Reimplementation of Pijul in C, for education, fun and absolutely no profit

#11 Support partial, unambiguous hashes

Opened by laumann on July 22, 2023
laumann on July 22, 2023

The current ani change command handles only full hashes atm. Accept a shorter input than 53 characters (at least two characters though), and if the provided input is uniquely a prefix of a .change file, use that file. If the input is not a prefix of any change or multiple change files share input as a prefix, abort with an error.