Skip to content

rlrs/pms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photographic Memory Search

Photographic Memory Search is a tool for saving and recalling everything that happens on your computer screens.

Overview

Components

There are three components to PMS: the Server, the Client and the Web Interface.

Server

Client

Web Interface

Running PMS

  1. Start the server: cargo run --bin screenlog-server --release
  2. Start the client: cargo run --bin screenlog-client --release

When you want to search through your library, start the web interface. The WASM-based interface is served with Trunk, which can be installed with cargo install trunk. Then, cd web && trunk serve. By default the interface is served at localhost:8080.

About

Photographic Memory Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published