watch

Colors with unix command "watch"?

Some commands that I use display colors, but when I use them with watch the colors disappears: watch -n 1 node file.js Is it possible to have the colors back on somehow? ...

Why isn't Pyinotify able to watch a dir?

I would like Pyinotify to watch a templates directory, which has subfolders, but I'm getting this error: DIRECTORY /home/project/templates [Pyinotify ERROR] add_watch: cannot watch /home/project/templates WD=-1 [Pyinotify ERROR] add_watch: cannot watch /home/project/templates/dir1 WD=-1 [Pyinotify ERROR] add_watch: cannot watch /home/p...