klaxalk / linux-setup

Custom Linux setup nicely integrating vim+tmux+i3+urxvt+zsh+athame
MIT License
70 stars 22 forks source link

rinfos/rwarns/rerrs fix #124

Closed ViktorWalter closed 9 months ago

ViktorWalter commented 9 months ago

The ROS_**_STREAM printing needed different way of adding node header - "[%s]:" does not work with the streaming concatenation used therein. Now, typing e.g. rinfos [TAB] calls snippet that inserts the node name with the streaming operators between two brackets. image

BTW: sinfo does this: image

klaxalk commented 9 months ago

@ViktorWalter thanks! Definitely an upgrade. The Docker job did not run because it needs a "repository secret (the key to pushing to dockerhub)". Pull Request jobs can not access that...