mqttui icon indicating copy to clipboard operation
mqttui copied to clipboard

Subscribe to a MQTT Topic or publish something quickly from the terminal

Results 10 mqttui issues
Sort by recently updated
recently updated
newest added

I think we should somewhere indicate if a topic is a retained message or not at a glance in the topic overview panel. How we do it is however a...

A few additional key binding which come into my mind might enhance the UX: | key | function | |------|------------| | `h`, `?` | show keyboard usage help page |...

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.18. Release notes Sourced from clap's releases. v4.0.18 [4.0.18] - 2022-10-20 Fixes (derive) Allow #[command(skip)] to also work with enum variants with a value v4.0.17...

dependencies
rust

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66. Release notes Sourced from anyhow's releases. 1.0.66 Reduce unhelpful backtrace frames in backtraces captured during a context call (#279) Commits 8de29aa Release 1.0.66 54fc812...

dependencies
rust

Bumps [rustls](https://github.com/rustls/rustls) from 0.20.6 to 0.20.7. Commits a863fc5 Bump version to 0.20.7 f1ab89f Update changelog for 0.20.7 a981f09 extract_secrets feature for kTLS support (owned) (#1112) bc85a01 feat: impl Debug for...

dependencies
rust

Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.5 to 4.0.3. Release notes Sourced from clap_complete's releases. v4.0.3 [4.0.3] - 2022-09-29 Fixes (error) Quote literals consistently (error) Stylize escape (--) suggestions (error) Format help flag...

dependencies
rust

Public test servers like https://test.mosquitto.org are full of stuff. This is a good environment to do performance tests of mqttui. `cargo-flamegraph` comes in mind first.

hi @EdJoPaTo . The payload of mqtt messages. A lot is a json or msgpack of arbitrary structure. For example, the cmnd information of tasmota returns stat/xxxxxx/RESULT Since the message...

pinned

It could be nice to export the current payload or the history table to a file. CSV or TSV formats would be quite simple and easy to use them. Bigger...