Skip to content

Releases: luckman212/alfred_clipsaver_workflow

2.2.1

27 Feb 20:05
872dffc
Compare
Choose a tag to compare
  • Use new workflow configuration panel
  • Remove Bash 5 dependency (all variable processing is handled in Python now)

ca75b4bf604a226e2cce0a83fa31506d7749b902_gh

2.1.5

27 Feb 14:01
eaac642
Compare
Choose a tag to compare

Minor fix for (unknown) image source missing thumbnail

2.1.4

27 Feb 00:34
e4c9640
Compare
Choose a tag to compare

If a File List array contains multiple files, of which some are NOT images, the workflow now tries to find an image among the group (instead of just skipping the entry entirely)

2.1.3

26 Feb 23:03
022ed41
Compare
Choose a tag to compare

Support for File Lists

  • See discussion here
  • Will try to process File List (plist) clipboard history type (what you get when you ⌘C on a file from Finder)
  • Supported types: .png, .gif, .jpg, .tiff, .bmp
  • If >1 image is copied, only the first one will be processed/shown in quicklook
  • New variable delete_after_convert to control whether src is removed after conversion (default false)
  • Other small fixes

1ec70570837a8b34c5399de4a428fad60007d5c5_gh

2.0.5

20 Feb 19:12
1b500dd
Compare
Choose a tag to compare
  • Minor update
  • Fix folder not opening after multi save
  • Fix some internal syntax

2.0.4

02 Apr 18:20
e4b57e7
Compare
Choose a tag to compare
  • reworked script filter slightly
  • workaround using uidSeed to preserve order after actioning items
  • added reveal option