Add GitHub action for labelling PRs

This commit is contained in:
Junegunn Choi
2026-02-24 20:20:04 +09:00
parent 4d6a7757b8
commit 0ff13dcfbe
10 changed files with 504 additions and 179 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.69.0
------
- Added `change-with-nth` action for dynamically changing the `--with-nth` option
```sh
echo -e "a b c\nd e f\ng h i" | fzf --with-nth .. \
--bind 'space:change-with-nth(1|2|3|1,3|2,3|)'
```
0.68.0
------
- Implemented word wrapping in the list section