iwatch icon indicating copy to clipboard operation
iwatch copied to clipboard

Watch command outputs with interval timer

Results 2 iwatch issues
Sort by recently updated
recently updated
newest added

Hi, just found this in OpenBSD's ports, so I thought I'd try it on FreeBSD. Since it's not in their ports, I tried compiling it myself, but I ran into...

The following patch is required to display like below ![iwatch-300col](https://user-images.githubusercontent.com/1281774/39974933-9ffcad7c-5766-11e8-8b6e-692ae377bc15.png) ``` diff -u iwatch.c~ iwatch.c --- iwatch.c~ 2018-05-11 19:27:22.156024496 +0900 +++ iwatch.c 2018-05-11 19:28:37.701205581 +0900 @@ -41,7 +41,7 @@ #define...