Last active
February 1, 2023 14:50
-
-
Save jovemfelix/5e60e1066dbab4e41a508f5be7f74a59 to your computer and use it in GitHub Desktop.
Using the https://asciidocfx.com/ to manage .adoc files from the command line
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
# To install a used: https://asciidocfx.com/#how-to-install-asciidocfx | |
# After installation a created this alias | |
alias ascii='/Applications/AsciidocFX/AsciidocFX.app/Contents/MacOS/JavaApplicationStub -q $PWD/README.adoc' | |
# now go to folder that has your README.adoc files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment