Skip to content

Commit

Permalink
docs: add video link, specify env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Jul 14, 2024
1 parent baa24eb commit a8cbf27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ keypresses.

![Usage](https://tools.dhruvs.space/images/omm/omm.gif)

[source video](https://www.youtube.com/watch?v=_VnvgqVdU20)

🤔 Motivation
---

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a8cbf27

Please sign in to comment.