Skip to content

Databay/screenrecall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenRecall

a script to save all windows of the Linux desktop as screenshots at regular intervals and make them searchable

installation

requirements

sudo apt install php-cli imagemagick wmctrl tesseract-ocr

configure

copy the settings.json.dist into settings.json and configure

{
  "screenshots": "/WHERE/TO/STORE/screenshots",
  "interval": 20,
  "port": 4000,
  "exclude": [
    "Mattermost",
    "Betterbird",
    "Buddy-List",
    "ScreenRecall",
    "Privater Modus",
    "Inkognitortab"
  ]
}

start

php run.php

view and search

open http://localhost:4000

About

ScreenRecall

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors