feat: input date of today

This commit is contained in:
Klesh Wong 2022-05-16 09:47:35 +08:00
parent 421657c9da
commit c099538626

View File

@ -1,3 +1,5 @@
#!/bin/sh
date +%Y-%m-%d | xsel -b
today=$(date +%Y-%m-%d)
printf "$today" | xsel -b
xdotool type "$today"