Skip to content

Instantly share code, notes, and snippets.

@simonwheatley
Created April 25, 2013 11:47
Show Gist options
  • Save simonwheatley/5459162 to your computer and use it in GitHub Desktop.
Save simonwheatley/5459162 to your computer and use it in GitHub Desktop.
Quick alias to convert readme.txt to Github ready readme.md, uses https://github.com/r8/wp2github.py.
# Nice command to convert the readme.txt in the current
# directory to a readme.md
alias wp2ghreadme='python /Users/simon/Scripts/wp2github/wp2github.py --source ./readme.txt --target ./readme.md; echo "readme.md created"; subl ./readme.md;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment