Skip to main content

macOS Terminal.app interpreter

Project description

Installation

$ [sudo] pip install mac-terminal-interpreter

Benefits

  • opens in the Terminal.app even without .command extension
  • stdout, stderr logs
  • makes .command file executable
  • window closure options (doesn't close, close if the shell exited cleanly, close always,)
  • displayed non-zero exit status
  • bell notification on error

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

Scripts usage

command usage
terminal usage: terminal path

python-readme-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mac-terminal-interpreter-2019.5.6.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page