lotabout.skim/shell
Jakub Jirutka 054d76048f
[shell] replace perl with awk in key-bindings.zsh and include date or time if available (#449)
* [shell] replace perl with awk in key-bindings.zsh

Unlike awk, which is even defined in POSIX, perl is not pre-installed
on all *nix systems. This awk command is functionally equivalent to
the original perl command.

* [shell] include date or time in Zsh history if available

If extended_history is enabled, the history widget will display:

     12  2022-04-02   echo "older command"
    123  today'16:30  echo "today's command"
2024-11-09 22:15:59 +01:00
..
completion.bash Bash completion is for sk, not skim 2020-12-09 19:18:07 -07:00
completion.zsh sync shell scripts with fzf(6c9adea) 2020-10-18 11:41:50 +08:00
key-bindings.bash sync shell scripts with fzf(6c9adea) 2020-10-18 11:41:50 +08:00
key-bindings.fish fix fish shell fzf link 2020-11-11 09:54:21 +08:00
key-bindings.zsh [shell] replace perl with awk in key-bindings.zsh and include date or time if available (#449) 2024-11-09 22:15:59 +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

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!