Go to file
Ulli Kehrle debe297812
improve readme
2024-04-14 21:59:25 +02:00
backend improve flake 2024-04-14 21:45:01 +02:00
dev rebrand as kümmerlich 2024-04-13 22:51:28 +02:00
resources/public add mailto-electron compose handler 2024-04-14 12:40:30 +02:00
src remove useless import 2024-04-14 21:53:57 +02:00
.envrc cleanup 2023-02-04 06:42:26 +01:00
.gitignore minor build system changes 2023-02-08 00:09:41 +01:00
0001-fix-quoting-of-unbalanced-dquotes.patch fix quoting in gmime 2023-02-07 01:31:16 +01:00
0001-notmuch-show-format-From-header-like-other-address-l.patch notmuch: fix formatting of from-headers with specials 2023-02-10 00:57:19 +01:00
README.md improve readme 2024-04-14 21:59:25 +02:00
deps-lock.json minor build system changes 2023-02-08 00:09:41 +01:00
flake.lock flake.lock: Update 2024-04-13 21:17:13 +02:00
flake.nix fix nix derivation 2024-04-14 21:52:12 +02:00
package.json fix umlauts 2024-04-14 10:36:59 +02:00
project.clj rebrand as kümmerlich 2024-04-13 22:51:28 +02:00
yarn.lock spawn backend from electron app 2024-04-13 22:36:03 +02:00

README.md

kümmerlich

[ˈkʏmɐlɪç] (adjective): miserable, puny, scanty, meager, paltry, measly, wimpy

This is a notmuch frontend. I don't recommend using it at this point.

How to run

nix run git+https://git.hrnz.li/ulli/kuemmerlich

How to run without nix

yarn install                                                     # install js dependencies
lein shadow release app electron                                 # build app
sass src/css/stylesheet.scss resources/public/css/stylesheet.css # build css

electron .                                                       # start app