/bash-utils

miscellaneous bash utilities

Primary LanguageShellMIT LicenseMIT

bash-utils

miscellaneous bash utilities

contents

  • mkscript: create template for a bash script
  • mkpy: create template for a python script
  • mkmd: create a pandoc compatible markdown file, run pandoc input.md -o output.pdf to generate a PDF
  • checkpy: check python script using mypy and pylint
  • texbuild: build pdf from latex and bibtex files
    • requirements/ compatible with:
      • pdflatex 3.14159265-2.6-1.40.19 (TeX Live 2018)
      • bibtex 0.99d (TeX Live 2018)
  • encrypt, decrypt: encrypt and decrypt file using openssl, respectively

usage

for global access, save bash files from src/ in your ~/bin/ directory

license

MIT

contact

Felix Ocker - felix.ocker@googlemail.com