Hacker News new | ask | show | jobs
by fancymcpoopoo 1239 days ago
I like to prefix files with a YYMMDD date, so I made a script to do that when I press a hot key, and also send a text to my wife to bring me a cup of coffee.
2 comments

So on days with more files you drink more coffee? For me personally the files pretty fast would be the limit, else I get really jittery…
Do you mind sharing that?
Bind Windows-B to type the date in the form 2023-01-30:

  #B::
   Send %A_YYYY%-%A_MM%-%A_DD%
   return