summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/files.lua
AgeCommit message (Expand)Author
2021-07-17feat: add ^ and $ to characters handled by regex escape (#1007)Daniel Imfeld
2021-07-17fix: correct the prompt title (#1013)wongxy
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-14fix: builtin `find_files`, `find` command `win32` check == 0 (#989)Luke Kershaw
2021-07-13feat: add Windows `where` file finder command (#979)Luke Kershaw
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
2021-06-12fix: ripgrep 13Simon Hauser
2021-06-06fix: search_dirs in builtin.grep_string (#897)the continium
2021-05-31feat: add prefiltering to treesitter picker (#879)fdschmidt93
2021-05-13Docs for builtin pickers (#783)Ben Smith
2021-05-08feat: add use_regex option to grep_string (#767)Khalid
2021-04-28fix: file browser navigate to parent directory on windows (#786)Alex Fischer
2021-04-28fix: use treesitter language name instead of ft if available (#801)Dhruv Manilawala
2021-04-17fix: live_grep path appending with cwd when already absolute (#768)August Masquelier
2021-04-14picker(live_grep): add option to grep only over open files (#666)James Walmsley
2021-04-08feat: asyncify pickers - except for live_grep (#709)TJ DeVries
2021-04-07fix: Use standardized names for current buffer fuzzy find (#737)TJ DeVries
2021-04-06feat: buf highlights for current buffer fuzzy find (#732)TJ DeVries
2021-04-04feat: current buffer fuzzy find improvements (#694)August Masquelier
2021-03-31fix: better relative path output in `live_grep` and `grep_string` (#683)Jesse Leite
2021-03-29picker(git_branch): show committer, upstream and date (#695)Kyoichiro Yamada
2021-03-21Fix prompt titles. Closes #OCD. (#675)Jesse Leite
2021-03-04feat: add hidden opt to file_browser (#608)Tom
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries
2021-02-12feat: add 'follow' opt to find_files (#530)Asbjørn Håland
2021-01-27Undo #465 (#469)anott03
2021-01-25fix: move to actions.select as default action (#465)anott03
2021-01-20grep_string/live_grep support multiple dirs (#448)tami5
2021-01-12fix #426 (#427)Simon Hauser
2021-01-12fix #385 (#422)Simon Hauser
2021-01-04fix: live_grep will now accept cwd (#390)Simon Hauser
2021-01-03fix: escape chars instead of resetting the prompt (#379)elianiva
2021-01-03fix: live_grep throws an error if you insert `\` (#378)elianiva
2020-12-31fix: tags now work with hasktags (#375)Simon Hauser
2020-12-27feat: all entry_makers are now overridable and icons for builtin.buffers (#364)tamago324
2020-12-26Feat: Add hidden to find_files (#340)Julian Berman
2020-12-17feat: add search_dirs opt to builtin.find_files to search from multiple dirs ...Anirudh Haritas Murali
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-09Feat: Opt in vim buffers for previewers (#298)Simon Hauser
2020-11-26Refactor builtin (#287)Simon Hauser