lotabout.skim/shell
Douglas Griffith b9c3de302b
replace undefined awk behaviour (#1016)
I encountered a bug with the CTRL-R history behaviour in bash, and tracked it down to these awk commands. I'm not sure what changed, but according to the documentation `\0` is undefined behaviour:
https://pubs.opengroup.org/onlinepubs/9799919799/utilities/awk.html#tagtcjh_15

I've replaced the `\0` escape sequences with the `%c` conversion which converts the int argument to a single byte character. Ref:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap05.html
2026-03-26 23:20:43 +01:00
..
completion.bash release: v4.0.0 2026-03-10 16:25:28 +01:00
completion.fish release: v4.0.0 2026-03-10 16:25:28 +01:00
completion.nu release: v4.0.0 2026-03-10 16:25:28 +01:00
completion.zsh release: v4.0.0 2026-03-10 16:25:28 +01:00
key-bindings.bash replace undefined awk behaviour (#1016) 2026-03-26 23:20:43 +01:00
key-bindings.fish feat: add --shell-bindings flag to get bindings at runtime 2026-01-15 15:07:25 +01:00
key-bindings.zsh fix(keybindings): make sure we use the correct filtering fields 2026-03-23 23:19:10 +01:00
LICENSE add shell bindings (copied from fzf and modified) 2017-09-18 14:51:36 +08:00
README.md Fix typo 2020-01-08 18:51:20 +09:00
version.txt release: v4.0.0 2026-03-10 16:25:28 +01:00

This directory contains the shell bindings for skim.

Note that the content in this directory is copied from fzf and modified to fit skim.

The scripts in this directory will not be maintained by skim.

But you are welcome to submit PR for update the scripts to the fzf's latest scripts. Thanks!