This website requires JavaScript.
Explore
Help
Sign In
klesh
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
81901c3d0f
dotfiles
/
bin
/
today
6 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: yank todays date to clipboard
2021-09-13 04:15:02 +00:00
#!/bin/sh
feat: input date of today
2022-05-16 01:47:35 +00:00
today=$(date +%Y-%m-%d)
printf "$today" | xsel -b
xdotool type "$today"
Reference in New Issue
Copy Permalink