Jump to content

drwatson

Member
  • Posts

    50
  • Joined

  • Last visited

drwatson's Achievements

Member

Member (4/5)

1

Reputation

  1. I should point out that the bookmark search workflow I used prior to writing this was written using PHP, which was not always installed on my computer, thus causing it to fail. For this bookmark search, I'm using ruby, an interpreter which ships with macos and thus will be present.
  2. https://github.com/danielb2/alfred-bookmark-search another bookmark search. this one is very small codewise and uses alfred's filters to make search efficient. Supports most chromium browsers. It's my first workflow. be gentle
  3. Legendary status acquired 😁 Now where's my new shiny forum badge? 😂 j/k
  4. That was it! `Copy to pasteboard on selection` was disabled on the working machine. Thank you
  5. I've had this issue happen before, and now it's happening again on a new laptop and I don't remember what I did to fix it. Both have keyboard repeat set to the same, fast repeat, and delay until repeat short. I would disagree with the assessment that it's not surprising because I don't accidentally type "c" multiple times (or any other character for that matter) as I'm typing this. This problem ONLY occurs when using the merge clipboard feature using Alfred. Basically I only do Command + C one time, and I get the contents merged, and it's quite frustrating to have to do a copy over and over.
  6. derp. Awesome. thank you so much a lot of new cool stuff. It was a bit hard finding the alfred since it was baked into the sourcecode zip this time FYI
  7. Hi Jarek, Thanks for the update. I noticed that the workflow no longer respects the order of the timezone list file, but orders them in order of time no matter what I do. Is this intentional ?
  8. https://www.timeanddate.com/time/gmt-utc-time.html Just pick a place in GMT time zone, like Reykjavík in Iceland ( https://www.timeanddate.com/worldclock/iceland/reykjavik ) https://en.wikipedia.org/wiki/UTC±00:00#As_standard_time_(all_year_round)
  9. [~]$ npm install --global alfred-polyglot > alfred-polyglot@1.4.0 postinstall /usr/local/opt/nvm/current/lib/node_modules/alfred-polyglot > alfy-init + alfred-polyglot@1.4.0 added 238 packages from 86 contributors in 5.207s [drwatson@zoro](06:36:50)(5.646s) [~]$ trans !set default-language vietnamese fish: Unknown command: trans package.json doesn't even have a "bin" section so how could trans get installed ? The doc doesn't really explain how the workflow gets installed either. How does this thing work ?
  10. this seems like an unnecessary question. If I had to guess, it's because Jerek inherited the code from someone else. He's done a great job. I'd leave it at that.
  11. It looks like other workflows store data in the info.plist file. What if the data is stored there instead? THen you can rid of the timezone move command altogether? Also, if you still want to keep it for backwards compatability, you could use the info.plist to store a reference to the location of the file instead.
  12. I changed to latest version but ended up rolling back to 2.0 because neither seemed to work. I don't think preferences folder has ever worked tbh which is why I was using the move command to begin with. Thanks for prioritizing ! -d
×
×
  • Create New...