A keyboard-driven and simple Epub reader.
Get moyurd from AUR
or
paru -S moyurd
Get moyurd from release
Build a ready-to-use standalone package, or a system-specific installer.
npm run forge:package
npm run forge:make
Press ?
(shift+/
) to get help with shortcut keys.
config file at XDG_CONFIG_HOME/moyurd/moyurd.config
{
"colors": {
"bg": "#dce0e8", // background color
"fg": "#4c4f69", // foreground color
"subFg": "#5c5f77", // sub foreground color
"inverseBg": "#4c4f69", // inverse Background color
"inverseFg": "#dce0e8", // inverse foreground color
"shadow": "#00000030", // shadow color under the toc panel
"accent": "#7287fd" // primary theme color
}
}