Created
August 22, 2018 18:18
-
-
Save gusenov/32ee6c5696c0978bef739c013d664c0e to your computer and use it in GitHub Desktop.
Shell-команда для генерации файла в формате Markdown со списком .PNG изображений в текущей папке.
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
ls -1 *.png | parallel -k 'echo -n {} | jq -s -R -r @uri | xargs printf "<kbd></kbd>\n\n"' > README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment