-
Posts
50 -
Joined
-
Last visited
drwatson's Achievements
Member (4/5)
1
Reputation
-
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.
-
Unit Converter — Convert between different units of measurement
drwatson replied to vitor's topic in Share your Workflows
also would be nice for currency conversations -
drwatson changed their profile photo
-
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
-
Vero reacted to a post in a topic: Legendary Supporter Status
-
Legendary status acquired 😁 Now where's my new shiny forum badge? 😂 j/k
-
drwatson reacted to a post in a topic: Clipboarding merging occurring on single cmd+c press
-
Clipboarding merging occurring on single cmd+c press
drwatson replied to oorahduc's topic in Discussion & Help
That was it! `Copy to pasteboard on selection` was disabled on the working machine. Thank you -
Clipboarding merging occurring on single cmd+c press
drwatson replied to oorahduc's topic in Discussion & Help
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. -
TimeZones - a World Clock script filter [updated to v1.7]
drwatson replied to CarlosNZ's topic in Share your Workflows
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 -
TimeZones - a World Clock script filter [updated to v1.7]
drwatson replied to CarlosNZ's topic in Share your Workflows
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 ? -
TimeZones - a World Clock script filter [updated to v1.7]
drwatson replied to CarlosNZ's topic in Share your Workflows
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) -
drwatson reacted to a post in a topic: Polyglot - yet another Google Translate workflow
-
drwatson reacted to a post in a topic: Add event to Apple Calendar
-
Polyglot - yet another Google Translate workflow
drwatson replied to Nikersify's topic in Share your Workflows
@Nikersify awesome tool man. thanks a bunch.- 148 replies
-
- google translate
- translate
-
(and 3 more)
Tagged with:
-
drwatson reacted to a post in a topic: Polyglot - yet another Google Translate workflow
-
Polyglot - yet another Google Translate workflow
drwatson replied to Nikersify's topic in Share your Workflows
I had tried that too. but it worked now for some reason. thanks- 148 replies
-
- google translate
- translate
-
(and 3 more)
Tagged with:
-
Polyglot - yet another Google Translate workflow
drwatson replied to Nikersify's topic in Share your Workflows
[~]$ 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 ?- 148 replies
-
- google translate
- translate
-
(and 3 more)
Tagged with:
-
TimeZones - a World Clock script filter [updated to v1.7]
drwatson replied to CarlosNZ's topic in Share your Workflows
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. -
TimeZones - a World Clock script filter [updated to v1.7]
drwatson replied to CarlosNZ's topic in Share your Workflows
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. -
drwatson reacted to a post in a topic: TimeZones - a World Clock script filter [updated to v1.7]
-
TimeZones - a World Clock script filter [updated to v1.7]
drwatson replied to CarlosNZ's topic in Share your Workflows
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