Releases: skim-rs/skim
Releases · skim-rs/skim
v0.6.8
Feature:
- New action:
if-query-empty
,if-query-not-empty
. Execute actions on
certain query conditions. - New action:
append-and-select
allows you to append current query to the
item pool and select it. It would help to turn skim into a tag manager
where new tags could be added to the candidate list.
Bug fixes:
- Fix #188: crates.io breaks on 0.6.7
- Fix:
run_with
will break if called multiple times from the same process. - Update nix to 0.14
v0.6.7
Feature:
- Refer to query and command query with
{q}
and{cq}
in preview command. - Support fzf's theme strings, e.g.
bg+
for current line's background. - Support customizing styles of query strings.
Bug fixes:
- skim would crash if multiple CJK items are matched in an
OR
query. - SKIM_DEFAULT_COMMAND not correctly recognized in
sk-tmux
- UI responses are slow on large input
v0.6.6
v0.6.5
v0.6.4
v0.6.3
Feature:
- support action:
execute
- support action chaining
- preview window actions:
toggle-preview-wrap
,preview-[up|down|left|right]
,preview-page-[up|down]
- support
--filter
mode, it will print out the screen and matched item - support more (alt) keys
Bug Fixes: