mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 15:26:18 -04:00
* feat: add multiline item rendering * chore: generate completions & manpage * chore: use newline as default for multiline when read0 is set * chore: generate completions & manpage * chore: add `highlight-line' * chore: generate completions & manpage * feat: use multiline in history widgets * feat: better snap tests * feat(ci): show snap failures * fix(ci): cross platform tests --------- Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
30 lines
2.1 KiB
Plaintext
30 lines
2.1 KiB
Plaintext
---
|
|
source: tests/normalize.rs
|
|
description: "input: items [\"café con leche\", \"cafe solo\", \"té verde\"]\noptions: --normalize\nafter:\n @type \"^cafe\""
|
|
---
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" "
|
|
" cafe solo "
|
|
"> café con leche "
|
|
" 2/3 0/0"
|
|
"> ^cafe "
|
|
cursor: (24, 8)
|