Categorygithub.com/digitalcircle-com-br/scutil
modulepackage
0.0.0-20220317145133-4da79b6b79ba
Repository: https://github.com/digitalcircle-com-br/scutil.git
Documentation: pkg.go.dev

# README

scutil

screen shot utils

Install

go install github.com/digitalcircle-com-br/scutil@latest

How it works:

scutil has the following op modes:

sc

In this mode, a screenshot will be taken. Optional timeout may be provided throught -to parameter, being to the number of seconds to wait

  • find This mode will try to find the image named by fname in the screen
  • daemon In this mode sc will run as a daemon, in the background, allowing the following:
    • ctrl+shift+w: will take a screenshot of the screen at each press
    • ctrl+shift+f:In this mode, every 1 sec scutil will try to find every .png file on its directory in the screen. If found, a notification will be displayed.
    • ctrl+shift+q: closes the app (if in daemon mode)