LoginSignup
6
6

More than 5 years have passed since last update.

今日がどこかを忘れたら叩くワンライナー

Posted at

まあネタで。

今日はどこ?
$ python -c "from calendar import TextCalendar as c;from datetime import datetime as d;import re;print(re.compile(r'(\s+)({})(\s+)'.format(d.today().day)).sub(r'\1\033[92;4m\2\033[0m\3', c().formatmonth(*d.today().timetuple()[0:2])))"

卓上カレンダー?知らんな

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6