Skip to content

andrewp-as-is/mac-terminal-interpreter

Repository files navigation

Installation

$ [sudo] pip install mac-terminal-interpreter
$ [sudo] npm i -g mac-terminal-interpreter

How it works

script.ext

#!/usr/bin/env terminal
...

stdout, stderr logs:

~/Library/Logs/<slug>/<date>/out.log
~/Library/Logs/<slug>/<date>/err.log

Config

~/.bashrc:

export MAC_TERMINAL_CLOSE=0 # doesn't close (default)
export MAC_TERMINAL_CLOSE=1 # close if the shell exited cleanly
export MAC_TERMINAL_CLOSE=2 # close always

Terminal error sound:

$ defaults write .GlobalPreferences com.apple.sound.beep.sound /System/Library/Sounds/Basso.aiff

readme42.com

About

🍎 macOS Terminal.app interpreter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published