summaryrefslogtreecommitdiffhomepage
path: root/ArchiveEx/dat.cpp
AgeCommit message (Expand)Author
2022-09-11Archive Find is now case insensitive like originallyAki
2022-09-11Fixed WIN32 build of datAki
2022-09-11Moved FilterFile aroundAki
2022-09-11Listing option now accepts pattern filtering like extractAki
2022-09-11Extracted fnmatch filtering to a higher-order funcAki
2022-09-11dat will now extract all files if no patterns are providedAki
2022-09-11Fixed extracting files to current working directoryAki
2022-09-11Fixed handling return value of create_directoriesAki
2022-09-11Implemented file extraction in dat utilityAki
2022-09-11Extended dat update action with recursive behaviourAki
2022-08-20Added options to inspect archive content in dat utilityAki
2022-08-20Added stub of CLI utility for handling archivesAki