diff --git a/README.md b/README.md index 0a704ab..1880ff7 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,16 @@ These examples are generated by [./scripts/examples.sh](scripts/examples.sh). Note some of these examples send automated input to an interactive bash session. +### Cowsay + ```bash $ termsnap -l 9 -c 28 -- cowsay Hello, world ``` ![Termsnap output of the cowsay command saying "hello world"](./media/cow.svg) +### Neovim + ```bash $ termsnap -l 12 -c 60 -- nvim --clean ./scripts/example.py <