Jump to content

mcskrzypczak

Member
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by mcskrzypczak

  1. I will look for a way to find the solution for app icons. Also thanks for idea to make deeper search. I'll definetely add this!
  2. 1.8 update is here: bug fixes following last update the workflow will open installed application if it was opened I have updated my first post with download links: get Install App workflow from Packal get Install App workflow direct download
  3. That's great idea! But how to make it? It would be easy for .app apps but what about other types – .zip, .dmg and .pkg?
  4. And another update — 1.7: workflow checks now if app is already running and if so it asks to quit itI have updated my first post with download links: get Install App workflow from Packal get Install App workflow direct download
  5. There is new update — 1.6 — with some bug fixes (thanks Florian): fixed file matching fixed post-install notifications I have updated my first post with download links: get Install App workflow from Packal get Install App workflow direct download
  6. Actually my workflow should filter files by their extension but in some circumstances it seems that it is not doing this properly. I will certainly look for solution for that issue. Thank you Florian for pointing that out!
  7. Yeah, that was something at the Packal side. Should be fixed now. Enjoy
  8. Download get Install App workflow from Packal get Install App workflow direct download Introduction The Install App workflow speeds installation process (or rather copy) of applications downloaded outside of Mac App Store. The workflow is completely written using Bash Script. How it works? There are two ways to invoke that workflow: through keyword — install — which shows all eligible files/packages (.app package, .zip archive, .dmg image and .pkg installer) found in specified folder (default is ~/Downloads) and copy, run, mount or extract them dependably of what kind of file/package we choose; you can also use install name so Alfred will narrow results; through File Action Install App which behave in similar way as above. The Install App workflow behaves as follow: if you choose .app package it will be copied to /Applications folder; if you choose .pkg file it will be opened; if you choose .dmg file it will be mounted and searched for .app or .pkg to copy or run them; at the end the image will be unmounted; if you choose .zip file it will be unzipped into folder which will be searched for .app, .pkg or .dmg to copy, run or mount them; at the end the temp folder will be deleted; at the end of whole process you will be asked if you want to remove the source file. Tips to change folder to search for mentioned files you need to edit Script Filter element of workflow → uncomment SEARCHDIR variable and edit its value Release info 1.11: improve mounting dmg files – now works with images with EULA 1.10: displays app icon if user has that app already (eligible for app updates files) 1.9: bug fixes dramatically reduces workflow size (from ~700 KB to 150 KB) workflow now searches in subdirectories of main directory if workflow finds .app package it will display that app's real icon (not a placeholder) 1.8: bug fixes following last update the workflow will open installed application if it was opened 1.7: workflow checks now if app is already running and if so it asks to quit it 1.6: fixed file matching fixed post-install notifications 1.5: unmount .dmg image after copying/installing app, remove temporary .zip folder after copying/installing app, ability to remove source files after copying/installing app (the dialog window will appear). 1.3 initial public release. Thanks I would like to thank Franz Greiling who inspired me to make this workflow with his own version.
  9. Hi! The purpose of this workflow is to just copy the name of selected file or folder. Its name is stored in system clipboard so you can paste it anywhere you want. What you write can be achieved by default Alfred action. You can find and set it keyboard shortcut in Features → File Search → Actions → File Selection. Then, by selecting file/folder you can make some actions over them.
  10. Everything is described in the first post. To get rid of extension you need to edit workflow – in Run Script delete „#” in #filename=${filename%.*}
  11. Hi Dellu. First of all I am glad you like my workflow, I am too using it commonly. As of your problem – the workflow is working with specified by user shortcuts inside Alfred. Don't know why it does not in your case. Am I understand it right that you set: Ctrl+Shift+Cmd+, If so, I have checked it and it works properly. Unfurtunatelly (but happily) what you are writing is slightly wrong Carlos. Workflow shortcut will work not only outside Alfred (in Finder, PathFinder, Forklift, open file dialogue windows, etc.) but also inside Alfred window which is when normally searching files (using "spacebar+search phrase" by default) or in Alfred-File-Browser. I am using this ability very often so I am 100% sure about this.
  12. I have updated my workflow to versions 1.5 and 1.1.1 (kudos for Carlos Sz). Read desription in the first post → click.
  13. Inspired by Don Southard's Screen Sharing Workflow for Alfred v1 I have made VNC workflow using Alfred 2 dynamic list feature. First of all here is the download → link To add machines simply write vnc setup and after space insert machine name, its IP address and optionally port, exactly like that: Name-IP_address:port for example: Living Room-192.168.1.1:5901 To delete machines write vlc delete and choose from list which machine you would like to delete. Please, feel free to comment, to give some hints, etc.
  14. A lot of workflows are made to work with specific applications. It would be great if you add an option to limit workflows actions to work only with indicated apps or to exclude some apps that we don't want WF to work. This brings two main benefits especially for workflows based on hotkeys: you will not trigger some workflow by incident in other app that is not supposed to work (which could cause some strange behaviours, if for example workflow triggers some others keyboard shortcuts through AppleScript). you will be able to use same shortcuts in many applications that triggers specific workflows for indicated apps.
  15. Uh, oh, I knew I forgot something. If Local IP doesn't work, try to change "eth0" into "eth1" in secon Script Filter.
  16. Hi! Today I want to give you some little workflow that shows your external and local IP addresses. Pressing Return will copy them. Download and enjoy! Cheers, Maciej Skrzypczak
  17. First of all, sorry for such late respond… To much to do, but so little time. Carlos, your version is exactly what I was intended my workflow to do! It’s clearly commented, so I was also able to learn something new. Wouldn’t you mind if I will update my first post for your link as the new version? And one more time, great thanks for help!
  18. I've updated my workflow to v 1.1. More info in first post => http://www.alfredforum.com/topic/1733-updated-04122013-file-action-copy-folderfile-name-v-11/?p=8879
  19. Hi Carlos, Actually I do not use the option for copying multiple items - my job's workflow require copying only one item name at time. But I'd like to share with others and I understand some would like to copy multiple items. Copying names now give each item name in new line, but I think your idea to make them be separated with comma could be good. Question is, are you able to help with this? It doesn't even have to be written in AppleScript. And thanks in advance.
  20. That’s my first ‘real’ workflow made to ease my everyday job workflow. Hope you will benefit from it too. What that file action does is to simply copy the name of selected folder(s) or file(s). Of course workflow works not only in Alfred File Viewer but everywhere you can select files using for example the Hotkey. → DOWNLOAD Changelog: 1.6: and again I have rewrote my workflow – now in Python it does finally support copying multiple file/folder names! 1.5: completely rewritten version now uses only bash script (4 lines of code) so it's faster allows for copying filename with its extension or without (in Run Script section delete "#" in text "#filename=${filename%.*}" this version does not support multiple file/folder names copying. If you need such option download version 1.1.1 (download link above) 1.1.1: allows for multiple file/folder names copying (only when used outside Alfred – in Finder, Forklift, etc.). Thanks for Carlos-Sz for modyfing this script! 1.1: when copying file names, file's extension is cut off 1.0: initial release
  21. I do realize that. The point is that I can drag'n'drop only one element in the way you described. What I was mean is to drag all files selected (by using alt+down arrow) in file buffer into somewhere else.
  22. I think every Alfred power-user is keyboard Geek. We want to navigate through OS X using keyboard shortcuts as much as possible because it is fast as hell comparing with mouse actions. So why don’t make navigating through Alfred Preferences tabs faster by using keyboard shortcuts to switch them? I really like the idea of switching tabs in Mac App Store app using Cmd+1 … Cmd+5.
×
×
  • Create New...