
CarlosNZ
Member-
Content Count
392 -
Joined
-
Last visited
-
Days Won
11
CarlosNZ last won the day on March 24 2020
CarlosNZ had the most liked content!
About CarlosNZ
-
Rank
Community Hero
Contact Methods
-
Twitter
CarlosNZ
-
Website URL
http://geekzone.philosophicalzombie.net/
Profile Information
-
Location
Auckland, New Zealand
-
emilingerslev reacted to a post in a topic: TimeZones - a World Clock script filter [updated to v1.7]
-
bivalvegruff reacted to a post in a topic: TimeZones - a World Clock script filter [updated to v1.7]
-
DeskDrawer (Keep the clutter off your Desktop!) [Updated to 1.5]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
Hey guys, yeah sorry, this workflow hasn't actually been updated for Alfred 3.x I'm afraid, so apologies for any mis-functioning. I should probably make this clear in the release notes -- thanks for letting me know. Personally, these days I just use a combination of Unclutter and Mohave's built-in Desktop stacks to achieve this functionality.- 53 replies
-
nm1 reacted to a post in a topic: DeskDrawer (Keep the clutter off your Desktop!) [Updated to 1.5]
-
utsolomon14 reacted to a post in a topic: EggTimer v2 [updated to 2.0 final]
-
Hey, have you tried the "timer nuke" command? That fixes 95% of these kind of issues -- it does a factory reset to the workflow, forcing it to rebuild all the working folders, etc.
-
I'll check it out once I install HS later this week. Thanks.
-
TFV reacted to a post in a topic: DeskDrawer (Keep the clutter off your Desktop!) [Updated to 1.5]
-
Yourname 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]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
So you're looking in the timezone_list.sh file? You want to make sure this line is as follows: city_time=$(date -u -j -f %s $city_epochtime +"%l:%M %p") #Create readable time expression That's the format for AM/PM time. Note that this line is in there twice — one for the main list, and one for custom times. -
Misha 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]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
Yeah, it's the price you pay for speed. I could have it look up the true time difference every single run, but that wouldn't give instant results. -
elowing reacted to a post in a topic: EggTimer v2 [updated to 2.0 final]
-
Dial with your iPhone from Alfred [updated to v1.41a]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
Hey, I haven't done anything with this workflow in a long time as you can make calls directly from OS X these days. So no plans to revisit it at this point. However, it's probably not too complicated to tweak it a bit to work with A3 if you really wanted to. Cheers. -
nikivi reacted to a post in a topic: EggTimer v2 [updated to 2.0 final]
-
That's odd, I'm not seeing this behaviour. I get the same consistent result with each method. Can you be more specific as to what you're doing to get this result?
-
TimeZones - a World Clock script filter [updated to v1.7]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
Hi Paul, in Alfred, if you right-click on the workflow (in the Workflows tab), then select "Open in Finder", it'll take you the unpacked workflow in Alfred. the includes.sh file is in there. Cheers, Carl. -
CarlosNZ reacted to a post in a topic: Tiny PNG workflow [Updated to v1.2]
-
Dial with your iPhone from Alfred [updated to v1.41a]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
Hey there -- this workflow is basically deprecated since you can now txt and call from your Mac directly in the last couple of OSes. -
paulw reacted to a post in a topic: TimeZones - a World Clock script filter [updated to v1.7]
-
CarlosNZ reacted to a post in a topic: Simple word count worlkflow
-
Okay, so obviously this workflow hasn't been updated for Alfred 3 yet. It's working (mostly) for me, but I chose to "migrate settings" when updating to A3, but I'm guessing you didn't do this? Anyway, you might be able to fix it by manually updating the preferences location. Reveal the workflow in Finder, go into "scripts" and open "first_run_check.sh" and "includes.sh" in a text editor. Change any references to "Alfred 2" to "Alfred 3". Then "nuke" the workflow by running "timer nuke" and see how it goes after that. As I said, it's currently working for me, so I can't test that proced
-
CarlosNZ reacted to a post in a topic: Custom date/time formats for snippets
-
Right-click on the Workflow in Alfred Preferences and select "Show in Finder". Then in the sounds folder is a file called "alarm_done.mp3". You should be able to replace this with an mp3 file of your own, just rename it to "alarm_done.mp3" Hope that helps. Carl.
-
CarlosNZ reacted to a post in a topic: EggTimer v2 [updated to 2.0 final]
-
Hi Alan, thanks for your feedback. The "help" feature *should* be working -- it is for me, at least. All it does is open an html page within the workflow bundle in your default browser, so I'd guess that the problem is something to do with your system not allowing the browser to open the page. Anyway, if you go to the workflow folder (right-click "Show in Finder" on EggTimer on Alfred's "Workflows" tab), then look in the "docs" folder, and open "help.html". Hope that helps. Carl.
-
TimeZones - a World Clock script filter [updated to v1.7]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
Yeah, good, that's what I was going to suggest. I think there's already a couple of posts regarding that further up in this thread. Cheers, Carl. -
TimeZones - a World Clock script filter [updated to v1.7]
CarlosNZ replied to CarlosNZ's topic in Share your Workflows
Hi Paul, hope you've figured it out by now, but you'll just need to run "timezone update" on the workflow to force it refresh its local offset database. It should show the correct time (DST or normal) after that. Carl -
Hey, that's a great suggestion, but I'm not sure it's possible at this point. The ways you can control NC notifications are limited, which is why I left Growl in as an option. I see Notifications can now be triggered by Applescript (which I may implement), but not seeing any way to control whether they're sticky or not, except as a global per-app setting in NC settings. If anyone has any other info regarding this, please let me know. Thanks for the feedback.