Skip to content

1.2.0

Compare
Choose a tag to compare
@vinifmor vinifmor released this 17 Jun 20:49
· 71 commits to master since this release
76a3577

Features

  • watcher service:
    • allowing processes to be ignored through the mapping file: watch.ignore (must be located in ~/.config/guapow or /etc/guapow)
      • it follows the same patterns as the watch.map file, but the profile name is not required (as it makes no sense). e.g:
      my_app_name
      my_app_name*  
      /bin/my_proc
      r:/bin/.+/xpto
      
      • this feature is useful if you have general mappings that cover a lot of processes in watch.map (e.g: /usr/bin/*), but want to ignore specific ones
      • new config property ignored.cache to cache all mapped patterns to memory after the first read and skip next I/O calls (default: false)