viddy icon indicating copy to clipboard operation
viddy copied to clipboard

πŸ‘€ A modern watch command. Time machine and pager etc.

Results 31 viddy issues
Sort by recently updated
recently updated
newest added

Box layout in the top of screen is broken when using CJK locales. The following is a screenshot, using MacOS 12.4, iTerm2 3.4.16, and `LANG=ja_JP.UTF-8` ![γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2022-08-12 23 54 17](https://user-images.githubusercontent.com/299936/184392545-ec32d7fb-c363-41a9-b3d7-b8ee37a38ced.png)...

This command gives the tabular output with details: ``` $ bash -c 'ls -l' total 0 -rw-r--r--. 1 user user 0 Aug 5 17:23 a -rw-r--r--. 1 user user 0...

like in less. BTW, nice idea for such _interactive watch_, kudos!

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...

Thanks for this awesome tool. It would be handy to be able to change the interval during runtime. I'm thinking about Ctrl-x for decreasing and Ctrl-a for increasing the interval....

- Using it on a Mac(x86) iterm2 - Cannot copy any text from the viddy output window - Would be neat if I could

Hi, First of all, thx for the excellent watcher alternative. Are any plans to make the viddy importable go package? To use it as a watch mode implementation in other...

``` Β» ./viddy --version viddy version: 0.3.6 ``` ``` Β» ./viddy -n asdasd panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x7df725]...

Thanks for building viddy! Love the improvements over `watch` . I'm currently using the system bell `--bell` option to get notified whenever there are changes in the output of my...

Hi, just discovered your app and this is an awesome replacement to the watch command. Would it be possible for you to make the green/red status circle next to the...