Skip to content

Commit

Permalink
docs(README): embeds asciinema PNG link, related to out-of-cheese-err…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Sep 17, 2021
1 parent 10e4e5e commit 7bc94fe
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ lets you
* delete a snippet with Shift-Left
* copy a particular snippet to your clipboard (with Enter), so you can paste it into whatever editor or IDE you're working with.

See it in action (with some self-referential examples):
See it in action with some self-referential examples (click to open in asciinema):

![demo](images/the-way-general-embedded.svg)
[![demo](https://asciinema.org/a/436289.png)](https://asciinema.org/a/436289)

> made with [asciinema](https://github.com/asciinema/asciinema), [svg-term-cli](https://github.com/marionebl/svg-term-cli), and [svgembed](https://github.com/miraclx/svgembed)

Table of Contents
=================
Expand Down Expand Up @@ -188,11 +187,9 @@ just use the same name and write in the default the first time it's used.

Here's another self-referential example that saves a shell command to add new language syntaxes:

![cmd_demo](images/the-way-cmd-embedded.svg)
[![cmd_demo](https://asciinema.org/a/436293.png)](https://asciinema.org/a/436293)

> made with [asciinema](https://github.com/asciinema/asciinema), [svg-term-cli](https://github.com/marionebl/svg-term-cli), and [svgembed](https://github.com/miraclx/svgembed)
(todo: change GIF to use cmdsearch instead of search)
(todo: Use cmdsearch instead of search)

## Sync to Gist
`the-way sync` syncs snippets to a Gist, each named `snippet_<index>.<extension>`, with an `index.md` file linking each snippet's description.
Expand Down

0 comments on commit 7bc94fe

Please sign in to comment.