Indeed. This is what I used to use before I gave in and built this. What I was missing most of all, was marks. Be able to pull up a calendar when sharing my screen with my team to collaborate on dates while marking them for some bearings. Sure, I could double-click on a date in `cal`'s output, which was what I used to do, but I can mark only a single date with that.
Thank you for building it! This is super useful. I have always been frustrated with not having access to a clean calendar, given that I use mac os (for personal stuff) and windows (for work). Apple built-in calendar app and Outlook calendar for Windows are too clunky to use. cal -y is convenient if you have a terminal window open, which I often don't have . Most of the times when I need to do something with the dates I am on my browser and what you have built comes in handy.
'cal' is not recognized as an internal or external command, operable program or batch file.
cal : The term 'cal' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ cal
+ ~~~
+ CategoryInfo : ObjectNotFound: (cal:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I never liked the calendar from apple if I quickly wanted to look something up.
After looking at the OP website I was already thinking this is what I want.
However after learning from you that I could also type "cal" in the terminal, mind blown.
You can save the year you're viewing as well as any highlighted dates and their color. You can fit a lot in query params or further even compress the dates.
Hey, thanks for the suggestion. I actually considered this multiple times, but I'm yet to figure out a way to not have this clash with the marked dates in localStorage, in an easy-to-understand way.
An extra thanks to everyone checking this out and sharing issues you've faced. The fact that you folks are vocal about the issues you faced instead of just moving on, tells me I'm not the only who needed something like this. Cheers!
thank you for the reminder that, sometimes, the tools we really need are not the complex, fancy "products", but indeed "Just a calendar". I like the simple, no-depenency solution.
Thanks! I've started using week numbers to keep track of certain weekly tasks and didn't have a good solution for the "I'm half asleep and can't recall(+forgot to write an alias for) a highly specific `cal` invocation" case.
Hey, thanks for the kind words. The problem should've been fixed by now, so please check it out again. Let me know if any particular date format doesn't work.
The date here is currently 3/30/2022 (12:56 AM), but the calendar tells me it's the 29th of March (I assume that's what the red box around the day means).
Hey, thanks. Yeah, that's what I started off with, but after two years, just looking at the code, I have _no_ idea what's going on. And I can see myself reinventing some framework in a bad way, if I am to add more features and fix stuff. So, went with my favorite combination, TypeScript and Mithril.js.
Hey, sorry for this. It actually should be working on mobile. Can you check now, or share more details on what you are seeing or what problems you are facing please?