From 9ce9e4a20b2f0cd6b99b4f5add787fd4ed3cb223 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 17 Oct 2015 19:23:10 +0200 Subject: [PATCH] Add print app close command --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7f90866..2cc1b9b 100644 --- a/README.md +++ b/README.md @@ -568,12 +568,14 @@ defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.prefere security find-generic-password -ga "ROUTERNAME" | grep "password:" ``` + ## Package Managers - [Fink](http://www.finkproject.org) - The full world of Unix Open Source software for Darwin. - [Homebrew](http://brew.sh) - The missing package manager for OS X. - [MacPorts](https://www.macports.org) - Compile, install and upgrade either command-line, X11 or Aqua based open-source software. + ## Printing #### Clear Print Queue @@ -581,6 +583,11 @@ security find-generic-password -ga "ROUTERNAME" | grep "password:" cancel -a - ``` +#### Quit Printer app After Print Jobs Complete +```bash +defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true +``` + ## Security