Skip to content

Commit

Permalink
Merge pull request #47 from sukima/feature/exec-documentation
Browse files Browse the repository at this point in the history
Add documentation for exec option
  • Loading branch information
Joshua Appelman committed Sep 16, 2014
2 parents 40fea33 + f93b70d commit 7f36488
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 7f36488

Please sign in to comment.