Skip to content

zuiurs/goeye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goeye

goeye is a process checking tool.
This is not a daemon, so should be used with automatic execution tool such as Cron, Windows Task Scheduler, and so on.

Usage

Give some file paths you wanna check.

Usage: goeye FILE...

for example,

goeye "C:\Program Files (x86)\Dropbox\Client\Dropbox.exe"

Example setting of Windows Task Scheduler

  1. Get file paths of target processes
    1. [Windows] + [X] -> [Task Manager]
    2. Open context menu of the process and select [Open file location]
    3. Copy the path (Tips: Shift and Context key -> [Copy as path])
  2. Open Computer Management window
    1. [Windows] + [X] -> [Computer Management]
  3. Open Create Task window
    1. Select [Task Scheduler] in left pane
    2. Select [Create Task...] in right pane
  4. General tab
    GeneralTab
  5. Triggers tab
    TriggersTab
  6. Actions tab
    ActionsTab

Installation

You can use go get.

go get -u github.com/zuiurs/goeye

About ./script

  • process_check_windows.bat
    • works the same as goeye
  • process_check.vbs
    • to hide cmd window at batch runtime

License

MIT

About

process checking tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published