The goddess of memory will keep your quotes safe.
  • Rust 99.6%
  • CSS 0.4%
Find a file
2026-03-30 11:53:17 +02:00
.zed run TW LSP against .rs files, enforce canonical twcss 2026-03-11 14:41:08 +01:00
src logs stub 2026-03-27 21:10:49 +01:00
.gitignore add potential sqlite db names to gitignore 2026-03-07 16:53:32 +01:00
build.rs web UI, tailwind, icons, login 2026-03-08 11:35:23 +01:00
Cargo.lock switch logging over to log & env_logger crate 2026-03-02 15:52:18 +01:00
Cargo.toml switch logging over to log & env_logger crate 2026-03-02 15:52:18 +01:00
readme initial readme 2026-03-30 11:53:17 +02:00

Mnemosyne


Mnemosyne is a work-in-progress project which aims to satisfy all the quote-collecting needs of your community, all the while making them queryable and well notarized.

Note on tailwind and styles.css: The styles.css file, which is generated by a standalone Tailwind binary downloaded and executed automatically within build.rs, is to be committed any time it changes, as without it styling will be broken on the frontend part of the page. This is in contrast to a perhaps expected approach of gitignoring them and just generating them every build; this is incompatible with building docker images in an efficient way, however, as docker exposes no way to mount directories while retaining ability to write files and execute binaries.