gitextract_lkhu2u5d/ ├── .gitignore ├── .rspec ├── Gemfile ├── MIT-LICENSE ├── README.md ├── Rakefile ├── bin/ │ └── notify_me ├── lib/ │ ├── notifyor/ │ │ ├── cli.rb │ │ ├── configuration.rb │ │ ├── growl/ │ │ │ └── adapters/ │ │ │ ├── libnotify_notifier.rb │ │ │ └── terminal_notifier.rb │ │ ├── growl.rb │ │ ├── plugin.rb │ │ ├── remote/ │ │ │ └── connection.rb │ │ ├── util/ │ │ │ ├── formatter.rb │ │ │ └── os_analyzer.rb │ │ └── version.rb │ └── notifyor.rb ├── notifyor.gemspec └── spec/ └── spec_helper.rb