Y
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
hibbelig
1239 days ago
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…
link
bucks14
1238 days ago
Do you mind sharing that?
link
jweather
1238 days ago
Bind Windows-B to type the date in the form 2023-01-30:
#B:: Send %A_YYYY%-%A_MM%-%A_DD% return
link