You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit changes the dependency on curl to wget since this is
installed by default on most linux systems. Additionally documentationw
was added to explain that wget is needed for the telegram feature.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,9 @@ Put both `set -g @tnotify-telegram-bot-id 'your telegram bot id'` and `set -g @t
74
74
75
75
-`prefix + ctrl + alt + M`: Start monitoring a pane, return it in focus and notify in bash and telegram when it finishes.
76
76
77
+
> **Warning**
78
+
> This feature requires [wget](https://www.gnu.org/software/wget/) to be installed on your system.
79
+
77
80
> **Note**
78
81
> You can get your telegram bot id by creating a bot using [BotFather](https://core.telegram.org/bots#6-botfather) and your channel id by sending your channel invite link to the `@username_to_id_bot` bot.
0 commit comments