summaryrefslogtreecommitdiff
path: root/lua/telescope/finders
AgeCommit message (Collapse)Author
2022-08-13fix: make_entry.gen_from_string is a factory and needs to be called (#2116)Michał Nowotnik
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-03-10fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764)Simon Hauser
- introducing putils writer and use it rather than using PAGER env var - introducing env for lua/telescope/_.lua job interface - to respect MANPATH (and PATH just in case) - fix for apropos output parsing might return e.g. `alacritty, Alacritty` We need to split on first `,`
2021-12-27fix(oneshot_finder): generate entries for passed result (#1602)fdschmidt93
2021-12-03feat: allow initial results in async_oneshot_finder (#1461)fdschmidt93
2021-10-08feat: Add scrolling through results (#1232)TJ DeVries
* some scrollin * [WIP]: Fri 10 Sep 2021 02:24:20 PM EDT * ok, I think scrolling works * change to 1000 for now, dont need to scroll that far :)
2021-09-13fix: default make_entry (#1239)Simon Hauser
from_string doesnt exist. Its called gen_from_string
2021-08-20fix: Close async oneshot jobs on finder:close (#1140)TJ DeVries
2021-08-20feat(performance): Major performance improvements using async v2 from ↵TJ DeVries
@oberblastmeister (#987) * start: Working w/ async jobs * short circuit to using bad finder if you pass writer.
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2021-04-08feat: asyncify pickers - except for live_grep (#709)TJ DeVries
* something kind of works already * yayayayayayayayayayayayayayayayayayayayayayayayayayayayayayayayaya * use async for everything besides live jobs * fix: fixup autocmds previewer * fix: lints for prime * temp: Add example of how we can think about async sorters * feat: Allow picker to decide when to cancel * fix: simplify scoring logic and tests * fixup: name * fix: Move back towards more backwards compat methods * fixup: Remove results from opts * fixup: remove trailing quote * fixup: Attempt to clean up some more async items. Next is status * wip: Add todo for when bfredl implements extmarks over the EOL * wip * fixup: got em * fixup: cleaning * fixup: docs