diary-worm

This is a text-based diary, inspired by khal. Journal entries are stored in text files.

diary-demo
  1. On Linux, download and install the diary from the Open Build Service:

    📦 stable
    Distro pkgs
    diary latest x86_64 AppImage
    x86_64
    diary-nightly latest x86_64 AppImage
    aarch64
    diary build result
    🌜 nightly
    Distro pkgs
    diary-nightly latest x86_64 AppImage
    x86_64
    diary-nightly latest x86_64 AppImage
    aarch64
    diary-nightly build result

    On MacOS, install with Homebrew: brew install diary

    Check the README for further build options.

  2. Set the EDITOR environment variable to your favourite text editor:

    export EDITOR=vim

  3. Run the diary, with the folder for the text files as first argument:

    diary ~/.diary

    Or, set the environment variable DIARY_DIR to the desired directory. The text files in this folder will be named 'yyyy-mm-dd'.

diary-keybindings-cheat-sheet