Skip to content

Commit

Permalink
Add documentation for exec option
Browse files Browse the repository at this point in the history
  • Loading branch information
sukima committed Sep 16, 2014
1 parent 40fea33 commit f93b70d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ Callback functions are optional
- capitalized word sets --appIcon
- filename uses extname as --icon
- otherwise treated as --icon
- exec
- manually specify a shell command instead
- appends message to end of shell command
- or, replaces `%s` with message
- optionally prepends title (example: `title: message`)
- examples: `{exec: 'tmux display-message'}`, `{exec: 'echo "%s" > messages.log}`

## License

Expand Down

0 comments on commit f93b70d

Please sign in to comment.