From 9f49672889af6a9f46f56461fcde245f2804a6ed Mon Sep 17 00:00:00 2001 From: Wojciech Kwolek Date: Sat, 8 Jun 2024 06:07:30 +0200 Subject: add video to readme --- README.md | 2 ++ screencast.gif | Bin 0 -> 1919199 bytes screencast.mp4 | Bin 0 -> 885240 bytes 3 files changed, 2 insertions(+) create mode 100644 screencast.gif create mode 100644 screencast.mp4 diff --git a/README.md b/README.md index 13a348f..130955f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Inspired by [this orange website commenter](https://news.ycombinator.com/item?id `dmenu_raycast` will either print the selected item to stdout, or exit 0 if the user cancelled without selecting an item. +[![Screencast](./screencast.gif)](./screencast.mp4) + Whitespace is stripped, but this might change in the future once I check if `dmenu` also does that lol. **TODO:** `-p` (prompt) support diff --git a/screencast.gif b/screencast.gif new file mode 100644 index 0000000..798e475 Binary files /dev/null and b/screencast.gif differ diff --git a/screencast.mp4 b/screencast.mp4 new file mode 100644 index 0000000..1f62bed Binary files /dev/null and b/screencast.mp4 differ -- cgit v1.2.3