Bash script that assists with note-taking in markdown
Uses pandoc to compile markdown files into PDFs
m(a)keall: generate a pdf of any markdown files in workingdir
USAGE: mkall
m(a)keone: generate a pdf of one markdown file
USAGE: mkone [desired .md filename]
so(urce)new: generates new markdown file based on template format
templates contain a few lines of text. Assumed to be located in ~/gsd/templates/
USAGE: sonew [desired .md filename] [template file name]
newtemp(late): make and open new template under ~/gsd/templates/
USAGE: newtemp(late) [desired template name]
listtemp(late)s: lists all templates in template directory
USAGE: listtemps
- cd ~
- git clone https://github.com/ThomasGeorgeBenoit/gsd
- mkdir ~/gsd/templates/
- source ~/gsd/gsd.sh
pandoc (also dependent on LaTeX)