Commit 0f45634
committed
Update commit to use for skim-fork
1 parent f4edd89 commit 0f45634
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml-81
- .github/workflows/crates.yml-29
- .github/workflows/publish-github.yml-140
- .gitignore+1-1
- .travis.yml+71
- CHANGELOG.md-186
- Cargo.lock+278-714
- Cargo.toml+12-14
- README.md+119-105
- bin/sk-tmux+46-70
- ci/install.sh+6-3
- ci/script.sh+2-2
- examples/custom_item.rs-49
- examples/custom_keybinding_actions.rs-32
- examples/nth.rs-22
- examples/option_builder.rs+9-10
- examples/sample.rs+2-2
- install+2-2
- man/man1/sk.1+13-161
- plugin/skim.vim+91-246
- shell/README.md+1-1
- shell/completion.bash+64-111
- shell/completion.zsh+39-171
- shell/key-bindings.bash+84-58
- shell/key-bindings.fish+18-34
- shell/key-bindings.zsh+17-69
- src/ansi.rs+96-371
- src/bin/main.rs-561
- src/engine.rs+463
- src/engine/all.rs-44
- src/engine/andor.rs-126
- src/engine/exact.rs-119
- src/engine/factory.rs-274
- src/engine/fuzzy.rs-170
- src/engine/mod.rs-7
- src/engine/regexp.rs-90
- src/engine/util.rs-20
- src/event.rs+50-58
- src/field.rs+29-14
- src/global.rs-48
- src/header.rs+65-40
- src/helper/item.rs-132
- src/helper/item_reader.rs-338
- src/helper/mod.rs-3
- src/helper/selector.rs-118
- src/input.rs+90-66
- src/item.rs+209-78
- src/lib.rs+111-294
- src/main.rs+312
- src/matcher.rs+35-38
- src/model.rs+177-363
- src/options.rs+17-40
- src/orderedvec.rs+19-253
- src/output.rs+4-21
- src/prelude.rs-15
- src/previewer.rs+133-300
- src/query.rs+85-154
- src/reader.rs+203-80
- src/score.rs+34
- src/selection.rs+213-265
- src/spinlock.rs+2-4
- src/theme.rs-1
- src/util.rs+24-109
- test/test_skim.py+6-387
0 commit comments