
ddjfreedom
Member-
Content Count
16 -
Joined
-
Last visited
-
Days Won
2
ddjfreedom last won the day on February 4 2013
ddjfreedom had the most liked content!
About ddjfreedom
-
Rank
Newbie
-
David reacted to a post in a topic: Recent Downloads with Feedback
-
thec13 reacted to a post in a topic: Recent Downloads with Feedback
-
http://d.pr/f/yLXo Shows progress info for safari downloads (by Clinton Strong).
-
Sridhar Katakam reacted to a post in a topic: Recent Downloads with Feedback
-
twinpeaks reacted to a post in a topic: Recent Downloads with Feedback
-
http://d.pr/f/nkhw Better performance on large number of files. Thanks, Clinton Strong.
-
Subfolder still works fine for me. What's in your config?
-
http://d.pr/f/cC8w Updated to avoid writing config.yaml unnecessarily. This should fix the performance issue in the last version.
-
Sorry for the delay in updating. Just added 'max-entries' config to limit the number of results being displayed. http://d.pr/f/UPnq It defaults to 20 results. If you want to display everything in the Downloads, just change the value to ':all'.
-
twinpeaks reacted to a post in a topic: Recent Downloads with Feedback
-
ClintonStrong reacted to a post in a topic: Recent Downloads with Feedback
-
Added the ability to include subfolders. It can be specified using 'subfolders' in 'config.yaml'. An example: It will include everything which is of the form "~/Downloads/*", "~/Downloads/a/*", "~/Downloads/a/*/*", "~/Downloads/b/*", "~/Downloads/c/*". But "~/Downloads/b" will not appear in the result (since 'exclude' is true). If you want to include every subfolder, ':all' can be used: or more flexibility Updated on AlfPT, and http://d.pr/f/409f
-
Jono reacted to a post in a topic: Recent Downloads with Feedback
-
Fixed the default action issue. Now if 'install_action' is set to 'open', it should directly open the file. And now the script provides a unique uid every time it is invoked, so the results won't get reordered by Alfred. http://d.pr/f/lj1r also in AlfPT.
-
Is that also hidden? I just filter out all file names starting with '.'. I'll fix this. Just realized that it will always check if there are stuff to install. Sorry about this. I'll fix it. 1) Do you mean display items from Downloads folder and all its sub-folders? Or display items from Downloads folder and walking down folders? If the latter, I'll have to set folder's 'valid' key to "no", and no operation can operate on it. 2) The workflow uses to get the time when an item is added to Downloads, and use this to sort the item. Because mdls is quite slow, the workflow caches th
-
I guess that the name of the zip file contains white space? Sorry about that. Just updated the workflow to address this. http://d.pr/f/YoTI
-
changed the default behavior of certain files: if the item can be installed (an application, an dmg file, a zip file containing those files, etc), the workflow will prompt the user whether to install it. After the installation, if the item installed is an application, the workflow will prompt the user whether to launch it. Use config.yaml in ~/Library/Application Support/Alfred 2/Workflow Data/recentdownloads.ddjfreedom/ to control the new default behavior: new version is on AlfPT and http://d.pr/f/CAIi
-
I'm not exactly sure why. One reason may be that folder doesn't exist. The workflow will store some data in a folder created in that folder, so if it doesn't exist, the workflow fails. Maybe you can use the newest build of Alfred 2. I think it will automatically create the folder. Or you can manually create it.
-
Jono reacted to a post in a topic: Recent Downloads with Feedback
-
Enhorn reacted to a post in a topic: Recent Downloads with Feedback
-
It's now also in AlfPT
-
Thanks. Link in the original post is updated. Also http://d.pr/f/55Ia
-
According to http://stackoverflow.com/questions/11961032/xcrun-error-could-not-stat-active-xcode-path-volumes-xcode-xcode45-dp1-app-c, you need to run And I've updated the link in the original post. Now delete works both on files and folders, and hoding 'cmd' to move item to Trash. You can also download it here: http://d.pr/f/te4d
-
Thanks. This is just what I was looking for.