yakut icon indicating copy to clipboard operation
yakut copied to clipboard

Simple CLI tool for diagnostics and debugging of Cyphal networks

Results 38 yakut issues
Sort by recently updated
recently updated
newest added

>It looks like Yakut needs the `pycyphal.dsdl.([a-z_]+)` -> `nunavut_support.$1` treatment. _Originally posted by @Willmac16 in https://github.com/OpenCyphal/pycyphal/pull/318#issuecomment-1876207506_ Blocked on https://github.com/OpenCyphal/pycyphal/pull/318

help wanted

The Yakut CLI is overly rigid and unintelligent. Example: ``` > yakut mon -h Usage: yakut monitor [OPTIONS] Try 'yakut monitor --help' for help. Error: No such option: -h >...

See https://github.com/OpenCyphal/pycyphal/issues/153 Also remove related options like --path

feature

Another solution is to alternate the background color by column. This way no screen space is wasted on the separators.

help wanted

``` y sub 1003:uavcan.primitive.array.real32 | jq -r '.["1003"].value|@tsv' ```

documentation
minor

1. installed yakut in virtualenv 2. compiled dsdl types 3. tried to subscribe. expected: yakut subscribes actually: Error: Run `yakut compile /uavcan` to compile DSDL namespace 'uavcan' ``` $> yakut...

help wanted

https://gist.github.com/pavel-kirienko/32e395683e8b7f49e71413aebf5e1a89

The file could be yaml or json or ini, but would map commands in words to command numbers. It could be automatically read in from known location like a ~/.yakut/custom_commands.yaml...