Skip to content

dylanowen/hyper-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hyper Notifications

Inspired by iTerm2 Triggers

The focus is triggering quickly on tons of output. This is why we use a string match instead of a regex.

.hyper.js

...
config: {
   ...
   notificationTriggers: [
      {
        string: "search string",
        title: "Ready",
        body: "Your server is ready"
      }
   ],
   ...
}
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published