A minimal email TUI where you read with Markdown and write in Neovim. neomd.ssp.sh/docs
email markdown neovim tui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

demo path

sspaeti 6df74048 de7a8792

+3 -1
+3 -1
scripts/reset-demo.sh
··· 6 6 set -e 7 7 8 8 CONFIG_DIR="${1:-$HOME/.config/neomd-demo}" 9 - DEMO_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/neomd-demo" 9 + # Derive cache dir name from config dir name (matches Go's cacheDirName logic) 10 + CONFIG_NAME="$(basename "$CONFIG_DIR")" 11 + DEMO_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/$CONFIG_NAME" 10 12 11 13 echo "Resetting neomd demo state..." 12 14 echo " Config dir: $CONFIG_DIR"