dotfiles/bin/today

6 lines
83 B
Bash
Executable File

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