feat: yank todays date to clipboard

This commit is contained in:
Klesh Wong 2021-09-13 12:15:02 +08:00
parent 4c3ff87b9f
commit 78dbb43d80

3
bin/today Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
date +%Y-%m-%d | xsel -b