Skip to main content

A package for memos

Project description

Memos

A project to index everything to make it like another memory. The project contains two parts:

  1. screen recorder: which takes screenshots every 5 seconds and saves them to ~/.memos/screenshots by default.
  2. memos server: a web service that can index the screenshots and other files, providing a web interface to search the records.

There is a product called Rewind that is similar to memos, but memos aims to give you control over all your data.

Install

Install Typesense

export TYPESENSE_API_KEY=xyz

mkdir "$(pwd)"/typesense-data

docker run -d -p 8108:8108 \
    -v"$(pwd)"/typesense-data:/data typesense/typesense:27.0 \
    --add-host=host.docker.internal:host-gateway \
    --data-dir /data \
    --api-key=$TYPESENSE_API_KEY \
    --enable-cors

Install Memos

pip install memos

How to use

To use memos, you need to initialize it first. Make sure you have started typesense.

1. Initialize Memos

memos init

This will create a folder ~/.memos and put the config file there.

2. Start Screen Recorder

memos-record

This will start a screen recorder, which will take screenshots every 5 seconds and save it at ~/.memos/screenshots by default.

3. Start Memos Server

memos serve

This will start a web server, and you can access the web interface at http://localhost:8080. The default username and password is admin and changeme.

Index the screenshots

memos scan
memos index

Refresh the page, and do some search.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memos-0.13.0.tar.gz (21.7 MB view details)

Uploaded Source

Built Distribution

memos-0.13.0-py3-none-any.whl (21.8 MB view details)

Uploaded Python 3

File details

Details for the file memos-0.13.0.tar.gz.

File metadata

  • Download URL: memos-0.13.0.tar.gz
  • Upload date:
  • Size: 21.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for memos-0.13.0.tar.gz
Algorithm Hash digest
SHA256 172e9a78039ee492f3ddea0ddf48743af4b735b26104f03829dbf4b100e850e7
MD5 280253d6718ff37f3603fe42f96fd35c
BLAKE2b-256 f4fdb24bba59c72bff02b1fa5b33a27e56a10b366eb5369084b34692e5ea84d9

See more details on using hashes here.

File details

Details for the file memos-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: memos-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 21.8 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for memos-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9f9cccd9562a9165b741ce02442e00b36d021d60f5bcd3a256b9c5bcee978f07
MD5 11ba4f32d5296933b2aeefb3200c8ec4
BLAKE2b-256 73085cadd6ab7033045d6452c1d109e7cc4bea56d290ecd1203b050c640eef80

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page