Commit Graph

6 Commits

Author SHA1 Message Date
James Trew
6258d50b09 fix: escape cwd symbols for async_oneshot_finder (#2460) 2023-04-10 12:23:51 +02:00
Quet Zal
a59ada7914 fix: close process handle after termination (#1856) 2022-04-30 12:33:15 +02:00
Simon Hauser
234066f875 fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764)
- 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 `,`
2022-03-10 13:48:40 +01:00
Simon Hauser
1131e5f9e1 chore: better uv.spawn error handling and windows git spawn bugfix (#1498) 2021-12-05 08:29:03 +01:00
TJ DeVries
dcee6c81f4 fix: Fix line endings for windows (#1169) 2021-08-26 13:01:31 -07:00
TJ DeVries
a97af306c4 feat(performance): Major performance improvements using async v2 from @oberblastmeister (#987)
* start: Working w/ async jobs

* short circuit to using bad finder if you pass writer.
2021-08-20 11:11:24 -04:00