lotabout.skim/shell
LoricAndre 7df8b77739
Some checks failed
Build & Test / test (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Build & Test / test (macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
Build & Test / clippy (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Build & Test / clippy (macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
Build & Test / rustfmt (push) Has been cancelled
feat: use clap & derive for options, manpage & completions (#586)
* feat: use clap & derive for options, manpage & completions

* clippy & fmt

* fix: correctly handle errors

* fix: disable doctest

* fix: readd replstr

* fix: reserve --tmux until it is implemented

* explicit panic messages for history files

* fix after merge

---------

Co-authored-by: LoricAndre <loric.andre@pm.me>
2024-11-20 17:01:08 +01:00
..
completion.bash feat: use clap & derive for options, manpage & completions (#586) 2024-11-20 17:01:08 +01:00
completion.zsh feat: use clap & derive for options, manpage & completions (#586) 2024-11-20 17:01:08 +01: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!