#mouse #who #anki #click #mem #yaml #hates

app mem-yaml

Anki's alternative for who hates GUI and mouse clicks

1 unstable release

0.1.0-alpha Oct 22, 2024

#178 in Hardware support

Download history 203/week @ 2024-10-21

203 downloads per month

MIT license

33KB
572 lines

Mem YAML

Anki's alternative for who hates GUI and mouse clicks.

This project is in early stage. If there are more than 5 users, I'll finish it.

Installation

Install with cargo:

cargo install mem-yaml

Install with nix flakes:

in flake.nix

{
    inputs.mem-yaml.url = "github:haruki-nikaidou/mem-yaml";
}

in configuration.nix

{ pkgs, inputs, ... }:
{
    environment.systemPackages = with pkgs; [
        inputs.mem-yaml.packages.${pkgs.system}.mem-yaml
    ];
}

or, if you use home manager

{ pkgs, inputs, ... }:
{
    home.packages = with pkgs; [
        inputs.mem-yaml.packages.${pkgs.system}.mem-yaml
    ];
}

Dependencies

~48–84MB
~1.5M SLoC