-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from projectdiscovery/dev
v1.0.2 Release
- Loading branch information
Showing
15 changed files
with
178 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ This will display help for the tool. Here are all the switches it supports. | |
| `-v` | Show Verbose output | `notify -v` | | ||
| `-no-color` | Don't Use colors in output | `notify -nc` | | ||
| `-data` | File path to read data from | `notify -i test.txt` | | ||
| `-bulk` | Read and send data in bulk from file. | `notify -bulk` | | ||
| `-bulk` | Read and send data in bulk | `notify -bulk` | | ||
| `-char-limit` | Character limit for message (default 4000) | `notify -cl 2000` | | ||
| `-provider-config` | provider config path | `notify -pc provider.yaml` | | ||
| `-provider` | provider to send the notification to (optional) | `notify -p slack,telegram` | | ||
|
@@ -127,6 +127,7 @@ smtp: | |
smtp_cc: | ||
- [email protected] | ||
smtp_format: "{{data}}" | ||
subject: "Email subject" | ||
|
||
custom: | ||
- id: webhook | ||
|
@@ -207,8 +208,7 @@ Notify flags can be configured at default config (`$HOME/.config/notify/config.y | |
|
||
## Notes | ||
- As default notify sends notification line by line | ||
- **bulk** flag is supported with data flag. | ||
- stdin/pipe input doesn't support **bulk** posting. | ||
- Use `-bulk` to send notification as entire message/s (messages might be chunked) | ||
|
||
## References | ||
|
||
|
@@ -217,4 +217,4 @@ Notify flags can be configured at default config (`$HOME/.config/notify/config.y | |
- [Creating Telegram bot](https://core.telegram.org/bots#3-how-do-i-create-a-bot) | ||
- [Creating Pushover Token](https://github.com/containrrr/shoutrrr/blob/main/docs/services/pushover.md) | ||
|
||
Notify is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. | ||
Notify is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.