Skip to content

Instantly share code, notes, and snippets.

@gusenov
Created May 7, 2019 07:17
Show Gist options
  • Save gusenov/f9d4879148f6da62799db28bbd6de066 to your computer and use it in GitHub Desktop.
Save gusenov/f9d4879148f6da62799db28bbd6de066 to your computer and use it in GitHub Desktop.
Shell-команда для вставки содержимого буфера обмена в Markdown-файл с текущей временной меткой в качестве имени файла.
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