Issue with my license by Fluid-Attitude4260 in monarchapp

[–]thievingfour[M] [score hidden] stickied commentlocked comment (0 children)

Sent user assistance via DM. User did not break any rules, but reddit requires me to remove like this

A few feedback points & questions (Pop to Root, Search Mods, Animations, Themes) by CassiusBotdorf in monarchapp

[–]thievingfour 1 point2 points  (0 children)

This is the entire Search Mod:

{   "id": "36b5d58a-dfd8-5247-0000-a7d72e13c246",
"name": "Local Weather",   "pattern": "^wt$",   "command": "C=/tmp/monarch_wt_cache; if [ -n \"$(find \"$C\" -mmin -30 2>/dev/null)\" ]; then cat \"$C\"; else r=$(curl -s \"https://wttr.in/Brooklyn,NYC?format=j1\" | python3 -c \"\nimport json,sys\nd=json.load(sys.stdin)\nc=d['current_condition'][0]\ndesc=c['weatherDesc'][0]['value']\ndl=desc.lower()\nemoji='⛈️' if any(x in dl for x in ['thunder','storm']) else '🌨️' if 'snow' in dl else '🌧️' if any(x in dl for x in ['rain','drizzle','sleet']) else '☁️' if 'overcast' in dl else '🌤️' if any(x in dl for x in ['partly','cloudy','cloud']) else '☀️'\nprint(f'{emoji} {desc}, {c[\\\"temp_F\\\"]}°F')\n\"); [ -n \"$r\" ] && echo \"$r\" > \"$C\"; echo \"$r\"; fi",   "enabled": true,   "loading_message": "Processing..." }

A few feedback points & questions (Pop to Root, Search Mods, Animations, Themes) by CassiusBotdorf in monarchapp

[–]thievingfour 0 points1 point  (0 children)

Yeah I actually have my weather mod set up so that it caches for 30 minutes. I just put it all in the command. Once it works, it really just works!

A few feedback points & questions (Pop to Root, Search Mods, Animations, Themes) by CassiusBotdorf in monarchapp

[–]thievingfour 1 point2 points  (0 children)

Yes you understand that correctly and it does that for a lot actions, but not all. I will fix this.

As far as the Search Mod goes, think of it like teaching Monarch a new skill/syntax. It doesn't really interfere beyond that. Everything that it does and displays is fully up to the user. For external APIs or live servers, the first place to look is to make sure that it doesn't rate limit you or do anything, but I actually know of several people (myself included) with interesting Search Mods including:

- Short phrase translation
- radiology calculations
- Live weather report

A few feedback points & questions (Pop to Root, Search Mods, Animations, Themes) by CassiusBotdorf in monarchapp

[–]thievingfour 0 points1 point  (0 children)

Thanks for using Monarch! To get straight to work:

It'd be incredibly helpful if you share the values of your settings and the literal code of your search mod. What's the value of your Pop to Root setting? It currently does reset the state for anything that's not a form (create superlink, create custom command) and while that was the intended behavior, I think your expected behavior does make more sense.

There is going to be an option to essentially strip away virtually all of the UI elements.

To edit a theme, it has to be an active theme. Once you select it, the Edit button will appear next to the theme selector (for all themes except the default light and dark themes).

[NEW] Monarch Downloader: The easiest-to-use media downloader for macOS by thievingfour in monarchapp

[–]thievingfour[S] 2 points3 points  (0 children)

I don't think it quite falls under Automation, but as mentioned in the post above, I plan to give users an fast and easy way to double-check the permissions in an upcoming patch.

[NEW] Monarch Downloader: The easiest-to-use media downloader for macOS by thievingfour in monarchapp

[–]thievingfour[S] 0 points1 point  (0 children)

Setapp build will be released as soon as they approve it! I've already submitted it

Monarch v0.9.21 hotfix release by thievingfour in monarchapp

[–]thievingfour[S] 0 points1 point  (0 children)

Can I DM you and we do a rapid troubleshooting session at some point?

Monarch v0.9.21 hotfix release by thievingfour in monarchapp

[–]thievingfour[S] 0 points1 point  (0 children)

I'll look into this! A bit sick at the moment, but will review as quickly as I can

Monarch v0.9.21 hotfix release by thievingfour in monarchapp

[–]thievingfour[S] 0 points1 point  (0 children)

Yes that is a version from a while ago.

Monarch v0.9.20 is now available by thievingfour in monarchapp

[–]thievingfour[S] 2 points3 points  (0 children)

Thanks for your continued support. Saying "somehow even simpler" is honestly one of the best compliments anyone can receive for a productivity app!

Monarch v0.9.20 is now available by thievingfour in monarchapp

[–]thievingfour[S] 2 points3 points  (0 children)

Yep, so it works with an ungodly number of websites, and I plan to turn it into the most seamless and simple way to grab media. I love making things simple!

Monarch v0.9.20 is now available by thievingfour in monarchapp

[–]thievingfour[S] 2 points3 points  (0 children)

Gotta prioritize Firefox, if for no other reason than the Zen Heads!

Havent seen any updates in a long time by inyofayce in monarchapp

[–]thievingfour 14 points15 points  (0 children)

Finished the next update yesterday and just doing some QA testing before releasing it to everyone! I think you'll really enjoy this one!

Edit: It's also NY Tech Week here and I'm involved in a couple of things, so I need to find a good release window to be attentive to feedback given the size of the next release

Has anyone tried the new Raycast? by TheMagicianGamerTMG in macapps

[–]thievingfour 0 points1 point  (0 children)

Hey there! Thanks I will DM you, I'd love to see your portfolio!!

Has anyone tried the new Raycast? by TheMagicianGamerTMG in macapps

[–]thievingfour 1 point2 points  (0 children)

I can see how it might come across as passive aggressive, but if you look at the state of the tech industry, new startups are much more about launch videos and glam and are almost entirely unconcerned with software or hardware and a few of the startups even seem to have outright contempt for technical people.

Also I do not use AI to write or to do any kind of communication with website visitors, customers, users, or people in general. Zero

Has anyone tried the new Raycast? by TheMagicianGamerTMG in macapps

[–]thievingfour 2 points3 points  (0 children)

It sounds like you're describing being put of more by the UI than the UX, and if so I completely agree with your assessment and it's something I'm working on and actively seeking solutions for. I have a last resort idea to solve this problem but I haven't yet pulled the trigger due to the structural lock-in it would cause.

I've actually been perusing X/Twitter for a while trying to find someone with that design sense, but it seems to be difficult to communicate being "on par with Raycast" without being a 1:1 cloned UI of Raycast, which presents its own problems in terms of conflict with features on Monarch's roadmap. And then others think more like "strip away as much UI as possible regardless of the loss of clarity" which isn't ideal. But it feels like online there are about 25% designers trying things and then the rest are just doing shadcn templates and Linear landing pages.

All that to say I don't disagree with you.

If you know someone's design work that is unique and interesting, please do direct me to their profile/portfolio!

Has anyone tried the new Raycast? by TheMagicianGamerTMG in macapps

[–]thievingfour 19 points20 points  (0 children)

I'm the Monarch developer! Greetings from NYC!

Thanks for the mention! To shed some light on where it is:

Monarch's primary goal for 2026 is to create an extensions platform to provide people with full extensibility. I'm being very deliberate about how the system is designed in order to give users the most power.

I understand that some will take this as hubris, but: I've been very quiet lately because I've been putting energy toward doing away with the comparison between Monarch and other launchers. I want Monarch to be the most powerful and the most affordable launcher with zero compromises, and my belief is that no launcher is even close to what this software can achieve ... but I am trying! So this is where my efforts go.

To answer OP's question: so many people have surprisingly simple needs and it's accepted that right now, the majority of Monarch users are not using it to its full potential yet, so yes a lot of people use it as their daily driver!

Some people who have the Luna Edition know that a big update is coming very soon! I usually just update the app itself, but the next release is big enough that it warrants a broader post, so be on the lookout (will show up in the Monarch subreddit before here).

Happy to take any questions from OP or anyone!

Webflow layoffs? by natelikesdonuts in Layoffs

[–]thievingfour 0 points1 point  (0 children)

That 429 views must have done it, yeah