index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
builtin
/
files.lua
Age
Commit message (
Expand
)
Author
2022-07-12
chore: remove deprecated functions / messages (#2063)
Simon Hauser
2022-07-01
break: prefix internal files and add deprecation messages (#2032)
Simon Hauser
2022-07-01
feat: search_file option for builtin fd command (#2029)
Turiiya
2022-07-01
fix: crash in tags on enter for no results and random crash in previewer
Simon Hauser
2022-07-01
feat: refine with new_table
Fabian David Schmidt
2022-06-30
feat(rg): pass multiple globs to rg by default (#2003)
Anton
2022-06-30
feat: `find_command` can be a function (#2000)
Simon Hauser
2022-06-30
feat(tags): process tagfiles on the fly (#1989)
Antoine
2022-06-30
feat: no-ignore-parent shorthand option for find_files. (#1963)
Jeremy Neal
2022-06-30
break: deprecate utils.get_default utils.if_nil (#1545)
Simon Hauser
2022-06-30
fix: grep_string crashes when string has newline (#2026)
Reed Koser
2022-05-04
feat(live_grep): add glob and type filter shorthand opts (#1695)
kylo252
2022-03-30
fix (treesitter): kind column
Simon Hauser
2022-03-26
fix (tags|btags): escape all special characters (#1806)
ibhagwan
2022-03-13
feat: improve UX with vim.notify (#1763)
tami5
2022-03-12
fix(find_files): follow with unix `find` command (#1787)
i3Cheese
2022-03-10
fix(*grep): escape dot when not using regex (#1784)
Slotos
2022-03-08
fix: treesitter picker with lua (defintions) (#1779)
Simon Hauser
2022-02-14
fix: add opts.bufnr and opts.winnr to builtin picker (#1706)
James Trew
2022-01-11
break!: remove file_browser from builtins (#1453)
fdschmidt93
2022-01-09
fix(builtin.treesitter): make sure that kind is not nil
Simon Hauser
2022-01-06
fix: support find_command along with shorthand options (#1642)
pedro757
2021-12-29
chore: deprecation notice for builtin.file_browser (#1574)
fdschmidt93
2021-12-27
chore: remove dot at the beginning (#1552)
Simon Hauser
2021-12-06
fix: current_buffer_fuzzy_find in vue files (#1561)
h0adp0re
2021-12-05
fix: current_buffer_fuzzy_find check if nvim-ts is okay before calling is_ena...
Simon Hauser
2021-12-03
fix: dont change highlights when using current_buffer_fuzzy_find (#1524)
Simon Hauser
2021-11-15
chore: reformat files.lua after stylua update (#1456)
fdschmidt93
2021-10-28
fix: buitin.tags broke when tags-file was in wildignore (#1387)
Denis Cornehl
2021-09-12
fix: add no more flags delimiter for ripgrep (#1217)
Chase Colman
2021-09-09
Add word to prompt title for grep string (#1184)
Dheepak Krishnamurthy
2021-08-25
fix(ts-highlighting): get hl name from the capture (#1166)
Dhruv Manilawala
2021-08-23
refactor(pickers): remove additional fileopen (#1154)
tami5
2021-08-23
pickers(*): Add support for &tags (#1122)
Emilia Simmons
2021-08-20
feat(performance): Major performance improvements using async v2 from @oberbl...
TJ DeVries
2021-08-04
feat: live_grep and grep_string function for additional opts (allow file mask...
Nazeeh ElDirghami
2021-07-29
feat: add no_ignore option to find_files (#1010)
Lee Marlow
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-17
feat: add ^ and $ to characters handled by regex escape (#1007)
Daniel Imfeld
2021-07-17
fix: correct the prompt title (#1013)
wongxy
2021-07-14
refactor: move from telescope.path to plenary.path (#473)
anott03
2021-07-14
fix: builtin `find_files`, `find` command `win32` check == 0 (#989)
Luke Kershaw
2021-07-13
feat: add Windows `where` file finder command (#979)
Luke Kershaw
2021-07-08
Consistent filepath display and code cleanup. (#839)
caojoshua
2021-06-12
fix: ripgrep 13
Simon Hauser
2021-06-06
fix: search_dirs in builtin.grep_string (#897)
the continium
2021-05-31
feat: add prefiltering to treesitter picker (#879)
fdschmidt93
2021-05-13
Docs for builtin pickers (#783)
Ben Smith
2021-05-08
feat: add use_regex option to grep_string (#767)
Khalid
2021-04-28
fix: file browser navigate to parent directory on windows (#786)
Alex Fischer
[next]