sachaos / viddy

👀 A modern watch command. Time machine and pager etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Percent chars cause NOVERB issues in diff mode

JustinAzoff opened this issue · comments

How to reproduce:

viddy -d '[ $((RANDOM%2)) -eq 0 ] && echo done || echo 50%'

You'll see

50%!(NOVERB)

in the output. I guess a string is being passed to something that expects a format string somewhere?