currently I copy the output in the clipboard and then I run `glow-buffer.sh`: ``` DATE=$(date +%Y%m%d%H%M%S) && xclip -selection clipboard -o > /tmp/readme.${DATE}.md && glow /tmp/readme.${DATE}.md ```