Created
May 7, 2019 07:17
-
-
Save gusenov/f9d4879148f6da62799db28bbd6de066 to your computer and use it in GitHub Desktop.
Shell-команда для вставки содержимого буфера обмена в Markdown-файл с текущей временной меткой в качестве имени файла.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xclip -out > $(date +"%Y-%m-%d_%H-%M-%S")'.md' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment