From 6ba6858fdc36da462eb4c133019d0eef2c72164a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 15 Jul 2020 17:53:36 +0200 Subject: [PATCH] changelog: document pipe-visible and pipe-scrollback bindings --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb27893..e901e1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ applications can override this. * Multi-seat support * Implemented `C0::FF` (form feed) +* **pipe-visible** and **pipe-scrollback** key bindings. These let you + pipe either the currently visible text, or the entire scrollback to + external tools (https://codeberg.org/dnkl/foot/issues/29). Example: + `pipe-visible=[sh -c "xurls | fuzzel --dmenu | xargs -r firefox] Control+Print` ### Changed