From a8cbf27c1540b89811a5ebb8484e4f7f2558c972 Mon Sep 17 00:00:00 2001 From: Dhruv Thakur Date: Sun, 14 Jul 2024 15:24:15 +0200 Subject: [PATCH] docs: add video link, specify env vars --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bd3a90b..8b74d9f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ keypresses. ![Usage](https://tools.dhruvs.space/images/omm/omm.gif) +[source video](https://www.youtube.com/watch?v=_VnvgqVdU20) + 🤔 Motivation --- @@ -96,6 +98,10 @@ is chosen based on the following look ups: - the environment variable `VISUAL` - `vi` (fallback) +The context pane can be hidden on startup by either setting the environment +variable `OMM_SHOW_CONTEXT=0`, or by providing the flag `--show-context=false` +(the latter takes priority). + ![active-tasks](https://tools.dhruvs.space/images/omm/omm-context-1.png) #### Task Entry Pane @@ -125,6 +131,9 @@ the two modes, which can later be switched by pressing "v". omm --list-density=spacious ``` +This configuration property can also be provided via the environment variable +`OMM_LIST_DENSITY`. + Compact mode: ![compact](https://tools.dhruvs.space/images/omm/omm-compact-1.png)