Chrome headless
CLIScreenshot or print any web page (local file or URL) to PNG/PDF with the browser you already have.
Screenshot a page (macOS, Google Chrome)Verified macOS
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --headless=new --disable-gpu --hide-scrollbars --window-size=1280,800 --screenshot=shot.png "http://localhost:3000/"+3 more matching recipesdev-tools4 recipes · 4 verified
pandoc
CLIUniversal document converter between dozens of formats.
Convert Markdown to PDF without LaTeX (macOS, via Chrome)Verified macOS
pandoc input.md -s -o tmp.html && "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --headless=new --disable-gpu --no-pdf-header-footer --print-to-pdf=output.pdf "file://$PWD/tmp.html"+1 more matching recipeconversion7 recipes · 6 verified
neovim
CLIHyperextensible Vim-based text editor.
Open with lazy.nvim plugin manager~90% est.
nvim --headless '+Lazy sync' +qaeditors2 recipes