Many additions and improvements

Basic previews, priority setting, better -m option
This commit is contained in:
Nikita Ivanov
2022-05-23 23:45:35 +05:00
parent 790566c72a
commit 8487750f1a
12 changed files with 77 additions and 41 deletions

View File

@ -4,7 +4,8 @@
#include <stdlib.h>
typedef struct {
char *ext, *type, *subtype, *script;
char *name, *ext, *type, *subtype, *script;
int priority;
} Preview;
typedef struct {