summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-01-12 10:29:15 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-01-12 10:29:15 +0900
commitf422893b8e697939fb16d68ee01e3c6ee8f1b145 (patch)
tree1e1b8d672310b263a3fe80343f0bc2dff79d3407
parent22b498489cbefe6bd772d5cbdba21bde2166d73e (diff)
downloadfzf-f422893b8e697939fb16d68ee01e3c6ee8f1b145.tar.gz
Add --style to the CHANGELOG
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c78821e8..5e6e7cc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,15 @@ CHANGELOG
This version introduces three new border types, `--list-border`, `--input-border`, and `--header-border`, offering much greater flexibility for customizing the user interface.
-Also, fzf now offers three "style presets" for easier customization, which can be activated using the `--style=[default|minimal|full]` option.
+<img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-4-borders.png" />
+
+Also, fzf now offers "style presets" for quick customization, which can be activated using the `--style` option.
+
+| Preset | Screenshot |
+| :--- | :--- |
+| `default` | <img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-style-default.png"/> |
+| `full` | <img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-style-full.png"/> |
+| `minimal` | <img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-style-minimal.png"/> |
- Style presets (#4160)
- `--style=full`