Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Acidham

  1. Quote


     Is it possible to get the default Hotkey and then override and change if needed?

     

    No sorry, when installing new workflows all hotkeys will be removed to avoid conflicts. Therefore, I added the Shortcut as a suggestion in README, but you need to set up for your own.

     

    Btw: I released new version 1.1.1

  2. It is only available in “Add” not Search. Search require existing folders by nature ;)

     

    You can add ~/ABC or absolute path.

     

    The config.json is stored in Workflow Data directory under Application Support/Alfred 

  3. I added the ability to let the WF create src, target folders when not available. 

    https://github.com/Acidham/rsync-folders/releases/tag/v1.6.5

     


    Is it possible to add “Update” option where source path can be reviewed and updated? If the source folder is renamed, one has to delete and add new configuration to set it up again. Is the source and target getting saved in some xml or plist file where it can be edited? Can these details appear in environment variables to easily update (as done in I Sheet You Not workflow by Dean)?


     

    I am not planning to implement that..too much work given the value getting out of it. Re-Creating the rsync set is not a big deal in case folders were deleted. 

  4. @vitor 

     


    Among other things, it allows for this short feedback loop where a workflow creator can add a requested feature, it’s tested and kinks are ironed out, then it’s released.


    +100 …the delay makes total sense!

     

    @TomBenz 

     



     Request for creating “same folder” as source folder at target location first and then copy all files within it. I had given a generic target folder such as download initially and it removed everything else at this location. I am now creating Target folder first properly and then using it. 

     

    I got it now and makes sense. I will add this to the backlog!

  5. Alfred Gallery will update with some delay. 

    I found this bug and just fixed it. Please download it again.

     

    re questions:

    1. will be opened as txt file in default txt editor

    2. I don't know ... test it 

    3. I don't understand the use case. Sub-Folders and files below will be in sync as well. In general, the WF just keep both folder in sync including deletions, that's it. 

  6. 23 minutes ago, dlandes said:

    This is nice. Is there a way to use an image file copied to the clipboard as input? As far as I can tell the only way to use the workflow right now is by browsing a folder in Alfred, or am I missing something? Using the clipboard would truly make this useful for how I use my computer/Alfred.

     

    You can use ImageShrinker in two ways:

    1. by browsing a folder, choose a file and then send it via file action to ImageShrinker
    2. Use Universal Action in on a selected image file in Finder and then send it to ImageShrinker

    Getting image file from the clipboard requires additional extensions as far as I know (e.g. Python lib or something). I would like to avoid the dependency. 

  7. Shrinks an image by reducing size of the longest side and optimize the color of the image for sharing.

    The workflow accepts one image file via file action.

    Download: https://github.com/Acidham/alfred-image-shrinker/releases/latest

    image.thumb.png.004cc1dbdc04b23429c24ffaa1b343b6.png

    Usage

    ImageShrinker can be used in two ways:

    1. by browsing a folder or file, select the image file and then send it via file action to ImageShrinker

    2. by using Universal Actions*: select an image file in Finder, enter Universal Actions and send it to ImageShrinker

    * Using Unviersal Actions: Open Alfred Preferences → Features → Universal Actions

     

    Required

    1. Alfred 5

    2. Automation Task

     

     

×
×
  • Create New...