Skip to content

Instantly share code, notes, and snippets.

@jovemfelix
Last active February 1, 2023 14:50
Show Gist options
  • Save jovemfelix/5e60e1066dbab4e41a508f5be7f74a59 to your computer and use it in GitHub Desktop.
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
# 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