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