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
Long command output is now delivered as several messages instead of one. Each part is sent as a reply to the part before it, so the whole result stays grouped and in order in the chat.
The menu buttons appear on the last part, so you can keep using the bot right where the output ends.
Output is split on line boundaries whenever possible, so a line is not cut in half between two messages.
When a result is still too long after 10 messages, the last message ends with a note telling you how much of the output was shown.
Changed
The full example config now includes the System and Network sample menu together with the nginx, Docker, and SSH demos
Example configs turn on the Run Command button
Fixed
A command whose output was a little over Telegram's message size used to show only Running … and then nothing. The result message was cut in the middle and Telegram refused it. Results now always arrive complete.
Assets
File
Contents
telegram-commander.tar.gz
Folder telegram-commander/ with linux-amd64 + linux-arm64 binaries, config-examples/, and functions/
All menu buttons now appear under the message box instead of on the message. This keyboard always spans the full width of the chat, so button text is no longer squeezed or cut off on some phones.
Home is always the first button, and Back appears inside a category.
Item buttons now default to two per row again.
Assets
File
Contents
telegram-commander.tar.gz
Folder telegram-commander/ with linux-amd64 + linux-arm64 binaries, config-examples/, and functions/