md2pdf
: Markdown to PDF conversion usingpandoc
.md2html2pdf
: Markdown to PDF conversion via intermediate step of converting to HTML with a specified style file.git-status
: Report status of git repositories in the current directory.
Add the following to .zshrc
or .bashrc
:
export PATH="/path/to/shell-util:$PATH"
gpsom="git push origin master"
gplom="git pull origin master"
gcom="git commit -m"
gstat="git status -s"
gadd="git add"