Jump to content

palobo

Member
  • Posts

    173
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by palobo

  1. Much thanks for stepping up when I dropped the ball. Indeed it's much faster for me too. Cheers, PL
  2. Updated, please everybody check and see if it now works. Big thanks to Carlos-SZ
  3. Hey everybody, sorry for being a little absent lately, but I've been swamped at work. Carlos-SZ has stepped up though and has made some great improvements. I'll post a link with his corrections ASAP. Please everybody test it and confirm the speed boost. I'll be dedicating some more time to this workflow in the coming weeks, looking to improve a little more and add a few more features. One I've currently got in a test is Envelope Index Vacuum to speed things up a little. Any more ideas please send them my way. Cheers, PL
  4. Thanks Edwin, It's now clear that this may be a similar problem to what plagues dray. I'll be lookng into it as soon as I get a change so hang tight and watch this space. I'll update when I get a more optimal version running.
  5. WOW, 1997... Speechless I'll try and have a look at what could be going wrong here. Like I said, there is much room for improvement in terms of speed, just have to figure out the best way and do it
  6. I'm a little stressed for time currently, but as soon as possible I'll dissect Carlos' workflow and try figure out what could be wrong. When running the osascript command, don't forget to cd to the directory. If you're uncomfortable with the terminal, then try save the test.scpt on your desktop and type osascript ~/Desktop/test.scpt "hello"
  7. Hi dfay, Can you please check your error log as Edwin did. Tell me if there something logged. Cheers, PL
  8. Hi Edwin, Seems as though you have some sort of trouble with a Scrippting addition. Could you try something simple for me please so we can test to see if it bugs out with a simple script too. 1. Open AppleScript Editor and write this small script: on run argv tell application "AppleScript Runner" display dialog (item 1 of argv) end tell end run 2. Save that as test.scpt file and then from terminal run: osascript test.scpt "hello wolrd" Does that work or do you get a similar error?
  9. WOW, that's an extreme case there. Since this workflow is all AppleScript, speed isn't that great unfortunately. I'll have a look as to how and what I can do to improve upon that and if you don't mind, I'll hound you for beta testing since I have nowhere near that amount of mailboxes.
  10. Hi Vaff, Do you have a very large list of mailboxes? If you right click on the workflow and choose to show in finder, there should be an error log. Does this have anything there?
  11. I've noticed that it tends to lag once in a while. I'll be trying to optimise this for speed, either with some form of caching but have not yet found the best method to do so. I'll keep you updated on my progress with regard to this.
  12. I'll see what I can do about these requests. With regard to smart mailboxes though, there's not much I can do for now. Unfortunately these aren't accessible from AppleScript. I'll try and look into other methods for doing this though.
  13. Hi Guys, I've been away for a while and only now have had a chance to catch up. I'll try and see what's up with this and get back to you.
  14. palobo

    Minimal Dark

    Intro Finally decided to try my hand at a dark yet minimal theme. So far I'm liking it, but as with all my themes and workflows, this is a constantly evolving work in progress, so please critique and comment so that I may tweak it and improve the experience. Download v1: Here
  15. Hey, I've been thinking of creating a cloudapp Workflow to scratch a personal itch. As soon as I get some free time I'll tackle this one, provided nobody else has done so already
  16. It shouldn't be too difficult then to get a functional workflow. I don't have much free time right now but when I do get some, if nobody has tackled this then I'll give it a go.
  17. Awesome. I'm no AppleScript programmer (heck I no programmer, just a newbie hacker )so this will come in handy for those workflows that I have to use AppleScript for.
  18. Hey Guys, There are a few popping up here and there. I imagine that most will go the way of AlfPT due to cost of hosting and bandwidth. I therefore see one way around this. Workflows could/should be hosted on GitHub under 1 repo, the site would serve as a central hub, with description, screenshot, user ratings and such. Actual download and install would be via Github, thus lessoning the bandwidth.
  19. SAWEET!! Will surely come in handy. Might just have to refactor my workflows that rely on AppleScript to use this helper Cheers!
  20. Hi surrealroad If you're interested, you have a glimpse of my Mail Actions workflow that does something similar. There is also another excellent workflow (can't find it right now but I'll look) which does something similar. What my workflow does is filter the options, it won't really highlight it though. So very succinctly, Workflow keyword show every option, then type additional args which will filter the list. In your case, typing "wo" would show only the Words entry. Not sure I made myself clear, but let me know if you need help with this.
  21. Something similar has been discussed before, an interesting and possible option would be an extra workflow object that is specific for settings. That would however introduce possibly and extra level of complexity when it isn't needed. It's easy enough to save settings in a plots, SQLite db, text file... A few of the reusable code modules (David's PHP library, phyllisstein PyAl) allow you to easily create this.
  22. You could do as many have opted to do, code in a small delay or simply wait until you have at least X characters before accessing the database.
  23. I'm not too familiar with Zotero so I could totally off key here but first off we'd have to know where and how Zotero stores its data. Is it open? Do they have some form of API? With this info it could be feasible.
  24. Hey Jacob, already replied to your PM, but it looks OK for me after the update. Could you post a screenshot or something. Maybe try removing it and installing again. Cheers, Pedro
  25. Thanks, glad you like it. Received lot's of inspiration from various other themes and some great advice for improvement from members.
×
×
  • Create New...