334
334
<string >public.tiff </string >
335
335
</array >
336
336
<key >name </key >
337
- <string >Image Shrinker </string >
337
+ <string >Reduce image size </string >
338
338
</dict >
339
339
<key >type </key >
340
340
<string >alfred.workflow.trigger.action </string >
@@ -466,26 +466,6 @@ python3 ./filecheck.py $argv</string>
466
466
<key >version </key >
467
467
<integer >1 </integer >
468
468
</dict >
469
- <dict >
470
- <key >config </key >
471
- <dict >
472
- <key >argument </key >
473
- <string >{var:fpath} </string >
474
- <key >passthroughargument </key >
475
- <false />
476
- <key >variables </key >
477
- <dict >
478
- <key >size </key >
479
- <string >{query} </string >
480
- </dict >
481
- </dict >
482
- <key >type </key >
483
- <string >alfred.workflow.utility.argument </string >
484
- <key >uid </key >
485
- <string >8E04C74A-AFA3-45A5-AB78-FBD21C7699C8 </string >
486
- <key >version </key >
487
- <integer >1 </integer >
488
- </dict >
489
469
<dict >
490
470
<key >config </key >
491
471
<dict >
@@ -507,6 +487,26 @@ python3 ./filecheck.py $argv</string>
507
487
<key >version </key >
508
488
<integer >1 </integer >
509
489
</dict >
490
+ <dict >
491
+ <key >config </key >
492
+ <dict >
493
+ <key >argument </key >
494
+ <string >{var:fpath} </string >
495
+ <key >passthroughargument </key >
496
+ <false />
497
+ <key >variables </key >
498
+ <dict >
499
+ <key >size </key >
500
+ <string >{query} </string >
501
+ </dict >
502
+ </dict >
503
+ <key >type </key >
504
+ <string >alfred.workflow.utility.argument </string >
505
+ <key >uid </key >
506
+ <string >8E04C74A-AFA3-45A5-AB78-FBD21C7699C8 </string >
507
+ <key >version </key >
508
+ <integer >1 </integer >
509
+ </dict >
510
510
<dict >
511
511
<key >config </key >
512
512
<dict >
@@ -719,6 +719,23 @@ python3 ./filecheck.py $argv</string>
719
719
<key >version </key >
720
720
<integer >1 </integer >
721
721
</dict >
722
+ <dict >
723
+ <key >config </key >
724
+ <dict >
725
+ <key >argument </key >
726
+ <string >'{query}', {variables} </string >
727
+ <key >cleardebuggertext </key >
728
+ <false />
729
+ <key >processoutputs </key >
730
+ <true />
731
+ </dict >
732
+ <key >type </key >
733
+ <string >alfred.workflow.utility.debug </string >
734
+ <key >uid </key >
735
+ <string >6FAEE0B2-6C59-4587-8CBB-383A01428D73 </string >
736
+ <key >version </key >
737
+ <integer >1 </integer >
738
+ </dict >
722
739
</array >
723
740
<key >readme </key >
724
741
<string ># Image Shrinker
@@ -736,6 +753,7 @@ The workflow accepts one or multiple image files
736
753
737
754
Click on `Configure Workflow` to:
738
755
* choose target path for converted images
756
+ * add suffix if you want to create copy of the file with suffix text
739
757
* choose what to do once conversion is complete </string >
740
758
<key >uidata </key >
741
759
<dict >
@@ -798,7 +816,7 @@ Click on `Configure Workflow` to:
798
816
<key >59585C54-DC87-4454-9D3F-7B24B45CF2A6 </key >
799
817
<dict >
800
818
<key >xpos </key >
801
- <real >600 </real >
819
+ <real >635 </real >
802
820
<key >ypos </key >
803
821
<real >715 </real >
804
822
</dict >
@@ -816,6 +834,13 @@ Click on `Configure Workflow` to:
816
834
<key >ypos </key >
817
835
<real >220 </real >
818
836
</dict >
837
+ <key >6FAEE0B2-6C59-4587-8CBB-383A01428D73 </key >
838
+ <dict >
839
+ <key >xpos </key >
840
+ <real >370 </real >
841
+ <key >ypos </key >
842
+ <real >805 </real >
843
+ </dict >
819
844
<key >72830C6E-65DD-4DDA-B6EE-D53F694677A0 </key >
820
845
<dict >
821
846
<key >xpos </key >
@@ -927,11 +952,32 @@ Click on `Configure Workflow` to:
927
952
<key >variable </key >
928
953
<string >open_file </string >
929
954
</dict >
955
+ <dict >
956
+ <key >config </key >
957
+ <dict >
958
+ <key >default </key >
959
+ <string ></string >
960
+ <key >placeholder </key >
961
+ <string ></string >
962
+ <key >required </key >
963
+ <false />
964
+ <key >trim </key >
965
+ <true />
966
+ </dict >
967
+ <key >description </key >
968
+ <string >Creates a copy of the image file with SUFFIX. If left empty the original image file will be overwritten </string >
969
+ <key >label </key >
970
+ <string >Image Suffix </string >
971
+ <key >type </key >
972
+ <string >textfield </string >
973
+ <key >variable </key >
974
+ <string >img_suffix </string >
975
+ </dict >
930
976
</array >
931
977
<key >variablesdontexport </key >
932
978
<array />
933
979
<key >version </key >
934
- <string >1.4.2 </string >
980
+ <string >1.5.0 </string >
935
981
<key >webaddress </key >
936
982
<string >https://github.com/Acidham/alfred-image-shrinker </string >
937
983
</dict >
0 commit comments