(TIL) Git: List Most Git Commands less than 1 minute read You can list most git commands by using the -a flag with git-help: git help -a Via jbranchaud/til. Twitter Facebook LinkedIn Previous Next Comments
(TIL) Mac: Ask user for password via GUI less than 1 minute read This function will use AppleScript to present a password entry dialog to make your scripts a little more user friendly:
(TIL) Mac: Restart or shutdown less than 1 minute read You can restart or shutdown from the command line:
(TIL) Nix: Stty - sane terminal settings less than 1 minute read Restore sane shell settings, in case your shell session went insane because some script or application turned it into a garbled mess:
Comments