Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
briling authored May 16, 2023
1 parent 0f305a7 commit 55ba42f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -105,12 +105,15 @@ One can also use the mouse to rotate the molecule and zoom in/out.
</details>

<details open><summary><strong>Headless mode (in development)</strong></summary>
If run in the headless mode with `gui:0`, `v` processes the symbols from stdio as if they were pressed in the normal mode.

If run in the headless mode with `gui:0`, the symbols from stdio are processed
as if the corresponding keys were pressed in the normal mode.
Right now, only `p`, `x`, `z`, and `.` are available. For example,
```
> echo . | ./v mol/mol0001.xyz gui:0
D*h
```

</details>

## Examples [](#contents)

0 comments on commit 55ba42f

Please sign in to comment.