Photographic Memory Search is a tool for saving and recalling everything that happens on your computer screens.
There are three components to PMS: the Server, the Client and the Web Interface.
- Start the server:
cargo run --bin screenlog-server --release
- 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
.