gitextract_kqhj6oc8/ ├── .github/ │ └── ISSUE_TEMPLATE.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.markdown ├── Ruby/ │ ├── Gemfile │ ├── LICENSE │ ├── README.markdown │ ├── Rakefile │ ├── bin/ │ │ └── terminal-notifier │ ├── lib/ │ │ └── terminal-notifier.rb │ ├── spec/ │ │ └── terminal-notifier_spec.rb │ └── terminal-notifier.gemspec ├── Terminal Notifier/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Terminal Notifier-Info.plist │ ├── Terminal Notifier-Prefix.pch │ ├── en.lproj/ │ │ ├── Credits.rtf │ │ ├── InfoPlist.strings │ │ └── MainMenu.xib │ └── main.m ├── Terminal Notifier.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── Terminal Notifier.xccheckout │ └── xcshareddata/ │ └── xcschemes/ │ └── Terminal Notifier.xcscheme └── Terminal.icns