filmov
tv
Keyboard shortcut to insert date
Показать описание
How-to create a keyboard shortcut to insert date on MacOS?
This very simple easy to do keyboard shortcut will make easy insertion of today's date in simple text to be used anywhere on your Mac. (ex: Folder name, embedded text, File name, ... etc).
Below is the code:
# return date as yy_mm_dd
date +"%Y_%m_%d"
Here is the Automator workflow file:
This very simple easy to do keyboard shortcut will make easy insertion of today's date in simple text to be used anywhere on your Mac. (ex: Folder name, embedded text, File name, ... etc).
Below is the code:
# return date as yy_mm_dd
date +"%Y_%m_%d"
Here is the Automator workflow file: